| G | |
| geocode, EMAPI. | |
| getBounds | |
| getCenterLonLat, EMAPI. | |
| getCenterPixel, EMAPI. | |
| getCenterPos, EMAPI.Map | |
| getCoordinates, EMAPI. | |
| getCountry, EMAPI. | |
| getHeight, EMAPI. | |
| getLanguage, EMAPI. | |
| getObjectCategories, EMAPI. | |
| getPOICategories, EMAPI. | |
| getPOICategory, EMAPI. | |
| getSize, EMAPI. | |
| getUserCategory, EMAPI. | |
| getVersion, EMAPI.Map | |
| getWidth, EMAPI. | |
| getZoom, EMAPI.Map | |
| H | |
| hideCategory, EMAPI. | |
| I | |
| Icon, EMAPI. | |
| insertItem, EMAPI. | |
| intersectsBounds, EMAPI. | |
| isChanging, EMAPI.Map | |
| item, EMAPI. | |
| L | |
| LonLat, EMAPI. | |
| M | |
| Map, EMAPI. | |
| MapClick, EMAPI. | |
| moveItem, EMAPI. | |
| O | |
| Object, EMAPI. | |
| offset, EMAPI. | |
| P | |
| Pixel, EMAPI. | |
| PointObject, EMAPI. | |
| PolylineObject, EMAPI. | |
| R | |
| redraw, EMAPI. | |
| removeItem, EMAPI. | |
| removeItems, EMAPI. | |
| removeLayer, EMAPI.Map | |
| removeMapAction, EMAPI.Map | |
| removeObjects | |
| removeWaypoint, EMAPI. | |
| removeWaypoints, EMAPI. | |
| RoadParams, EMAPI. | |
| Router, EMAPI. | |
| routeRepresentation, EMAPI. | |
| RouteRepresentation, EMAPI. | |
| RouteRepresentationItem, EMAPI. | |
| RouteRepresentationSection, EMAPI. | |
| S | |
| searchObjects, EMAPI. | |
| searchPOI, EMAPI. | |
| setBounds, EMAPI.Map | |
| setCallback, EMAPI.Map | |
| setCenterPos, EMAPI.Map | |
| setCountry, EMAPI. | |
| setGeometry, EMAPI. | |
| setItem, EMAPI. | |
| setLanguage, EMAPI. | |
| setMap | |
| setMapType, EMAPI.Map | |
| setPosition, EMAPI. | |
| setProperties, EMAPI. | |
| setVisibility | |
| setWaypoint, EMAPI. | |
| showCategory, EMAPI. | |
| showInfo, EMAPI. | |
| Size, EMAPI. | |
| swapWaypoint, EMAPI. |
Searches address points consistent with the specified address.
geocode: function ( country, city, zip, street, streetnumber, callback )
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.
getBounds: function ()
Returns the geographical point of the rectangle.
getCenterLonLat:function()
Returns the screen center of the rectangle.
getCenterPixel:function()
Returns the geographical coordinates of midpoint from current map view.
getCenterPos: function()
Gets the location on the map of one of the address points searched using the search function.
getCoordinates: function( index, callback )
Returns ccTLD code country currently set for the searching.
getCountry: function()
Returns the height of the rectangle.
getHeight:function()
Returns context of the currently choosen searching language.
getLanguage: function ()
Returns in the form of substitution function for all the customer’s parameters.
getObjectCategories: function( callback )
Returns in the form of substitution function for all the POI parameters.
getPOICategories: function( callback )
Returns all parameters of POI category.
getPOICategory: function()
Returns the size of the rectangle.
getSize:function()
Returns all parameters of customer’s category static objects.
getUserCategory: function()
Returns version of the map data.
getVersion: function ( callback )
Returns the width of the rectangle.
getWidth:function()
Returns zoom level of current map view.
getZoom: function()
Turning off the specified visibility category objects on the map.
hideCategory: function( id )
Inserts a new item to the array.
insertItem: function( options, index )
Checks whether any other rectangle has any part common with current rectangle.
intersectsBounds:function( bounds, inclusive )
Returns information about map status.
isChanging: function ()
Returns object located in the given position of array.
item: function( i )
Changes position of element in array.
moveItem: function ( from, to )
Creates a copy of the screen point with coordinates shifted by given point.
offset:function( px )
Draws object on the map.
redraw: function()
Deletes the item from the array.
removeItem: function( index )
Removes all items from the array
removeItems: function ( destroy )
Removes indicated objects layer from the map.
removeLayer: function( layer )
Removes action from the context map menu.
removeMapAction: function( index )
Removes objects from the layer.
removeObjects: function( a )
Removes objects from the layer.
removeObjects: function( objects )
UDeletes the selected way point from the list of wayPoints.
removeWaypoint: function( index )
Removes all waypoints from the list of wayPoints.
removeWaypoints: function()
Returns result of calculated route.
routeRepresentation: function()
Searches for customer static objects .
searchObjects: function( categoryNames, searchText, lonLat, objectCount, queryRadius, objectIDs, callback )
Finds POI objects.
searchPOI: function( categoryNames, searchText, lonLat, objectCount, queryRadius, objectIDs, callback )
Adjusts the current mapview to present a rectangle with given geographical coordinates.
setBounds: function( bounds )
Sets function of event’s service on the map.
setCallback: function( type, callback )
Centers the current map view with respect to the given geographical coordinates point.
setCenterPos: function( center, zoom )
Sets the context of the country where data searching is.
setCountry: function( country )
Sets new coordinates of polyline.
setGeometry: function( geometry )
Changes the value of the item in the array.
setItem: function( options, index )
Sets the language context of the results which were returned by the search and geocode function.
setLanguage: function ( language )
Sets the layer on the map.
setMap: function( map )
Sets the layer on the map.
setMap: function( map )
Changes current map view kind.
setMapType: function ( mType )
Sets object position on the map.
setPosition: function( lonLat )
Sets the object features.
setProperties: function( properties )
Sets layer visibility on the map.
setVisibility: function( visibility )
Sets object visibility on the map.
setVisibility: function( visible )
Sets layer visibility on the map.
setVisibility: function( visibility )
Change the location of the waypoint.
setWaypoint: function( index, lonLat, callback )
Turning on the visibility of indicated objects on the map.
showCategory: function( id )
Forces a window with information about the object.
showInfo: function()
Replaces in order two selected from the list of wayPoints.
swapWaypoint: function( firstPointIndex, secondPointIndex )