You are here

public function Error::getOpacity in Openlayers 7.3

Return the opacity of the layer (between 0 and 1).

Return value

float The opacity of the layer.

Overrides LayerInterface::getOpacity

File

src/Types/Error.php, line 148
Contains class Error.

Class

Error
Class Error.

Namespace

Drupal\openlayers\Types

Code

public function getOpacity() {
}