| Package | com.afcomponents.umap.display.birdseye |
| Class | public class BirdsEyeMapType |
| Inheritance | BirdsEyeMapType MapType flash.events.EventDispatcher |
| Implements | IMapType |
See also
| Method | Defined by | ||
|---|---|---|---|
|
BirdsEyeMapType(manager:BirdsEyeManager)
| BirdsEyeMapType | ||
![]() |
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 | ||
![]() |
dispose():void
Releases all the resources accuired by the object.
| MapType | |
![]() |
getCopyrights(bounds:LatLngBounds, zoom:Number):String
Returns an String with the copyright message for the specified view bounds and zoom level.
| MapType | |
![]() |
hide():void
Invoked when the map type is no longer selected for the map display.
| MapType | |
|
show():void
| BirdsEyeMapType | ||
![]() |
toString():String
Returns a textual representation of the object.
| MapType | |
| BirdsEyeMapType | () | constructor |
| clearScene | () | method |
public function clearScene():voidClears 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