EMAPI

EMAPI object is a namespace for all items included in the EMAPI interface.

To create a new map on the website at first create an instance of the EMAPI.Map class.

Map data searching is performed by an instance of EMAPI.Finder class.

Route searching is performed by an instance of EMAPI.Router class.

Additional layers of objects are applied into the map using the instance EMAPI.VectorLayer class or EMAPI.ClusterLayer class.

Summary
EMAPIEMAPI object is a namespace for all items included in the EMAPI interface.
Constants
VERSION_NUMBER{String} EMAPI version.

Constants

VERSION_NUMBER

{String} EMAPI version.

EMAPI.Map instances are interactive maps embedded in web applications.
The class responsible for searching informations on the map, current address points.
Responsible class for routing and visualizing routes on the map.
An additional layer of objects applied to the map.
An additional layer of grouped objects applied on the map.
Close