A | |
activateRoute, EMAPI. | |
add | |
addItem, EMAPI. | |
addLayer, EMAPI.Map | |
addMapAction, EMAPI.Map | |
addObjects | |
addWaypoint, EMAPI. | |
ArrayObjects, EMAPI. | |
attributes, EMAPI. | |
autoInfo, EMAPI. | |
B | |
backgroundGraphic, EMAPI. | |
backgroundGraphicZIndex, EMAPI. | |
backgroundHeight, EMAPI. | |
backgroundWidth, EMAPI. | |
backgroundXOffset, EMAPI. | |
backgroundYOffset, EMAPI. | |
borderPassTime, EMAPI. | |
bottom, EMAPI. | |
Bounds, EMAPI. | |
breakTime, EMAPI. | |
bringToFront | |
C | |
calculateRoute, EMAPI. | |
categoryObjects, EMAPI.Map | |
CategoryObjects, EMAPI. | |
clearObjects | |
clickable, EMAPI. | |
clone | |
ClusterLayer, EMAPI. | |
combustion, EMAPI. | |
Constants, EMAPI | |
contains, EMAPI. | |
containsBounds, EMAPI. | |
containsLonLat, EMAPI. | |
containsPixel, EMAPI. | |
continuousWorkTime, EMAPI. | |
convertLonLatToScreen, EMAPI.Map | |
convertScreenToLonLat, EMAPI.Map | |
costPerHour | |
costPerKilometer | |
count | |
D | |
dayWorkTime, EMAPI. | |
degeocode, EMAPI. | |
description, EMAPI. | |
destroy EMAPI. | |
determineQuadrant, EMAPI. | |
DriverParams, EMAPI. | |
drivers, EMAPI. |
Activates the selected route from the calculated alternative routes.
activateRoute: function( index )
Creates a copy of the rectangle with the shifted coordinates.
add:function( x, y )
Creates a copy of the geographical point with coordinates shifted by given values.
add:function( lon, lat )
Creates a copy of the screen point with coordinates shifted by given values.
add:function( x, y )
Adds a new item at the end of the array.
addItem: function ( options )
Adds new objects layer to map.
addLayer: function( layer )
Adds new object to the layer
addObjects: function( a )
Adds new objects to the layer.
addObjects: function( objects )
Adds a new waypoint to the list of wayPoints.
addWaypoint: function( lonLat, pointType, callback )
Moves the covered object over others objects.
bringToFront: function ()
Brings layer on the top of displayed layers.
bringToFront: function ()
Calculates a route between points placed in the list of wayPoints after the selected vehicle, driver and routing parameters.
calculateRoute: function( vehicle, driver, roadType, routeOptions, callback, force )
Returns to management of static objects e.g.
categoryObjects:function()
Removes all object from the layer.
clearObjects: function()
Removes all objects from the layer.
clearObjects: 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.
clone:function()
Checks whether a point with the given coordinates is contained in the rectangle.
contains:function( x, y, inclusive )
Checks whether another rectangle is contained in the rectangle.
containsBounds:function( bounds, partial, inclusive )
Checks whether a geographic point is contained in a rectangle.
containsLonLat:function( ll, inclusive )
Checks whether a screen point is contained in the rectangle.
containsPixel:function( px, inclusive )
Converts the coordinates to screen points from the current map view.
convertLonLatToScreen: function( lonLat )
Converts the screen coordinates for the geographical point from the current map view.
convertScreenToLonLat: function( px )
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.
count:function()
Searches the geographic information for points with the given coordinates.
degeocode: function( points, zoom, callback )
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.
destroy: function()
Determines in which part of a rectangle a geographical point is located.
determineQuadrant: function( lonlat )
Returns the list of drivers during routing
drivers: function()