You are here

public function MapInterface::getSize in Openlayers 7.3

Return the size of the map.

Return value

array $size Return an array with width and height.

1 method overrides MapInterface::getSize()
Map::getSize in src/Types/Map.php
Return the size of the map.

File

src/Types/MapInterface.php, line 134
Interface MapInterface.

Class

MapInterface
Interface MapInterface.

Namespace

Drupal\openlayers\Types

Code

public function getSize();