You are here

public function Error::setStyle in Openlayers 7.3

Set the style of this layer.

Parameters

StyleInterface $style: The style object.

Return value

LayerInterface The parent layer.

Overrides LayerInterface::setStyle

File

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

Class

Error
Class Error.

Namespace

Drupal\openlayers\Types

Code

public function setStyle(StyleInterface $style) {
}