Packagecom.afcomponents.umap.overlays
Classpublic class BingTrafficLayer
InheritanceBingTrafficLayer Inheritance TileLayerOverlay Inheritance MapObjectContainer Inheritance MapObject Inheritance flash.display.Sprite

TileLayerOverlay which displays tiled traffic information from the Bing Maps service.



Public Properties
 PropertyDefined by
 InheritedasDisplayObject : DisplayObject
Returns reference to the object as a DisplayObject instance.
MapObject
 InheritedautoCloseInfo : Boolean
Gets or sets the autCloseInfo flag, which indicates whether to close info window automatically when user clicks somewhere on the map.
TileLayerOverlay
 InheritedautoInfo : Boolean
Gets or sets the autInfo flag, which indicates whether to open info window automatically upon mouse click.
TileLayerOverlay
 Inheritedcore : UMap
Returns reference to the core UMap object.
MapObject
 Inheritedid : uint
Gets or sets the ID of the object.
MapObject
 Inheritedinfo : IInfoWindow
Return referens to opened InfoWindow
TileLayerOverlay
 Inheritedname : String
Gets or sets the name of the object.
MapObject
 Inheritedowner : IMapObjectContainer
Returns reference to the owner container object.
MapObject
Public Methods
 MethodDefined by
  
BingTrafficLayer
 Inherited
addObject(object:IMapObject):void
Adds new IMapObject to the container.
MapObjectContainer
 Inherited
bringForward(object:IMapObject):void
Moves the attached IMapObject forward in the display list.
MapObjectContainer
 Inherited
bringToFront(object:IMapObject):void
Brings the attached IMapObject to the top of the display list.
MapObjectContainer
 Inherited
clearObjects(filter:Class = null):void
Removes all attached objects.
MapObjectContainer
 Inherited
dispose():void
Releases all the resources accuired by the object.
TileLayerOverlay
 Inherited
getObject(id_or_name:*, filter:Class = null):IMapObject
Searches for an object with specified id or name.
MapObjectContainer
 Inherited
getObjectById(id:uint, filter:Class = null):IMapObject
Searches for an object with specified id.
MapObjectContainer
 Inherited
getObjectByName(name:String, matchCase:Boolean = false, filter:Class = null):IMapObject
Searches for an object with specified name.
MapObjectContainer
 Inherited
getObjects(filter:Class = null):Array
Returns an array of IMapObjects that where added to the container.
MapObjectContainer
 Inherited
hide():void
Hides overlay.
TileLayerOverlay
 Inherited
isOwnerVisible():Boolean
Recursevly checks visibility of parent objects
MapObjectContainer
 Inherited
refresh(full:Boolean = false):void
Refreshes overlay position on the map.
TileLayerOverlay
 Inherited
remove():void
Removes the object from the owner container object.
MapObject
 Inherited
removeObject(object:IMapObject):void
Removes IMapObject from the container.
MapObjectContainer
 Inherited
Resets all the created segments for the layer.
TileLayerOverlay
 Inherited
sendBackward(object:IMapObject):void
Sends the attached IMapObject backward in the display list.
MapObjectContainer
 Inherited
sendToBack(object:IMapObject):void
Sends the attached IMapObject to the bottom of the display list.
MapObjectContainer
 Inherited
Adds the object to the specified IMapObjectContainer.
MapObjectContainer
 Inherited
setScale(factor:Number):void
Sets scaling factor for the layer.
TileLayerOverlay
 Inherited
setViewport(width:uint = 0, height:uint = 0):void
Changes the dimensions of the viewport.
TileLayerOverlay
 Inherited
show():void
Shows overlay.
TileLayerOverlay
 Inherited
toString():String
Returns a textual representation of the object.
MapObject
 Inherited
updateMapType(mapType:IMapType):void
Invoked when map type has been changed.
TileLayerOverlay
 Inherited
updatePosition(latlng:LatLng):void
Invoked when map center has been updated.
TileLayerOverlay
 Inherited
updateZoom(zoom:Number):void
Invoked when map zoom has been updated.
TileLayerOverlay
Constructor detail
BingTrafficLayer()constructor
public function BingTrafficLayer()