| Package | com.afcomponents.umap.display |
| Class | public class Manager |
| Inheritance | Manager MapObjectContainer MapObject flash.display.Sprite |
| Implements | IManager |
| Subclasses | BirdsEyeManager, GeocoderManager, GridManager, GuiManager, MarkerManager, OverlayManager, RouteManager |
| Method | Defined by | ||
|---|---|---|---|
|
Manager(param:Object = null)
| Manager | ||
![]() |
addObject(object:IMapObject):void
Adds new IMapObject to the container.
| MapObjectContainer | |
![]() |
bringForward(object:IMapObject):void
Moves the attached IMapObject forward in the display list.
| MapObjectContainer | |
![]() |
bringToFront(object:IMapObject):void
Brings the attached IMapObject to the top of the display list.
| MapObjectContainer | |
![]() |
clearObjects(filter:Class = null):void
Removes all attached objects.
| MapObjectContainer | |
![]() |
dispose():void
Releases all the resources accuired by the object.
| MapObjectContainer | |
![]() |
getObject(id_or_name:*, filter:Class = null):IMapObject
Searches for an object with specified id or name.
| MapObjectContainer | |
![]() |
getObjectById(id:uint, filter:Class = null):IMapObject
Searches for an object with specified id.
| MapObjectContainer | |
![]() |
getObjectByName(name:String, matchCase:Boolean = false, filter:Class = null):IMapObject
Searches for an object with specified name.
| MapObjectContainer | |
![]() |
getObjects(filter:Class = null):Array
Returns an array of IMapObjects that where added to the container.
| MapObjectContainer | |
|
init():void
| Manager | ||
![]() |
isOwnerVisible():Boolean
Recursevly checks visibility of parent objects
| MapObjectContainer | |
|
ready():void
| Manager | ||
![]() |
remove():void
Removes the object from the owner container object.
| MapObject | |
![]() |
removeObject(object:IMapObject):void
Removes IMapObject from the container.
| MapObjectContainer | |
![]() |
sendBackward(object:IMapObject):void
Sends the attached IMapObject backward in the display list.
| MapObjectContainer | |
![]() |
sendToBack(object:IMapObject):void
Sends the attached IMapObject to the bottom of the display list.
| MapObjectContainer | |
![]() |
setOwner(owner:IMapObjectContainer):void
Adds the object to the specified IMapObjectContainer.
| MapObjectContainer | |
![]() |
toString():String
Returns a textual representation of the object.
| MapObject | |
|
updateComponentProperty(property:String, value:*):void
| Manager | ||
|
updateMapType(mapType:IMapType):void
| Manager | ||
|
updatePosition(latlng:LatLng):void
| Manager | ||
|
updateSize(width:Number, height:Number):void
| Manager | ||
|
updateZoom(zoom:Number):void
| Manager | ||
| Manager | () | constructor |
public function Manager(param:Object = null)Parameters
param:Object (default = null) |
| init | () | method |
public function init():void
| ready | () | method |
public function ready():void
| updateComponentProperty | () | method |
public function updateComponentProperty(property:String, value:*):voidParameters
property:String |
|
value:* |
| updateMapType | () | method |
| updatePosition | () | method |
| updateSize | () | method |
public function updateSize(width:Number, height:Number):voidParameters
width:Number |
|
height:Number |
| updateZoom | () | method |
public function updateZoom(zoom:Number):voidParameters
zoom:Number |