Package | com.google.maps.interfaces |
Interface | public interface IInfoWindow extends IOverlay, IWrappableEventDispatcher, flash.events.IEventDispatcher, IWrappable |
Property | Defined by | ||
---|---|---|---|
![]() | foreground : DisplayObject
Display object that represents the overlay's content.
| IOverlay | |
![]() | interfaceChain : Array
List of interfaces for wrapping this object.
| IWrappable | |
![]() | pane : 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 | ||
![]() | shadow : DisplayObject
Display object that represents the overlay's shadow (null if the overlay
never has a shadow).
| IOverlay | |
![]() | visible : Boolean
Visibility of the overlay.
| IOverlay | |
![]() | wrapper : Object
Instance of the cross-domain wrapper for this object.
| IWrappable |