You are here

public function LayerInterface::getStyle in Openlayers 7.3

Returns the style of this layer.

Return value

StyleInterface|FALSE The style of this layer.

2 methods override LayerInterface::getStyle()
Error::getStyle in src/Types/Error.php
Returns the style of this layer.
Layer::getStyle in src/Types/Layer.php
Returns the style of this layer.

File

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

Class

LayerInterface
Interface LayerInterface.

Namespace

Drupal\openlayers\Types

Code

public function getStyle();