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
E
 EMAPI
 EMAPI.Actions.MapClick
 EMAPI.ArrayObjects
 EMAPI.Bounds
 EMAPI.CategoryObjects
 EMAPI.ClusterLayer
 EMAPI.Finder
 EMAPI.Icon
 EMAPI.LonLat
 EMAPI.Map
 EMAPI.Object
 EMAPI.Object.CircleObject
 EMAPI.Object.PointObject
 EMAPI.Object.PolygonObject
 EMAPI.Object.PolylineObject
 EMAPI.Pixel
 EMAPI.Router
 EMAPI.Router.DriverParams
 EMAPI.Router.RoadParams
 EMAPI.Router.RouteRepresentation
 EMAPI.Router.RouteRepresentationItem
 EMAPI.Router.RouteRepresentationSection
 EMAPI.Router.VehicleParams
 EMAPI.Router.WayPoint
 EMAPI.Size
 EMAPI.VectorLayer
 entryCost, EMAPI.Router.RouteRepresentationItem
 entryDescription, EMAPI.Router.RouteRepresentationItem
 entryDistance, EMAPI.Router.RouteRepresentationItem
 entryPosition, EMAPI.Router.RouteRepresentationItem
 entryTime, EMAPI.Router.RouteRepresentationItem
 entryType, EMAPI.Router.RouteRepresentationItem
 equals
 extend, EMAPI.Bounds
 externalGraphic, EMAPI.Object.PointObject
F
 fill, EMAPI.Object.CircleObject
 fillColor, EMAPI.Object.PolylineObject
 fillOpacity, EMAPI.Object.PolylineObject
 Finder, EMAPI.Finder.EMAPI
 fixedCost, EMAPI.Router.VehicleParams
 fontColor, EMAPI.Object
 fontFamily, EMAPI.Object
 fontSize, EMAPI.Object
 fontWeight, EMAPI.Object
 fromArray, EMAPI.Bounds
 fromSize, EMAPI.Bounds
 fromString
 fuelCost, EMAPI.Router.VehicleParams
 Functions
G
 getBounds
 getCenterLonLat, EMAPI.Bounds
 getCenterPixel, EMAPI.Bounds
 getCenterPos, EMAPI.Map
 getCoordinates, EMAPI.Finder
 getCountry, EMAPI.Finder
 getHeight, EMAPI.Bounds
 getObjectCategories, EMAPI.Finder
 getPOICategories, EMAPI.Finder
 getPOICategory, EMAPI.CategoryObjects
 getSize, EMAPI.Bounds
 getUserCategory, EMAPI.CategoryObjects
 getVersion, EMAPI.Map
 getWidth, EMAPI.Bounds
 getZoom, EMAPI.Map
 graphicHeight, EMAPI.Object.PointObject
 graphicWidth, EMAPI.Object.PointObject
 graphicXOffset, EMAPI.Object.PointObject
 graphicYOffset, EMAPI.Object.PointObject
 graphicZIndex, EMAPI.Object.PointObject
H
 h, EMAPI.Size
 hideCategory, EMAPI.CategoryObjects
I
 Icon, EMAPI.Icon.EMAPI
 ignoreFuel, EMAPI.Router.VehicleParams
 innerHTML, EMAPI.Object
 insertItem, EMAPI.ArrayObjects
 intersectsBounds, EMAPI.Bounds
 isChanging, EMAPI.Map
 item, EMAPI.ArrayObjects
J
 journeyStartTime, EMAPI.Router.DriverParams
L
 labelType, EMAPI.Object
 labelVisible, EMAPI.Object
 labelXOffset, EMAPI.Object
 labelYOffset, EMAPI.Object
 lat, EMAPI.LonLat
 layer, EMAPI.Object
 left, EMAPI.Bounds
 lon, EMAPI.LonLat
 lonLat
 LonLat, EMAPI.LonLat.EMAPI
EMAPI object is a namespace for all items included in the EMAPI interface.
Instances of EMAPI.Actions.MapClick class are definitions of additional map panel actions.
Assistant class for managing the JavaScript objects array.
This class instances represent rectangles limiting a map.
Class responsible for the management of static objects.
An additional layer of grouped objects applied on the map.
The class responsible for searching informations on the map, current address points.
Class of grouping icons placed on the map in the form of layers of type {EMAPI.ClusterLayer}.
A class representing the geographic coordinates in the form of latitude and longitude.
EMAPI.Map instances are interactive maps embedded in web applications.
The base class for all the objects placed on the maps in a layers of EMAPI.VectorLayer type.
Circle object class placed on the maps in the form of layers EMAPI.VectorLayer type.
The class of points objects placed on the maps in a layers of EMAPI.VectorLayer type.
Object class area (polygons) are placed on the maps in the layers of EMAPI.VectorLayer type.
Multiline object class (polyline) placed on the maps in the form of layers EMAPI.VectorLayer type.
A class representing the screen point.
Responsible class for routing and visualizing routes on the map.
Class driver parameters taken into account during routes calculating.
Class of suitable parameters type of roads taken into account during the routes calculating.
Parameters and representation class route.
The class of characteristic point of route segment (entry in the report of the route).
The class of parameters and representation section (section) route between two points of the route.
Class vehicle parameters taken into account during routes calculating.
Class of waypoints.
Instances of this class represent a pair of width / height.
An additional layer of objects applied to the map.
{Float} The current cost of the route start from the beginning up to this point.
{String} A description of the characteristic point informs about the event in the course of the route.
{Float} The distance along the route start from the beginning up to this point (in km).
{EMAPI.LonLat} The coordinates of the characteristic point of the route.
{String} Journey time to the point from the beginning of the route.
{String} The type of event at this point.
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.
{String} The URL of main icon of the object.
{Boolean} Information about circle’s fulfillment (default true)
{String} Hexadecimal colour of fulfilment (default #339933).
{Float} The level of transparency of fulfilment with the range 0.0-1.0 (default 0.9).
The constructor of a new instance of EMAPI.Finder objects.
{Float} Fixed cost of a single vehicle trip (default 0.00).
{String} Hexadecimal font colour for the label with the name of the object on the map (default #ff0000).
{String} Font name for the label with the name of the object on the map (default Courier New).
{String} The font size for the label with the name of the object on the map 12px).
{String} The thickness of the font for the label with the name of the object on the map (default bold).
E.Bounds.fromArray = function(bbox)
An alternative method constructing EMAPI.Bounds class objects basing on coordinates array.
E.Bounds.fromSize = function(size)
An alternative method constructing EMAPI.Bounds> class objects basing on EMAPI.Size object.
E.Bounds.fromString = function(str)
An 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.
{Float} The cost of 1 litre of fuel used by the vehicle (default 0.00).
getBounds: function ()
Returns the rectangle’s coordinates of the current map view which include all layer objects
getBounds: function()
Returns the rectangle’s coordinates of the current map view.
getBounds: function ()
Returns the rectangle’s coordinates of the current map view which include all layer objects.
getCenterLonLat:function()
Returns the geographical point of the rectangle.
getCenterPixel:function()
Returns the screen center of the rectangle.
getCenterPos: function()
Returns the geographical coordinates of midpoint from current map view.
getCoordinates: function(index,
callback)
Gets the location on the map of one of the address points searched using the search function.
getCountry: function()
Returns ccTLD code country currently set for the searching.
getHeight:function()
Returns the height of the rectangle.
getObjectCategories: function(callback)
Returns in the form of substitution function for all the customer’s parameters.
getPOICategories: function(callback)
POI.
getPOICategory: function()
Returns all parameters of POI category.
getSize:function()
Returns the size of the rectangle.
getUserCategory: function()
Returns all parameters of customer’s category static objects.
getVersion: function (callback)
Returns version of the map data.
getWidth:function()
Returns the width of the rectangle.
getZoom: function()
Returns zoom level of current map view.
{Integer} Icon height (default10).
{Integer} Icon width (default 10).
{Integer} Horizontal shift externalGraphic icon in relation to its location (default 0).
{Integer} Vertical shift externalGraphic icon in relation to its location (default 0).
{Integer} A three-dimensional effect parameter for externalGraphic, distance from the map (default 11).
{Float} Height.
hideCategory: function(id)
Turning off the specified visibility category objects on the map.
The constructor of a new instance of the EMAPI.Icon class.
{Boolean} Information about ignoring the cost of fuel during the routing (default true).
{String} Descriptive content of object in HTML format.
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.
{Float} Time starting a route which is a fractional part of the day, e.g.
{String} Visualisation type of the object label, one of the collection values.
{Boolean} Information about visibility of the object name on the map (default false).
{Integer} Additional horizontal shift of the label’s name (default is 0).
{Integer} Additional vertical shift of the label’s name (default is 15).
{Float} Latitude (coordinate y).
{EMAPI.VectorLayer} Link to the layer where object is placed.
{Float} Smaller horizontal coordinate.
{Float} Longitude (coordinate x).
{EMAPI.LonLat} Coordinates of the centre point of the object.
{Array(EMAPI.LonLat)} The coordinates list of the polyline points.
{EMAPI.LonLat} Waypoints coordinates.
The constructor of a new instance of geographic point.
Close