Package | com.google.maps.interfaces |
Interface | public interface IWrappable |
Subinterfaces | IClientGeocoder, IControl, ICopyrightCollection, IDirections, IInfoWindow, IMap, IMapType, IOverlay, IPane, IPaneManager, IProjection, ITileLayer, IWrappableEventDispatcher |
Property | Defined by | ||
---|---|---|---|
interfaceChain : Array [read-only]
List of interfaces for wrapping this object.
| IWrappable | ||
wrapper : Object
Instance of the cross-domain wrapper for this object.
| IWrappable |
interfaceChain | property |
interfaceChain:Array
[read-only]List of interfaces for wrapping this object. Used in cross-domain communication.
Implementation public function get interfaceChain():Array
wrapper | property |
wrapper:Object
[read-write]Instance of the cross-domain wrapper for this object.
Implementation public function get wrapper():Object
public function set wrapper(value:Object):void