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
S
 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
 show
 showAnimation
 showLabel
 showManeuvers
 showOverlay
 showRoute
 showTargetIcon
 showWaitingMessage
T
 triggerEvent
U
 undoPosition
W
 write
 writeMap
 writeMapToContainer
Z
 zoomIn
 zoomOut
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.
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.
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.
t.undoPosition=function()
Undo map position.
Debug.write = function(_text,
_color)
Writes a message in a floating window.
Debug.writeHTML = function(_html)
Writes message as an HTML in a floating window.
t.writeMap=function()
Writes the map component code into the HTML document.
Writes the map component into the specified DOM container.
t.zoomIn=function()
Zooms the map in.[{BR}] Increases the zoom level by one.
t.zoomOut=function()
Zooms the map out.[{BR}] Decreases the zoom level by one.