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



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
  projection : IProjection
[read-only] Projection used for calculating positions of tiles.
ITileLayerOverlay
 Inheritedshadow : DisplayObject
Display object that represents the overlay's shadow (null if the overlay never has a shadow).
IOverlay
  tileLayer : ITileLayer
[read-only] Tile layer used for the overlay.
ITileLayerOverlay
  tileSize : int
[read-only] Tile size.
ITileLayerOverlay
 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
projectionproperty
projection:IProjection  [read-only]

Projection used for calculating positions of tiles.

Implementation
    public function get projection():IProjection
tileLayerproperty 
tileLayer:ITileLayer  [read-only]

Tile layer used for the overlay.

Implementation
    public function get tileLayer():ITileLayer
tileSizeproperty 
tileSize:int  [read-only]

Tile size.

Implementation
    public function get tileSize():int