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
A
 activateRoute, EMAPI.Router
 add
 addItem, EMAPI.ArrayObjects
 addLayer, EMAPI.Map
 addMapAction, EMAPI.Map
 addObjects
 addWaypoint, EMAPI.Router
 ArrayObjects, EMAPI.ArrayObjects.EMAPI
B
 Bounds, EMAPI.Bounds.EMAPI
 bringToFront
C
 calculateRoute, EMAPI.Router
 categoryObjects, EMAPI.Map
 CategoryObjects, EMAPI.CategoryObjects.EMAPI
 clearObjects
 clone
 ClusterLayer, EMAPI.ClusterLayer.EMAPI
 contains, EMAPI.Bounds
 containsBounds, EMAPI.Bounds
 containsLonLat, EMAPI.Bounds
 containsPixel, EMAPI.Bounds
 convertLonLatToScreen, EMAPI.Map
 convertScreenToLonLat, EMAPI.Map
 count
D
 degeocode, EMAPI.Finder
 destroy
 determineQuadrant, EMAPI.Bounds
 DriverParams, EMAPI.Router.DriverParams.EMAPI.Router
 drivers, EMAPI.Router
E
 equals
 extend, EMAPI.Bounds
F
 Finder, EMAPI.Finder.EMAPI
 fromSize, EMAPI.Bounds
 fromString
activateRoute: function(index)
Activates the selected route from the calculated alternative routes.
add:function(x,
y)
Creates a copy of the rectangle with the shifted coordinates.
add:function(lon,
lat)
Creates a copy of the geographical point with coordinates shifted by given values.
add:function(x,
y)
Creates a copy of the screen point with coordinates shifted by given values.
addItem: function (options)
Adds a new item at the end of the array.
addLayer: function(layer)
Adds new objects layer to map.
Adds a new action to the map’s toolbar.
addObjects: function(a)
Adds new object to the layer.
addObjects: function(objects)
Adds new objects to the layer.
addWaypoint: function(lonLat,
pointType,
callback)
Adds a new waypoint to the list of wayPoints.
A constructor of a new instance of EMAPI.ArrayObjects class..
Constructs a new object of EMAPI.Bounds class.
bringToFront: function ()
Moves the covered object over others objects.
bringToFront: function ()
Brings layer on the top of displayed layers.
calculateRoute: function (vehicle,
driver,
roadType,
routeOptions,
callback,
force,
params)
Calculates a route between points placed in the list of wayPoints after the selected vehicle, driver and routing parameters.
categoryObjects:function()
Returns to management of static objects e.g.
The constructor of a new instance of the EMAPI.CategoryObjects class.
clearObjects: function()
Removes all object from the layer.
clearObjects: function()
Removes all objects from the layer.
clone:function()
Creates a copy of a rectangle.
clone:function()
Creates a copy of the geographical point.
clone:function()
Creates a copy of the screen point.
clone:function()
Creates a copy of the object.
The constructor of a new instance of the EMAPI.ClusterLayer class.
contains:function(x,
y,
inclusive)
Checks whether a point with the given coordinates is contained in the rectangle.
containsBounds:function(bounds,
partial,
inclusive)
Checks whether another rectangle is contained in the rectangle.
containsLonLat:function(ll,
inclusive)
Checks whether a geographic point is contained in a rectangle.
containsPixel:function(px,
inclusive)
Checks whether a screen point is contained in the rectangle.
convertLonLatToScreen: function(lonLat)
Converts the coordinates to screen points from the current map view.
convertScreenToLonLat: function(px)
Converts the screen coordinates for the geographical point from the current map view.
count : function()
Zwraca Return number of object located in array.
count:function()
Returns an amount of objects in the layer..
count:function()
Returns an amount of objects in the layer.
degeocode: function(points,
zoom,
callback)
Searches the geographic information for points with the given coordinates.
destroy: function()
Destroys an object of EMAPI.ArrayObjects class.
destroy: function()
Destroys an object of EMAPI.ClusterLayer.
destroy: function()
Destroys object of EMAPI.Finder class.
destroy: function()
Destroys object of EMAPI.Object class.
destroy: function()
Destroys an object of EMAPI.Object.PointObject class.
destroy: function()
Destroys an object of EMAPI.Object.PolylineObject class.
destroy: function()
Destroys an object of EMAPI.Router.DriverParams class.
destroy: function()
Destroys an object of EMAPI.Router.RoadParams class.
destroy: function()
Destroys object of EMAPI.Router.RouteRepresentation class.
destroy: function()
Destroys an object of EMAPI.Router.RouteRepresentationItem class.
destroy: function()
Destroys an object of EMAPI.Router.RouteRepresentationSection class.
destroy: function()
Destroys object of EMAPI.Router.VehicleParams class.
destroy: function()
Destroys object of EMAPI.Router.WayPoint class.
destroy: function()
Destroys an object of EMAPI.VectorLayer.
determineQuadrant: function(lonlat)
Determines in which part of a rectangle a geographical point is located.
The constructor of a new instance of EMAPI.Router.DriverParams class
drivers: function()
Returns the list of drivers during routing.
equals:function(bounds)
Compares two rectangles, the current one with the one passed in a parameter.
equals: function (obj)
Compares two geographical points, the current one with the one passed in a parameter.
equals:function(px)
Compares two screen point, the current one with the one transmitted in a parameter.
equals:function(sz)
Compares two EMAPI.Size objects, the current one with the one transmitted in a parameter.
extend:function(object)
Extends the rectangle if it’s necessary to contain chosen point or another rectangle.
The constructor of a new instance of EMAPI.Finder objects.
E.Bounds.fromSize = function(size)
An alternative method constructing EMAPI.Bounds class objects basing on EMAPI.Size object.
E.Bounds.fromString = function(str)
n alternative method constructing EMAPI.Bounds class objects basing on coordinates in a text form.
fromString: function(str)
An alternative method constructing EMAPI.LonLat class objects basing on coordinates in a text form.
Close