logo
API Documentation
Tutorials
Getting Started Initialization Layers Third party Controls Geometries Vector styles Measures InfoBox Utils
Releases

Documentation

Modules

  • Constants

Events

  • FEATURE_CLICK
  • FEATURE_HOVER
  • CENTER_DATE_IMAGE
  • CHANGE_MEASURE
  • CLICK
  • COMPLETE_COLLECTIONS
  • FEATURES_CLICK
  • FIND_IMAGES_LOADED
  • FINISH_MEASURE
  • MAP_INITIALIZE
  • MAP_STATUS_EVENT
  • MOVE_END
  • NO_3D_IMAGES
  • POINTER_MOVE
  • START_MEASURE
  • TILES_END_LOAD
  • TILES_START_LOAD
  • FEATURE_CLICK
  • FEATURE_HOVER

General

Classes / Controls

  • Bar
  • Button
  • Swipe
  • Toggle

Classes / Managers

  • CollectionManager
  • OverlayManager

Classes

  • Map

Classes / View

  • MapStatusView

Geometry

Classes

  • Extent
  • Feature
  • Line
  • Location
  • MultiPolygon
  • Point
  • Polygon

Classes / Readers

  • GeoJSON
  • WKT

InfoBox

Classes

  • InfoBox

Layers

Classes

  • ArcGISLayer
  • BingLayer
  • GroupLayer
  • ImageryLayer
  • OSMLayer
  • VectorLayer
  • VectorTileLayer
  • WFSLayer
  • WMSLayer
  • WMTSLayer
  • XYZLayer

Classes / Base Layers

  • BaseLayer
  • BaseVectorLayer

Measurements

Classes / Tools

  • CircleTool
  • HeightTool
  • LineTool
  • PointTool
  • PolygonTool
  • RectangleTool
  • RelativeHeightTool

Classes

  • Measure

Objects

Classes

  • Collection
  • CollectionStatus
  • Image
  • LayerCollections
  • LayerCollectionsStatus
  • MapStatus

Services

Classes

  • UserService

Styles

Classes

  • Circle
  • Fill
  • Icon
  • RegularShape
  • Stroke
  • Style
  • Text

Utils

Classes

  • Transform

Class

MapStatusView

MapStatusView

Represents the current state of the map, including position, zoom level, available layer collections, images, and the visible collection.

Extends

  • BaseObject

Classes

MapStatusView

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

# getMapStatus() → {MapStatus|null}

Gets the current map status.

The map status.

MapStatus | 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

Documentation generated by Vexcel Imaging