Packagecom.afcomponents.umap.display.birdseye
Classpublic class BirdsEyeMapType
InheritanceBirdsEyeMapType Inheritance MapType Inheritance flash.events.EventDispatcher
ImplementsIMapType

BirdsEye map type. Don't instantiate it directly, instead use the BirdsEyeManager class.

See also

BirdsEyeManager


Public Properties
 PropertyDefined by
 Inheritedcaption : String
Gets or sets map types caption that will be used in the MapTypeControl.
MapType
 InheritedcopyrightMessage : String
Gets or sets the copyright message prefix.
MapType
 InheritederrorMessage : String
Gets or sets the error message that will be displayed if tile data is unavailable.
MapType
 InheritedlayerCount : uint
Returns the number of ITileLayer objects registered with the map type.
MapType
 Inheritedlayers : Array
Returns an Array which holds ITileLayer objects registered with the map type.
MapType
 InheritedlinkColor : uint
Gets or sets the text color of the temrs of use link.
MapType
 InheritedmaxZoom : uint
Returns maximum zoom level for the map type.
MapType
 InheritedminZoom : uint
Returns minimum zoom level for the map type.
MapType
 Inheritedname : String
Returns the name of the map type.
MapType
 Inheritedprojection : IProjection
Gets or sets the IProjection that should be used with this map type.
MapType
 InheritedserverCount : uint
Indicates the tile size in pixels.
MapType
 InheritedtextColor : uint
Gets or sets the text color of the copyright message.
MapType
Public Methods
 MethodDefined by
  
BirdsEyeMapType
 Inherited
addLayer(layer:ITileLayer):void
Adds new ITileLayer object to the tile layer collection.
MapType
  
clearScene():void
Clears previous scene data
BirdsEyeMapType
  
createScene(uri:String, subdomains:Array, data:Object):void
BirdsEyeMapType
 Inherited
dispose():void
Releases all the resources accuired by the object.
MapType
 Inherited
getCopyrights(bounds:LatLngBounds, zoom:Number):String
Returns an String with the copyright message for the specified view bounds and zoom level.
MapType
 Inherited
hide():void
Invoked when the map type is no longer selected for the map display.
MapType
  
show():void
BirdsEyeMapType
 Inherited
toString():String
Returns a textual representation of the object.
MapType
Constructor detail
BirdsEyeMapType()constructor
public function BirdsEyeMapType(manager:BirdsEyeManager)Parameters
manager:BirdsEyeManager
Method detail
clearScene()method
public function clearScene():void

Clears previous scene data

createScene()method 
public function createScene(uri:String, subdomains:Array, data:Object):voidParameters
uri:String
 
subdomains:Array
 
data:Object
show()method 
public override function show():void