You are here

public function LayerInterface::getZIndex in Openlayers 7.3

Return the Z-index of the layer.

Return value

int The Z-Index.

2 methods override LayerInterface::getZIndex()
Error::getZIndex in src/Types/Error.php
Return the Z-index of the layer.
Layer::getZIndex in src/Types/Layer.php
Return the Z-index of the layer.

File

src/Types/LayerInterface.php, line 87
Interface LayerInterface.

Class

LayerInterface
Interface LayerInterface.

Namespace

Drupal\openlayers\Types

Code

public function getZIndex();