You are here

public function Layer::getZIndex in Openlayers 7.3

Return the Z-index of the layer.

Return value

int The Z-Index.

Overrides LayerInterface::getZIndex

File

src/Types/Layer.php, line 110
Class Layer.

Class

Layer
Class Layer.

Namespace

Drupal\openlayers\Types

Code

public function getZIndex() {
  return $this
    ->getOption('zIndex');
}