Icons
Geocode
LBS
Search
Route
Points
Miscellaneous
Index
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
G
 Geocode
 Geocode Events
 geoResult
 geoResultList
 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
 Getting Started
 getType
 getUnits
 getURL
 getVertexCoordinate
 getVertices
 getVerticesCount
 getView
 getZoomLevel
H
 height
 hide
 hideAnimation
 hideLabel
 hideTargetIcon
 hideWaitingMessage
 houseNumber
I
 Icon
 init
 insertVertex
 Introduction
 isAutoRedrawEnabled
 isClickPanningEnabled
 isInsideClientView
 isLabelVisible
 isMouseWheelZoomingEnabled
 isOverlayVisible
 isPanningEnabled
 isPointInside(Circle)
 isPointInside(Polygon)
 isVisible
L
 LatLong
 Layer
 Layers Overview
 Layers Type
 LayersCollection
 layersManager
 LayersManager
 LayersManager Events
 length
 LineStyle
 loadWaitingMessage
 LocalVectorLayer
 location
Inheritance: EventListener > Geocode
An Address object that contains the geocode response address.
An array that contains a list of addresses that matching the requested address/coordinate.
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.
In order to start developing with the AtlasSDK, the developer need to create a new HTML page, within this page he need to insert a script defined by AtlasCT; it should be the first script on the page.
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.
hideWaitingMessage()
Hides the waiting message from the map.
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.
A string that contains The height value.
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.
The house number value of the address.
The Icon class is used to set the graphic form of the Marker object.[{BR}] You can use 3 types of icons that inherit from this class:
t.init = function (_route,
_parentMap)
Assigns a route and map to the route vector layer.
t.insertVertex =function(vertex,
atIndex)
Insert a new vertex at the specified index.
The AtlasWeb SDK includes a layers architecture which enables you to add layers and shapes to the map.
t.isAutoRedrawEnabled =function()
Returns true if the layer’s automatic redraw is active, false if inactive.
t.isClickPanningEnabled = function()
Returns true if the map click panning is enabled.
t.isInsideClientView = function(coordinate)
Returns true if the given coordinate is inside the current client map view, otherwise returns false.
t.isLabelVisible =function()
Returns true if the label of the shape is visible, or false if the label is invisible.
t.isMouseWheelZoomingEnabled = function()
Returns true if the mouse wheel zooming is enabled.
t.isOverlayVisible=function(overlayName)
Returns true if the overlay is visible, or false if the overlay is invisible.
t.isPanningEnabled = function()
Returns true if the map panning is enabled.
t.isVisible =function()
Returns true if the layer is visible, or false if the layer is invisible.
Inheritance: Coordinate > LatLong [{BR}][{BR}]
[{B}][{U}]Inheritance[{/U}][{/B}]: EventListener > Layer
Sort = False
[{B}][{U}]Inheritance[{/U}][{/B}]: Layer > LayersCollection
A LayersManager object that contains the map layers.
[{B}][{U}]Inheritance[{/U}][{/B}]: Layer > LayersCollection > LayersManager
A string that contains the maneuver length.
This class defines a line style.
loadWaitingMessage(Map Anchors anchor
ScreenPoint offsetPosition)
Loads the waiting message to the screen(in hide mode).
boolean isPointInside(LatLong latLong)
Return true if the point is in the circle, otherwise returns false.
boolean isPointInside(LatLong latLong)
Return true if the point is in the polygon, otherwise returns false.
[{B}][{U}]Inheritance[{/U}][{/B}]: Layer > VectorLayer > LocalVectorLayer
A Coordinate that contains the maneuver geographical location.