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, params )
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 )
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.
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()
Compares two rectangles, the current one with the one passed in a parameter.
equals:function( bounds )
Compares two geographical points, the current one with the one passed in a parameter.
equals: function ( obj )
Compares two screen point, the current one with the one transmitted in a parameter.
equals:function( px )
Compares two EMAPI.Size objects, the current one with the one transmitted in a parameter.
equals:function( sz )
Extends the rectangle if it’s necessary to contain chosen point or another rectangle.
extend:function( object )
An alternative method constructing EMAPI.Bounds class objects basing on EMAPI.Size object.
E.Bounds.fromSize = function( size )
n alternative method constructing EMAPI.Bounds class objects basing on coordinates in a text form.
E.Bounds.fromString = function( str )
An alternative method constructing EMAPI.LonLat class objects basing on coordinates in a text form.
fromString: function( str )