Packagecom.afcomponents.umap.interfaces
Interfacepublic interface IManager extends IMapObjectContainer, IMapObject, flash.events.IEventDispatcher
ImplementorsGridManager, GuiManager, Manager, OverlayManager

IManager



Public Properties
 PropertyDefined by
 InheritedasDisplayObject : DisplayObject
Returns reference to the object as a DisplayObject instance.
IMapObject
 Inheritedcore : UMap
Returns reference to the core UMap object.
IMapObject
 Inheritedid : uint
Gets or sets the ID of the object.
IMapObject
 Inheritedname : String
Gets or sets the name of the object.
IMapObject
 Inheritedowner : IMapObjectContainer
Returns reference to the owner container object.
IMapObject
Public Methods
 MethodDefined by
 Inherited
addObject(object:IMapObject):void
Adds new IMapObject to the container.
IMapObjectContainer
 Inherited
bringForward(object:IMapObject):void
Moves the attached IMapObject forward in the display list.
IMapObjectContainer
 Inherited
bringToFront(object:IMapObject):void
Brings the attached IMapObject to the top of the display list.
IMapObjectContainer
 Inherited
clearObjects(filter:Class = null):void
Removes all attached objects.
IMapObjectContainer
 Inherited
dispose():void
Releases all the resources accuired by the object.
IMapObject
 Inherited
getObject(id_or_name:*, filter:Class = null):IMapObject
Searches for an object with specified id or name.
IMapObjectContainer
 Inherited
getObjectById(id:uint, filter:Class = null):IMapObject
Searches for an object with specified id.
IMapObjectContainer
 Inherited
getObjectByName(name:String, matchCase:Boolean = false, filter:Class = null):IMapObject
Searches for an object with specified name.
IMapObjectContainer
 Inherited
getObjects(filter:Class = null):Array
Returns an array of IMapObjects that where added to the container.
IMapObjectContainer
  
init():void
IManager
 Inherited
isOwnerVisible():Boolean
Recursevly checks visibility of parent objects
IMapObjectContainer
  
ready():void
IManager
 Inherited
remove():void
Removes the object from the owner container object.
IMapObject
 Inherited
removeObject(object:IMapObject):void
Removes IMapObject from the container.
IMapObjectContainer
 Inherited
sendBackward(object:IMapObject):void
Sends the attached IMapObject backward in the display list.
IMapObjectContainer
 Inherited
sendToBack(object:IMapObject):void
Sends the attached IMapObject to the bottom of the display list.
IMapObjectContainer
 Inherited
Adds the object to the specified IMapObjectContainer.
IMapObject
 Inherited
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
Method detail
init()method
public function init():void

ready()method 
public function ready():void

updateComponentProperty()method 
public function updateComponentProperty(property:String, value:*):void

Parameters
property:String
 
value:*
updateMapType()method 
public function updateMapType(mapType:IMapType):void

Parameters
mapType:IMapType
updatePosition()method 
public function updatePosition(latlng:LatLng):void

Parameters
latlng:LatLng
updateSize()method 
public function updateSize(width:Number, height:Number):void

Parameters
width:Number
 
height:Number
updateZoom()method 
public function updateZoom(zoom:Number):void

Parameters
zoom:Number