Packagecom.google.maps.interfaces
Interfacepublic interface IWrappable
SubinterfacesIClientGeocoder, IControl, ICopyrightCollection, IDirections, IInfoWindow, IMap, IMapType, IOverlay, IPane, IPaneManager, IProjection, ITileLayer, IWrappableEventDispatcher

IWrappable is the base interface for all objects that provide AS3 cross-domain scripting functionality.



Public Properties
 PropertyDefined 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
Property detail
interfaceChainproperty
interfaceChain:Array  [read-only]

List of interfaces for wrapping this object. Used in cross-domain communication.

Implementation
    public function get interfaceChain():Array
wrapperproperty 
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