Packagecom.google.maps.interfaces
Interfacepublic interface IInfoWindow extends IOverlay, IWrappableEventDispatcher, flash.events.IEventDispatcher, IWrappable

IInfoWindow is the interface implemented by information windows that can display HTML-formatted text.



Public Properties
 PropertyDefined by
 Inheritedforeground : DisplayObject
Display object that represents the overlay's content.
IOverlay
 InheritedinterfaceChain : Array
List of interfaces for wrapping this object.
IWrappable
 Inheritedpane : IPane
Pane this overlay resides on (null if the overlay is not added to the map).
IOverlay
  removed : Boolean
[read-only] Checks whether the infowindow was removed.
IInfoWindow
 Inheritedshadow : DisplayObject
Display object that represents the overlay's shadow (null if the overlay never has a shadow).
IOverlay
 Inheritedvisible : Boolean
Visibility of the overlay.
IOverlay
 Inheritedwrapper : Object
Instance of the cross-domain wrapper for this object.
IWrappable
Public Methods
 MethodDefined by
 Inherited
Retrieves the base event dispatcher object that allows access to event dispatching capability for cross-domain objects.
IWrappableEventDispatcher
 Inherited
Retrieves the default pane that this overlay should be placed on if none is explicitly specified (when the overlay is added through the IMap.addOverlay() call).
IOverlay
 Inherited
positionOverlay(zoomChanged:Boolean):void
Reposition the overlay on the screen.
IOverlay
Property detail
removedproperty
removed:Boolean  [read-only]

Checks whether the infowindow was removed.

Implementation
    public function get removed():Boolean