Extends
- BaseObject
Classes
Methods
# getAvailableLayerCollections() → {Array.<LayerCollectionsStatus>|null}
Gets the available layer collections in the map.
An array of layer collections, or null
if unavailable.
Array.<LayerCollectionsStatus>
|
null
# getCenter() → {Location|null}
Gets the current center coordinates of the map.
The center coordinates as Location, or null
if unavailable.
Location
|
null
# getExtent() → {Array.<number>|null}
Gets the current map extent.
The map extent as [minX, minY, maxX, maxY], or null
if unavailable.
Array.<number>
|
null
# getImages() → {Array.<Image>|null}
Gets the images currently loaded on the map.
An array of image objects, or null
if unavailable.
Array.<Image>
|
null
# getVisibleCollection() → {CollectionStatus|null}
Gets the currently visible collection.
The visible collection object, or null
if unavailable.
CollectionStatus
|
null
# getZoom() → {number|null}
Gets the current zoom level of the map.
The zoom level, or null
if unavailable.
number
|
null