Map objects

Name

Description

Representation in the API

Layers

An object for displaying data.

Classes with the Layer postfix

Data source

An object that loads data and transfers it to layers so that it can be displayed.

Classes with the DataSource postfix

Events

Objects for processing map events and its child elements. For example, MMapListener is responsible for subscribing to the map's events.

MMapListener and other classes

Controls

Objects that control the map state: zoom button, geolocation button, and others

Classes with the Control postfix

Geo objects

Polygon, line, marker.

MMapFeature class

Markers

A map element with DOM content, wrapper for MMapFeature.

MMapMarker class

Next