Packagecom.afcomponents.umap.interfaces
Interfacepublic interface IInfoWindow extends IOverlay, IMapObject, flash.events.IEventDispatcher, flash.events.IEventDispatcher
ImplementorsInfoWindow

IInfoWindow



Public Properties
 PropertyDefined by
 InheritedasDisplayObject : DisplayObject
Returns reference to the object as a DisplayObject instance.
IMapObject
  asInteractiveObject : InteractiveObject
[read-only]
IInfoWindow
 InheritedautoCloseInfo : Boolean
Gets or sets the autCloseInfo flag, which indicates whether to close info window automatically when user clicks somewhere on the map.
IOverlay
 InheritedautoInfo : Boolean
Gets or sets the autInfo flag, which indicates whether to open info window automatically upon mouse click.
IOverlay
 Inheritedcore : UMap
Returns reference to the core UMap object.
IMapObject
 Inheriteddescription : String
Gets or sets the description text of the Overlay.
IOverlay
 Inheriteddraggable : Boolean
Gets or sets Overlay's draggable property.
IOverlay
 Inheritedid : uint
Gets or sets the ID of the object.
IMapObject
 Inheritedinfo : IInfoWindow
Return referens to opened InfoWindow
IOverlay
 InheritedinfoParam : Object
Gets or sets the info window param object.
IOverlay
 InheritedinfoStyle : Object
Gets or sets the info window style object associated with the Overlay.
IOverlay
 Inheritedname : String
Gets or sets the name of the object.
IMapObject
 Inheritedowner : IMapObjectContainer
Returns reference to the owner container object.
IMapObject
 Inheritedpoint : Point
Returns the position of the Overlay in bitmap coordinates.
IOverlay
 Inheritedposition : LatLng
Gets or set the geographical position of the Overlay.
IOverlay
 Inheritedvisible : Boolean
Gets or sets the Overlay's visibility.
IOverlay
Public Methods
 MethodDefined by
 Inherited
Creates an exact copy of this Overlay and returns it to the user.
IOverlay
  
close():void
IInfoWindow
 Inherited
Closes info window that is currently opened.
IOverlay
 Inherited
dispose():void
Releases all the resources accuired by the object.
IMapObject
 Inherited
Retruns Overlay bounds in geographical coordinates.
IOverlay
 Inherited
getBoundsXY(zoom:Number = 0):Bounds
Retruns Overlay bounds in bitmap coordinates.
IOverlay
 Inherited
getStyle():Object
Returns a copy of the style object.
IOverlay
 Inherited
hide():void
Hides overlay.
IOverlay
 Inherited
invalidate():void
Schedules the Overlay for invalidation in 1 frame after this call.
IOverlay
  
isOpen():Boolean
IInfoWindow
  
move(x:Number, y:Number):void
IInfoWindow
  
open(param:Object = null, style:Object = null):void
IInfoWindow
 Inherited
openInfoWindow(param:Object = null, style:Object = null):IInfoWindow
Opens new info window with the specified parameters & style.
IOverlay
 Inherited
redraw():void
Redraws the overlay.
IOverlay
 Inherited
refresh(full:Boolean = false):void
Refreshes overlay position on the map.
IOverlay
 Inherited
remove():void
Removes the object from the owner container object.
IMapObject
 Inherited
Adds the object to the specified IMapObjectContainer.
IMapObject
 Inherited
setStyle(style:Object):void
Sets the style for this Overlay from an Object or another Style.
IOverlay
 Inherited
show():void
Shows overlay.
IOverlay
 Inherited
toString():String
Returns a textual representation of the object.
IMapObject
 Inherited
toXML(full:Boolean = true, afcTags:Boolean = false):XML
Builds an XML object in KML 2.1 format that describes the Overlay & it's style.
IOverlay
 Inherited
updatePosition(latlng:LatLng):void
Invoked when map center has been updated.
IOverlay
 Inherited
updateZoom(zoom:Number):void
Invoked when map zoom has been updated.
IOverlay
Property detail
asInteractiveObjectproperty
asInteractiveObject:InteractiveObject  [read-only]

Implementation
    public function get asInteractiveObject():InteractiveObject
Method detail
close()method
public function close():void

isOpen()method 
public function isOpen():Boolean

Returns
Boolean
move()method 
public function move(x:Number, y:Number):void

Parameters
x:Number
 
y:Number
open()method 
public function open(param:Object = null, style:Object = null):void

Parameters
param:Object (default = null)
 
style:Object (default = null)