Package | com.google.maps.interfaces |
Interface | public interface ITileLayerOverlay extends IOverlay, IWrappableEventDispatcher, flash.events.IEventDispatcher, IWrappable |
Implementors | TileLayerOverlay |
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 | |
projection : IProjection
[read-only]
Projection used for calculating positions of tiles.
| ITileLayerOverlay | ||
![]() | shadow : 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 | ||
![]() | visible : Boolean
Visibility of the overlay.
| IOverlay | |
![]() | wrapper : Object
Instance of the cross-domain wrapper for this object.
| IWrappable |
projection | property |
projection:IProjection
[read-only]Projection used for calculating positions of tiles.
Implementation public function get projection():IProjection
tileLayer | property |
tileLayer:ITileLayer
[read-only]Tile layer used for the overlay.
Implementation public function get tileLayer():ITileLayer
tileSize | property |
tileSize:int
[read-only]Tile size.
Implementation public function get tileSize():int