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
S
 ScreenPoint
 setBgColor
 setBrushStyle
 setCenterPosition
 setClustering
 setContextMenu
 setCoordinate
 setCounterColor
 setCounterOffset
 setCounterSize
 setCursor
 setCursorToDefault
 setDefaultBrushStyle
 setDefaultLayer
 setDefaultLineStyle
 setDestinationLocation
 setDirection
 setDomElement
 setEditable
 setHint
 setHtml
 setIcon
 setLabel
 setLayersManager
 setLineStyle
 setLoadingIcon
 setLoadingIconPosition
 setMapOverlayCoordinate
 setMaxZoom
 setMinZoom
 setMode
 setName
 setOffsetPosition
 setOriginLocation
 setRadius
 setScaleBarPosition
 setScreenOverlayPosition
 setSize
 setStyle
 setTargetIcon
 setType
 setUnits
 setURL
 setVertexCoordinate
 setVertices
 setView
 setZoomLevel
 Shape
 Shape Types
 show
 showAnimation
 showLabel
 showManeuvers
 showOverlay
 showRoute
 showTargetIcon
 showWaitingMessage
 state
 street
T
 topLeft
 triggerEvent
 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
 undoPosition
 UNIT_IMPERIAL, Map
 UNIT_METRIC, Map
The ScreenPoint class represent a point on the viewport of the map by an X and Y coordinate in pixels.
t.setBgColor=function(bgColor)
Sets the background color of the map.
t.setBrushStyle =function(_brushStyle)
Sets a new brush style to the circle.
Sets the map center position by the given address.
t.setClustering = function(_clusteringLevel)
Sets the clustering level of the layer’s markers drawing method.[{BR}] When you set the clustering level to high, the layer clusters a bunch of close markers and draw them as one marker[{BR}] When you set the clustering level to none, the layer doesn’t use the clustering method at all.[{BR}]
t.setContextMenu = function(newContextMenu)
Assigns a new context menu to the map.
t.setCoordinate =function(_coordinate)
Sets the center coordinate of the circle.
t.setCounterColor = function(_counterColor)
Set the icon’s counter color (In hex format: XXXXXX).
t.setCounterOffset = function(_counterOffset)
Set the icon’s counter offset position.
t.setCounterSize = function(_counterSize)
Set the icon’s counter font size (in pixels).
t.setCursor=function(url)
Sets the map’s cursor to the one given by the url param.
t.setCursorToDefault=function()
Changes the map’s cursor to the default cursor (the default cursor is a “hand pointer”).[{BR}] You can set the map’s default cursor by the setDefaultCursor method.[{BR}]
t.setDefaultBrushStyle =function(_defaultBrushStyle)
Sets a default brush style to the layer.
t.setDefaultLayer = function(_layer)
Sets a default layer to the layers manager.
t.setDefaultLineStyle =function(_defaultLineStyle)
Sets a default line style to the layer.
Sets the route destination location by an address.
t.setDirection =function(_direction)
Sets a new direction to the marker.
t.setDomElement =function(_domElement)
Sets the dom element of the overlay to be presented.
t.setEditable = function(_isEditable)
Sets the route as editable.[{BR}] The user can drag the route to a new point to add a new location.
t.setHint =function(_hint)
Sets a new hint to the shape.
t.setHtml =function(_html)
Sets an HTML text to the overlay.
t.setIcon =function(_icon)
Sets a new icon to the marker.
t.setLabel =function(_label)
Sets a new label to the shape.
t.setLayersManager = function(_layersManager)
Sets the layers manager of the map.
t.setLineStyle =function(_lineStyle)
Sets a new line style to the circle.
t.setLoadingIcon = function(path)
Set the map loading icon (acceptable formats: SWF, PNG, JPG, GIF).
t.setLoadingIconPosition = function(_anchor,
deltaScreenCoordinate)
Sets a new position to the map loading icon.
Set a new position to an overlay that added to the map as a map overlay (see addOverlayToMap)[{BR}]
t.setMaxZoom =function(_maxZoom)
Sets the maximum zoom level the layer can be shown.
t.setMinZoom =function(_minZoom)
Sets the minimum zoom level the layer can be shown.
t.setMode = function(mode)
Sets the map mode.
t.setName =function(_name)
Sets a new name to the overlay.
t.setOffsetPosition =function(_offsetPosition)
Sets an offset position to the overlay.
Sets the route origin location by an address.
Debug.setPosition = function(_screenCoordinate)
Sets the position of the debug window when it opens.
t.setRadius =function(_radius)
Sets a new radius to the circle.
t.setScaleBarPosition = function(_anchor,
deltaScreenCoordinate)
Sets a new position to the map scale bar.
Set a new position to an overlay that added to the map as a screen overlay (see addOverlayToScreen)[{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}]
Debug.setSize = function(_width,
_height)
Set the size of the debug window.
t.setStyle = function(lineStyle)
Sets the route line style.
t.setTargetIcon=function(path,
posX,
posY)
Set the map target icon (acceptable formats: SWF, PNG, JPG, GIF).
Debug.setTextStyle = function(_font,
_fontSize,
_color)
Sets the default text style of the debug window.
t.setType = function(type)
Sets the route type.
t.setUnits=function(_units)
Sets map units.
t.setURL = function(_url,
useCacheParam)
Sets the url of the remote vector layer.
t.setVertexCoordinate =function(vertex,
atIndex)
Sets a new coordinate to the specified vertex.
t.setVertices =function(_verticesList)
Sets new vertices to the poly.
t.setView = function(view)
Sets the map view.
t.setZoomLevel=function(zoomLevel)
Sets a new zoom level to the map.
The Shape class is used to define a shape (Marker, Polygon, Polyline, Circle) to be drawn on the map.[{BR}] In order to add any shape on the map you should add the shape object to the map’s LayersManager object.[{BR}][{BR}]
t.show =function()
Shows the layer above the map.
t.showAnimation = function()
Shows the route animation.
t.showLabel = function()
Shows the label of the shape.
t.showManeuvers = function()
Shows the route maneuvers.
t.showOverlay=function(overlayName)
Shows an overlay above the map.
t.showRoute=function(_object)
Shows a route on the map.
showWaitingMessage()
Shows the waiting message.
t.showTargetIcon=function(_coordinate)
Shows a target icon on the map.
The state name of the address.
The street name of the address.
A Coordinate object that contains the top left coordinate.
t.triggerEvent = function (evt,
args)
Fires a custom event on the source object.[{BR}] The specified arguments array is passed to the event handler function.
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.
Layer.TYPE_VECTOR_LAYER
Represent a vector layer.
t.undoPosition=function()
Undo map position.
Map.UNIT_IMPERIAL
Imperial units.
Map.UNIT_METRIC
metric units.