This class represents a marker maintained in a TLayer object. You could only get a TMarker object through the return value of the method AddMarker (latitude, longitude, label) of a specific TLayer object.
SetVisible(Visible:Boolean):Void
SetContent(strValue:String):Void
ShowInfoWindow(latitude : Number, longtitude : Number, styleStr : String, myLabel : String, myContent : String):Void
ShowInfoWindowTabs(styleStr:String, myLabel:String, myContent:Array):Void
SetLabel(strValue:String)
SetMarkerStyle(strStyle:String)
SetOnClickListener(OnClick:Object):Void
SetOnRollOverListener(OnRollOver:Object):Void