TMap Class
Instantiate class Tmap is in order to create a map. This is the central class in the TerraFly® Map API. Everything else is auxiliary.
Tmap( container, latitude, longitude, level, onLoadCallBackFunction, bufferSize, isAutoInstallFlashPlayer,
mapEngine, initMapType/*optional*/)
AddCustomizedButton(buttonX, buttonY, buttonIconURL):Object
AddLayer():Object
FullScreen():Void
GetBounds(): Object
GetBoundsZoomLevel(pointNW, pointSE, _width, _height):Number
GetLayers():Array
GetLevel():Number
GetResolution():Number
HideInfoWindow():Void
PanTo(latitude,longitude):Void
PanToAni(latitude, longitude, speed, callbackFunction):Void
RemoveLayer(LayObj):Void
SetBorderVisibility(visible):Void
SetFullScreenButtonVisibility(visible):Void
SetLegend(legendStr):Void
SetOnClickListener(OnClick):Void
SetOnDoubleClickListener(OnDoubleClick):Void
SetOnFlyEndListener(OnMoveEnd):Void
SetOnMoveEndListener(OnMoveEnd):Void
SetPanelPosition (strPanel, x coordinate, y coordinate):Void
SetPanelVisibility(strPanel, visible):Void
SetSize(width, height):Void
ShowInfoWindow(latitude, longtitude, styleStr, myLabel, myContent):Void
ShowInfoWindowTabs(latitude, longtitude, styleStr, myLabel, myContent):Void
ZoomTo(level):Void
ZoomToAni(level,callbackFunction):Void