Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
H
 hideCategory, EMAPI.CategoryObjects
I
 Icon, EMAPI.Icon.EMAPI
 insertItem, EMAPI.ArrayObjects
 intersectsBounds, EMAPI.Bounds
 isChanging, EMAPI.Map
 item, EMAPI.ArrayObjects
L
 LonLat, EMAPI.LonLat.EMAPI
M
 Map, EMAPI.Map.EMAPI
 MapClick, EMAPI.Actions.MapClick.EMAPI.Actions
 moveItem, EMAPI.ArrayObjects
O
 Object, EMAPI.Object.EMAPI
 offset, EMAPI.Pixel
P
 Pixel, EMAPI.Pixel.EMAPI
 PointObject, EMAPI.Object.PointObject.EMAPI.Object
 PolylineObject, EMAPI.Object.PolylineObject.EMAPI.Object
R
 redraw, EMAPI.Object
 removeItem, EMAPI.ArrayObjects
 removeItems, EMAPI.ArrayObjects
 removeLayer, EMAPI.Map
 removeMapAction, EMAPI.Map
 removeObjects
 removeWaypoint, EMAPI.Router
 removeWaypoints, EMAPI.Router
 RoadParams, EMAPI.Router.RoadParams.EMAPI.Router
 Router, EMAPI.Router.EMAPI
 routeRepresentation, EMAPI.Router
 RouteRepresentation, EMAPI.Router.RouteRepresentation.EMAPI.Router
 RouteRepresentationItem, EMAPI.Router.RouteRepresentationItem.EMAPI.Router
 RouteRepresentationSection, EMAPI.Router.RouteRepresentationSection.EMAPI.Router
S
 search, EMAPI.Finder
 searchObjects, EMAPI.Finder
 searchPOI, EMAPI.Finder
 setBounds, EMAPI.Map
 setCallback, EMAPI.Map
 setCenterPos, EMAPI.Map
 setCountry, EMAPI.Finder
 setGeometry, EMAPI.Object.PolylineObject
 setItem, EMAPI.ArrayObjects
 setMap
 setPosition, EMAPI.Object
 setProperties, EMAPI.Object
 setVisibility
 setWaypoint, EMAPI.Router
 showCategory, EMAPI.CategoryObjects
 showInfo, EMAPI.Object
 Size, EMAPI.Size.EMAPI
 swapWaypoint, EMAPI.Router
T
 toArray, EMAPI.Bounds
 toBBOX, EMAPI.Bounds
 toShortString, EMAPI.LonLat
 toString
U
 updateSize, EMAPI.Map
V
 VectorLayer, EMAPI.VectorLayer.EMAPI
 VehicleParams, EMAPI.Router.VehicleParams.EMAPI.Router
 vehicles, EMAPI.Router
W
 WayPoint, EMAPI.Router.WayPoint.EMAPI.Router
 wayPoints, EMAPI.Router
hideCategory: function(id)
Turning off the specified visibility category objects on the map.
The constructor of a new instance of the EMAPI.Icon class.
insertItem: function(options,
index)
Inserts a new item to the array.
intersectsBounds:function(bounds,
inclusive)
Checks whether any other rectangle has any part common with current rectangle.
isChanging: function ()
Returns information about map status.
item: function(i)
Returns object located in the given position of array.
The constructor of a new instance of geographic point.
The constructor of a new instance of EMAPI.Map.
Constructor of new instance EMAPI.Actions.MapClick class.
moveItem: function (from,
to)
Changes position of element in array.
The constructor of a new instance of the EMAPI.Object class.
offset:function(px)
Creates a copy of the screen point with coordinates shifted by given point.
Constructor the new instance of screen point.
The constructor of a new instance of the EMAPI.Object.PointObject class.
The constructor of a new instance of the EMAPI.Object.PolylineObject class.
redraw: function()
Draws object on the map.
removeItem: function(index)
Deletes the item from the array.
removeItems: function (destroy)
Removes all items from the array
removeLayer: function(layer)
Removes indicated objects layer from the map.
removeMapAction: function(index)
Removes action from the context map menu.
removeObjects: function(a)
Removes objects from the layer.
removeObjects: function(objects)
Removes objects from the layer.
removeWaypoint: function(index)
Deletes the selected way point from the list of wayPoints.
removeWaypoints: function()
Removes all waypoints from the list of wayPoints.
The constructor of a new instance of EMAPI.Router.RoadParams class.
The constructor of a new instance EMAPI.Router class.
routeRepresentation: function()
Returns result of calculated route.
The constructor of a new instance of EMAPI.Router.RouteRepresentation class.
The constructor of a new instance of EMAPI.Router.RouteRepresentationItem class.
The constructor of a new instance of EMAPI.Router.RouteRepresentationSection class.
search: function(address,
callback)
Searches address points consistent with the specified address.
searchObjects: function(categoryNames,
searchText,
lonLat,
objectCount,
queryRadius,
objectIDs,
callback)
Searches for customer static objects .
searchPOI: function(categoryNames,
searchText,
lonLat,
objectCount,
queryRadius,
objectIDs,
callback)
Finds POI objects.
setBounds: function(bounds)
Adjusts the current mapview to present a rectangle with given geographical coordinates.
setCallback: function(type,
callback)
Sets function of event’s service on the map
setCenterPos: function(center,
zoom)
Centers the current map view with respect to the given geographical coordinates point.
setCountry: function(country)
Sets the context of the country where data searching is.
setGeometry: function(geometry)
Sets new coordinates of polyline.
setItem: function(options,
index)
Changes the value of the item in the array.
setMap: function(map)
Sets the layer on the map.
setMap: function(map)
Sets the layer on the map.
setPosition: function(lonLat)
Sets object position on the map.
setProperties: function(properties)
Sets the object features.
setVisibility: function(visibility)
Sets layer visibility on the map.
setVisibility: function(visible)
Sets object visibility on the map.
setVisibility: function(visibility)
Sets layer visibility on the map.
setWaypoint: function(index,
lonLat,
callback)
Change the location of the waypoint.
showCategory: function(id)
Turning on the visibility of indicated objects on the map.
showInfo: function()
Forces a window with information about the object.
The constructor of a new instance of the EMAPI.Size class.
swapWaypoint: function(firstPointIndex,
secondPointIndex)
Replaces in order two selected from the list of wayPoints.
toArray: function()
Returns the rectangle’s coordinates as an array.
toBBOX:function(decimal)
Returns the rectangle coordinates in the simplified text form.
toShortString:function()
Returns the rectangle coordinates in the simplified text form.
toString:function()
Returns the rectangle coordinates in a text form.
toString: function ()
Returns the coordinates in a text form.
toString:function()
Returns the coordinates of the point in a text form.
toString:function()
Returns the text representation of the object.
updateSize: function()
Refresh map after resizing of the window.
The constructor of a new instance of the EMAPI.VectorLayer class.
Constructor of new instance EMAPI.Router.VehicleParams class.
vehicles: function()
Returns the list of vehicles used during routing
The constructor of a new instance of the EMAPI.Router.WayPoint class.
wayPoints: function()
Returns the list of waypoints.
Close