| Package | com.afcomponents.umap.interfaces |
| Interface | public interface IManager extends IMapObjectContainer, IMapObject, flash.events.IEventDispatcher |
| Implementors | GridManager, GuiManager, Manager, OverlayManager |
| Method | Defined by | ||
|---|---|---|---|
![]() |
addObject(object:IMapObject):void
Adds new IMapObject to the container.
| IMapObjectContainer | |
![]() |
bringForward(object:IMapObject):void
Moves the attached IMapObject forward in the display list.
| IMapObjectContainer | |
![]() |
bringToFront(object:IMapObject):void
Brings the attached IMapObject to the top of the display list.
| IMapObjectContainer | |
![]() |
clearObjects(filter:Class = null):void
Removes all attached objects.
| IMapObjectContainer | |
![]() |
dispose():void
Releases all the resources accuired by the object.
| IMapObject | |
![]() |
getObject(id_or_name:*, filter:Class = null):IMapObject
Searches for an object with specified id or name.
| IMapObjectContainer | |
![]() |
getObjectById(id:uint, filter:Class = null):IMapObject
Searches for an object with specified id.
| IMapObjectContainer | |
![]() |
getObjectByName(name:String, matchCase:Boolean = false, filter:Class = null):IMapObject
Searches for an object with specified name.
| IMapObjectContainer | |
![]() |
getObjects(filter:Class = null):Array
Returns an array of IMapObjects that where added to the container.
| IMapObjectContainer | |
|
init():void
| IManager | ||
![]() |
isOwnerVisible():Boolean
Recursevly checks visibility of parent objects
| IMapObjectContainer | |
|
ready():void
| IManager | ||
![]() |
remove():void
Removes the object from the owner container object.
| IMapObject | |
![]() |
removeObject(object:IMapObject):void
Removes IMapObject from the container.
| IMapObjectContainer | |
![]() |
sendBackward(object:IMapObject):void
Sends the attached IMapObject backward in the display list.
| IMapObjectContainer | |
![]() |
sendToBack(object:IMapObject):void
Sends the attached IMapObject to the bottom of the display list.
| IMapObjectContainer | |
![]() |
setOwner(owner:IMapObjectContainer):void
Adds the object to the specified IMapObjectContainer.
| IMapObject | |
![]() |
toString():String
Returns a textual representation of the object.
| IMapObject | |
|
updateComponentProperty(property:String, value:*):void
| IManager | ||
|
updateMapType(mapType:IMapType):void
| IManager | ||
|
updatePosition(latlng:LatLng):void
| IManager | ||
|
updateSize(width:Number, height:Number):void
| IManager | ||
|
updateZoom(zoom:Number):void
| IManager | ||
| 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 |