| Package | com.afcomponents.umap.interfaces |
| Interface | public interface IInfoWindow extends IOverlay, IMapObject, flash.events.IEventDispatcher, flash.events.IEventDispatcher |
| Implementors | InfoWindow |
| Property | Defined by | ||
|---|---|---|---|
![]() | asDisplayObject : DisplayObject
Returns reference to the object as a DisplayObject instance.
| IMapObject | |
| asInteractiveObject : InteractiveObject [read-only]
| IInfoWindow | ||
![]() | autoCloseInfo : Boolean
Gets or sets the autCloseInfo flag, which indicates whether to close
info window automatically when user clicks somewhere on the map.
| IOverlay | |
![]() | autoInfo : Boolean
Gets or sets the autInfo flag, which indicates whether to open info window automatically upon mouse click.
| IOverlay | |
![]() | core : UMap
Returns reference to the core UMap object.
| IMapObject | |
![]() | description : String
Gets or sets the description text of the Overlay.
| IOverlay | |
![]() | draggable : Boolean
Gets or sets Overlay's draggable property.
| IOverlay | |
![]() | id : uint
Gets or sets the ID of the object.
| IMapObject | |
![]() | info : IInfoWindow
Return referens to opened InfoWindow
| IOverlay | |
![]() | infoParam : Object
Gets or sets the info window param object.
| IOverlay | |
![]() | infoStyle : Object
Gets or sets the info window style object associated with the Overlay.
| IOverlay | |
![]() | name : String
Gets or sets the name of the object.
| IMapObject | |
![]() | owner : IMapObjectContainer
Returns reference to the owner container object.
| IMapObject | |
![]() | point : Point
Returns the position of the Overlay in bitmap coordinates.
| IOverlay | |
![]() | position : LatLng
Gets or set the geographical position of the Overlay.
| IOverlay | |
![]() | visible : Boolean
Gets or sets the Overlay's visibility.
| IOverlay | |
| Method | Defined by | ||
|---|---|---|---|
![]() |
Creates an exact copy of this Overlay and returns it to the user.
| IOverlay | |
|
close():void
| IInfoWindow | ||
![]() |
closeInfoWindow():void
Closes info window that is currently opened.
| IOverlay | |
![]() |
dispose():void
Releases all the resources accuired by the object.
| IMapObject | |
![]() |
Retruns Overlay bounds in geographical coordinates.
| IOverlay | |
![]() |
getBoundsXY(zoom:Number = 0):Bounds
Retruns Overlay bounds in bitmap coordinates.
| IOverlay | |
![]() |
getStyle():Object
Returns a copy of the style object.
| IOverlay | |
![]() |
hide():void
Hides overlay.
| IOverlay | |
![]() |
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 | ||
![]() |
openInfoWindow(param:Object = null, style:Object = null):IInfoWindow
Opens new info window with the specified parameters & style.
| IOverlay | |
![]() |
redraw():void
Redraws the overlay.
| IOverlay | |
![]() |
refresh(full:Boolean = false):void
Refreshes overlay position on the map.
| IOverlay | |
![]() |
remove():void
Removes the object from the owner container object.
| IMapObject | |
![]() |
setOwner(owner:IMapObjectContainer):void
Adds the object to the specified IMapObjectContainer.
| IMapObject | |
![]() |
setStyle(style:Object):void
Sets the style for this Overlay from an Object or another Style.
| IOverlay | |
![]() |
show():void
Shows overlay.
| IOverlay | |
![]() |
toString():String
Returns a textual representation of the object.
| IMapObject | |
![]() |
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 | |
![]() |
updatePosition(latlng:LatLng):void
Invoked when map center has been updated.
| IOverlay | |
![]() |
updateZoom(zoom:Number):void
Invoked when map zoom has been updated.
| IOverlay | |
| asInteractiveObject | property |
asInteractiveObject:InteractiveObject [read-only]Implementation
public function get asInteractiveObject():InteractiveObject
| close | () | method |
public function close():void
| isOpen | () | method |
public function isOpen():BooleanReturns
Boolean |
| move | () | method |
public function move(x:Number, y:Number):voidParameters
x:Number |
|
y:Number |
| open | () | method |
public function open(param:Object = null, style:Object = null):voidParameters
param:Object (default = null) |
|
style:Object (default = null) |