Icons
Geocode
LBS
Search
Route
Points
Miscellaneous
Index
Function 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
 addAdvancedNavigationBar
 addCompass
 addDefaultNavigationBar
 addDragBar
 addItem
 addLayer
 addListener
 addLocation
 addOverlayToMap
 addOverlayToScreen
 addressToCoordinate
 addShape
 addVertex
 Application Development
 assignSettingsFrom
C
 clearLocations
 clearRoute
 clientToMap
 coordinateToAddress
 createLocalVectorLayer
 createRemoteVectorLayer
D
 disableAutoRedraw
 disableClickPanning
 disableCounter
 disableGrayScale
 disableMouseWheelZooming
 disablePanning
E
 enableAutoRedraw
 enableClickPanning
 enableCounter
 enableGrayScale
 enableMouseWheelZooming
 enablePanning
 execute
F
 fitMap
 fitToRoute
G
 getBgColor
 getBounds
 getBrushStyle
 getCenterPosition
 getClientViewPosition
 getContextMenu
 getCoordinate
 getCounterColor
 getCounterOffset
 getCounterSize
 getDefaultBrushStyle
 getDefaultLayer
 getDefaultLineStyle
 getDirection
 getDomElement
 getEditable
 getHint
 getHtml
 getIcon
 getItemsList
 getLabel
 getLat
 getLayerByName
 getLayers
 getLayersManager
 getLineStyle
 getLong
 getMaxZoom
 getMaxZoomLevel
 getMinZoom
 getMinZoomLevel
 getMode
 getName
 getOffsetPosition
 getOverlay
 getProjection
 getRadius
 getShapeById
 getShapes
 getSize
 getStyle
 getType
 getUnits
 getURL
 getVertexCoordinate
 getVertices
 getVerticesCount
 getView
 getZoomLevel
H
 hide
 hideAnimation
 hideLabel
 hideTargetIcon
 hideWaitingMessage
t.addItem =function(caption,
callbackFunction,
separatorBefore)
Adds a new item to the context menu.
t.addLayer = function(layer)
Adds a new layer to the existing layers collection.
t.addListener = function (evt,
callFunction)
Adds a new listener for the specified event and call for the specified function when it occurs.
Adds a new location by an address.
addAdvancedNavigationBar(ScreenPoint screenPoint)
Add the advanced navigation bar to the map.
addCompass(ScreenPoint screenPoint)
Add a compass to the map.
addDefaultNavigationBar(ScreenPoint screenPoint)
Add the basic navigation bar to the map.
hideWaitingMessage()
Hides the waiting message from the map.
addDragBar(ScreenPoint screenPoint)
Add the drag bar to the map.
disableGrayScale()
Disable the grayscale mode.
enableGrayScale()
Enable the grayscale mode.
t.addOverlayToMap=function(overlay,
mapCoordinate,
centerMap,
zIndex)
Adds an overlay on top of the map referenced to the Map.
t.addOverlayToScreen=function(overlay,
_anchor,
screenCoordinate,
zIndex)
Adds an overlay on top of the map referenced to the client screen.[{BR}] The overlay position is fixed to screen (it won’t move in any map dragging).[{BR}] The anchor and the offsetPosition parameters are used to determine alignment of the overlay above the map.[{BR}] The offsetPosition is relative to the given anchor.[{BR}]
t.addressToCoordinate = function (address)
Convert an address to geographical location.
Adds marker to the layer.
t.addVertex =function(vertex)
Adds a new vertex to the poly.
The web developer utilizes the AtlasWeb SDK function sets to build his application on customer side by using the various package functions in his code.
t.assignSettingsFrom = function(_map)
Assign map settings from a specific map.
Debug.clear = function(_close)
Clears the debug window.
t.clearLocations = function ()
Clears all route locations.
t.clearRoute=function()
Clears the displayed route from the map.
t.clientToMap = function(screenCoordinate)
Converts a screen coordinate (in pixels) to a map coordinate (geographical coordinate).
t.coordinateToAddress = function (coordinate)
Convert a geographical location to an address.
t.createLocalVectorLayer = function(layerName)
Creates a new local vector layer and add it as a child of the existing layers collection.
t.createRemoteVectorLayer =function(layerName)
Creates a new remote vector layer and add it as a child of the existing layers collection.
t.disableAutoRedraw =function()
Remove the automatic redraw of the layer.[{BR}] NOTE: [{BR}] Enable the layer auto redraw if you use a small amount of shapes[{BR}] If you have a massive use of shapes in your layer it’s recommended to call the redraw method manually after any change in the layer.
t.disableClickPanning = function()
Disable panning the map to the location the user clicks on the map.
t.disableCounter = function()
Set the icon counter to be disabled.
t.disableMouseWheelZooming = function()
Disable the option to zoom the map in and out by the mouse wheel.
t.disablePanning = function()
Disables the map panning.
t.enableAutoRedraw =function()
Sets the layer to be automatically redrawn after each change of its content.[{BR}] NOTE: [{BR}] Enable the layer auto redraw if you use a small amount of shapes[{BR}] If you have a massive use of shapes in your layer it’s recommended to call the redraw method manually after any change in the layer.
t.enableClickPanning = function()
Enable panning the map to the location the user clicks on the map.
t.enableCounter = function()
Set the icon counter to be enabled.
t.enableMouseWheelZooming = function()
Enable the option to zoom the map in and out by the mouse wheel.
t.enablePanning = function()
Enables the map panning.
t.execute = function (coordinate)
Execute the route with the initialized locations.
Fits the map view to a list of specified coordinates.
t.fitToRoute=function()
Fits the map view to the displayed route.
t.getBgColor=function()
Returns the map background color.
t.getBounds =function()
Returns the bounding box (Top Left, Bottom Right) position of the circle.
t.getBrushStyle =function()
Returns the brush style of the circle.
t.getCenterPosition=function()
Returns the map center position.
t.getClientViewPosition = function()
Returns the bounding box (Top Left, Bottom Right) position of the displayed map.
t.getContextMenu = function()
Returns the map context menu.
t.getCoordinate =function()
Returns the center coordinate of the circle.
t.getCounterColor = function()
Returns the icon’s counter color (In hex format: XXXXXX).
t.getCounterOffset = function()
Returns the icon’s counter offset position.
t.getCounterSize = function()
Returns the icon’s counter size (in pixels).
t.getDefaultBrushStyle =function()
Returns the default brush style of the layer.
t.getDefaultLayer = function()
Returns the default layer of the layers manager.
t.getDefaultLineStyle =function()
Returns the default line style of the layer.
t.getDirection =function()
Returns the direction of the marker.
t.getDomElement =function()
Returns the dom element of the overlay.
t.getEditable = function()
Returns true if the route is editable, otherwize, returns false.[{BR}]
t.getHint =function()
Returns the hint of the shape.
t.getHtml =function()
Returns an HTML text of the overlay.
t.getIcon =function()
Returns the icon of the marker.
t.getItemsList = function()
Returns all menu items.
t.getLabel =function()
Returns the label of the shape.
t.getLat = function()
Returns the latitude value of the coordinate.
t.getLayerByName =function(layerName)
Returns a reference to the layer instance with the specified name, or null if there is no layer with the specified name.
t.getLayers =function()
Returns a list of layers within the layer collection.
t.getLayersManager = function()
Returns the layers manager of the map.
t.getLineStyle =function()
Returns the line style of the circle.
t.getLong = function()
Returns the longitude value of the coordinate.
t.getMaxZoom =function()
Returns the maximum zoom level the layer can be shown.
t.getMaxZoomLevel=function()
Returns the maximum zoom level available for the map.
t.getMinZoom =function()
Returns the minimum zoom level the layer can be shown.
t.getMinZoomLevel=function()
Returns the minimum zoom level available for the map.
t.getMode=function()
Returns the map mode.
t.getName =function()
Returns the name of the layer.
t.getOffsetPosition =function()
Returns the overlay offset position.
t.getOverlay = function(overlayName)
Returns a reference to the overlay instance with the specified name, or null if there is no overlay with the specified name.
t.getProjection = function()
Returns the map projection.
t.getRadius =function()
Returns the radius of the circle.
t.getShapeById = function(id)
Returns the shape whose ID is specified.
t.getShapes = function()
Returns all the shapes the layer holds.
t.getSize=function()
Returns the map size.
t.getStyle = function()
Returns the route line style.
t.getType = function()
Returns the type of the layer.
t.getUnits=function()
Returns map units.
t.getURL = function()
Returns the url of the remote vector layer.
t.getVertexCoordinate =function(vertexNumber)
Returns the coordinate of the specified vertex.
t.getVertices =function()
Returns the vertices of the poly.
t.getVerticesCount =function()
Returns the vertices number of the poly.
t.getView=function()
Returns the map view.
t.getZoomLevel=function()
Returns the zoom level of the map.
t.hide =function()
Hides the layer from the map.
t.hideAnimation = function()
Hides the route animation.
t.hideLabel = function()
Hides the label of the shape.
t.hideTargetIcon=function()
Hides the target icon from the map.