Icons
Geocode
LBS
Search
Route
Points
Miscellaneous
Index
Variable 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
 ALIGN_BOTTOM_CENTER, Map
 ALIGN_BOTTOM_LEFT, Map
 ALIGN_BOTTOM_RIGHT, Map
 ALIGN_CENTER_CENTER, Map
 ALIGN_CENTER_LEFT, Map
 ALIGN_CENTER_RIGHT, Map
 ALIGN_TOP_CENTER, Map
 ALIGN_TOP_LEFT, Map
 ALIGN_TOP_RIGHT, Map
 alpha
B
 bottomRight
C
 CIRCLE, Shape
 city
 CLUSTERING_HIGH, LocalVectorLayer
 CLUSTERING_LOW, LocalVectorLayer
 CLUSTERING_MEDIUM, LocalVectorLayer
 CLUSTERING_NONE, LocalVectorLayer
 color
 coordinate
 coordinatesString
 country
D
 description
 direction
E
 EVENT_GEO_RESULT, Map
 EVENT_MAP_CLICK, Map
 EVENT_MAP_DOUBLE_CLICK, Map
 EVENT_MAP_MOUSE_MOVE, Map
 EVENT_MAP_DRAG_END, Map
 EVENT_MAP_DRAG_START, Map
 EVENT_MAP_INITIALIZE, Map
 EVENT_MAP_LOADED, Map
 EVENT_MAP_MODIFIED, Map
 EVENT_MAP_RESIZE, Map
 EVENT_POLYGON_BUILD, LayersManager
 EVENT_SHAPE_CLICK, LayersManager
 EVENT_SHAPE_EDITED, LayersManager
 EVENT_SHAPE_MOUSE_OUT, LayersManager
 EVENT_SHAPE_MOUSE_OVER, LayersManager
 EVENT_SHAPE_SELECTED, LayersManager
F
 fullAddress
G
 geoResult
 geoResultList
H
 height
 houseNumber
L
 layersManager
 length
 location
M
 MARKER, Shape
 MODE_EDIT_SHAPE, Map
 MODE_INSERT_CIRCLE, Map
 MODE_INSERT_POLYGON, Map
 MODE_INSERT_POLYLINE, Map
 MODE_MEASURE, Map
 MODE_PAN, Map
 MODE_ZOOM_IN, Map
 MODE_ZOOM_OUT, Map
P
 POLYGON, Shape
 POLYLINE, Shape
R
 resultCode
 road
 routeVectorLayer
S
 state
 street
T
 topLeft
 type
 TYPE_FASTEST, Route
 TYPE_FASTEST_WITH_TOLLWAY, Route
 TYPE_LAYERS_COLLECTION, Layer
 TYPE_LAYERS_MANAGER, Layer
 TYPE_LOCAL_VECTOR_LAYER, Layer
 TYPE_MAP_LAYER, Layer
 TYPE_PEDESTRIAN, Route
 TYPE_REMOTE_VECTOR_LAYER, Layer
 TYPE_SHORTEST, Route
 TYPE_SHORTEST_WITH_TOLLWAY, Route
 TYPE_VECTOR_LAYER, Layer
U
 UNIT_IMPERIAL, Map
 UNIT_METRIC, Map
V
 VIEW_HYBRID, Map
 VIEW_RASTER, Map
 VIEW_SATELLITE, Map
 VIEW_VECTOR, Map
W
 width
X
 x
Y
 y
Z
 zipCode
 zoomLevel
Map.ALIGN_BOTTOM_CENTER
The object will be aligned to the map bottom center.
Map.ALIGN_BOTTOM_LEFT
The object will be aligned to the bottom left corner of the map.
Map.ALIGN_BOTTOM_RIGHT
The object will be anchored at the bottom right corner of the map.
Map.ALIGN_CENTER_CENTER
The object will be aligned to the map center.
Map.ALIGN_CENTER_LEFT
The object will be aligned to the map left center.
Map.ALIGN_CENTER_RIGHT
The object will be aligned to the map right center.
Map.ALIGN_TOP_CENTER
The object will be aligned to the map top center.
Map.ALIGN_TOP_LEFT
The object will be aligned to the top left corner of the map.
Map.ALIGN_TOP_RIGHT
The object will be aligned to the top right corner of the map.
An integer that contains the brush transparency.
A Coordinate object that contains the bottom right coordinate.
Shape.CIRCLE
A Circle type.
The city name of the address.
LocalVectorLayer.CLUSTERING_HIGH
Set the layer clustering to be high.
LocalVectorLayer.CLUSTERING_LOW
Set the layer clustering to be low.
LocalVectorLayer.CLUSTERING_MEDIUM
Set the layer clustering to be medium.
LocalVectorLayer.CLUSTERING_NONE
Disable the layer clustering.
A string that contains the brush color (In hex format: XXXXXX).
The geographical location of the address.
A string that contains the maneuver coordinates separated by the character ^ @VarDesc Array coordinatesString
The country name of the address.
A string that contains the maneuver description text.
A string that contains the maneuver direction.
This event dispatches after a geocode response has arrived from the server.
Map.EVENT_MAP_CLICK
This event dispatches when the user clicks on the map.
Map.EVENT_MAP_DRAG_END
This event dispatches when the user stops dragging the map.
Map.EVENT_MAP_DRAG_START
This event dispatches when the user starts dragging the map.
Map.EVENT_MAP_INITIALIZE
This event dispatches after the map has succsesfully initialized.[{BR}] The event occurs only once during the application run time.
Map.EVENT_MAP_LOADED
This event dispatches after the map has succsesfully loaded.
Map.EVENT_MAP_MODIFIED
This event dispatches after the map has been modified with a new position.
Map.EVENT_MAP_RESIZE
This event dispatches after the map has been resized.
LayersManager.EVENT_POLYGON_BUILD
This event dispatches after the user finishes to build/draw a polygon.
LayersManager.EVENT_SHAPE_CLICK
This event dispatches after the user clicks on a shape.
LayersManager.EVENT_SHAPE_EDITED
This event dispatches after the user finishes to edit a shape (polygons, polylines, circles).
LayersManager.EVENT_SHAPE_MOUSE_OUT
This event dispatches after the user moves the mouse cursor out of a shape.
LayersManager.EVENT_SHAPE_MOUSE_OVER
This event dispatches after the user moves the mouse cursor over a shape.
LayersManager.EVENT_SHAPE_SELECTED
This event dispatches after the user selects one shape or more (polygons, polylines, circles).
The full address value.
An Address object that contains the geocode response address.
An array that contains a list of addresses that matching the requested address/coordinate.
A string that contains The height value.
The house number value of the address.
A LayersManager object that contains the map layers.
A string that contains the maneuver length.
A Coordinate that contains the maneuver geographical location.
Shape.MARKER
A Marker type.
Map.MODE_EDIT_SHAPE
Enables the user to edit shapes (Polygons, Polylines, Circles) above the map.
Map.MODE_INSERT_CIRCLE
Enables the user to draw a circle above the map.
Map.MODE_INSERT_POLYGON
Enables the user to draw a polygon above the map.
Map.MODE_INSERT_POLYLINE
Enables the user to draw a polyline above the map.
Map.MODE_MEASURE
Map.MODE_PAN
Enables the user to pan the map.
Map.MODE_ZOOM_IN
Enables the user to zoom the map in by a click on the map.
Map.MODE_ZOOM_OUT
Enables the user to zoom the map out by a click on the map.
Shape.POLYGON
A Polygon type.
Shape.POLYLINE
A Polyline type.
An integer that contains the geocode result code.
A string that contains the maneuver road name.
A RouteVectorLayer object that contains the route style which displayed above the map.
The state name of the address.
The street name of the address.
A Coordinate object that contains the top left coordinate.
A string that contains the maneuver type.
Route.TYPE_FASTEST
Sets the route type as fastest path.
Route.TYPE_FASTEST_WITH_TOLLWAY
Sets the route type as a fastest path with use of tollways.
Layer.TYPE_LAYERS_COLLECTION
Represent a layers collection.
Layer.TYPE_LAYERS_MANAGER
Represent a layers manager.
VectorLayer.TYPE_LOCAL_VECTOR_LAYER
Represent a local vector layer.
Layer.TYPE_MAP_LAYER
Represent a layer.
Route.TYPE_PEDESTRIAN
Sets the route type as a path to pedestrian.
VectorLayer.TYPE_REMOTE_VECTOR_LAYER
Represent a remote vector layer.
Route.TYPE_SHORTEST
Sets the route type as shortest path.
Route.TYPE_SHORTEST_WITH_TOLLWAY
Sets the route type as a shortest path with use of tollways.
Map.EVENT_MAP_DOUBLE_CLICK
This event dispatches when the user double click on the map.
Map.EVENT_MAP_MOUSE_MOVE
This event dispatches when the user moves on the map.
Layer.TYPE_VECTOR_LAYER
Represent a vector layer.
Map.UNIT_IMPERIAL
Imperial units.
Map.UNIT_METRIC
metric units.
Map.VIEW_HYBRID
An Hybrid view.[{BR}] The hybrid view is a mix between the standard map and the satellite images.
Map.VIEW_RASTER
A raster map view.
Map.VIEW_SATELLITE
A satellite images view.
Map.VIEW_VECTOR
A vector map view.
An integer that contains the line width.
An integer that contains the x point.
An integer that contains the y point.
The zip code value of the address.
The zoom level of the address.