Package | com.google.maps.interfaces |
Interface | public interface ITileLayer extends IWrappable |
Implementors | TileLayerBase, TileLayerOverlay |
Method | Defined by | ||
---|---|---|---|
getAlpha():Number
Returns the opacity/alpha of the movie clip for the tile layer.
| ITileLayer | ||
Retrieves the copyright collection responsible for handling copyright
for this tile layer.
| ITileLayer | ||
getMaxResolution():Number
Returns the finest zoom level.
| ITileLayer | ||
getMinResolution():Number
Returns the coarsest zoom level.
| ITileLayer | ||
loadTile(tilePos:Point, zoom:Number):DisplayObject
Creates and loads a tile (x, y) at the given zoom level.
| ITileLayer |
getAlpha | () | method |
public function getAlpha():Number
Returns the opacity/alpha of the movie clip for the tile layer. The range of values for getAlpha() is 0.0 - 1.0.
ReturnsNumber — The opacity (alpha) for this tile layer.
|
getCopyrightCollection | () | method |
public function getCopyrightCollection():ICopyrightCollection
Retrieves the copyright collection responsible for handling copyright for this tile layer.
ReturnsICopyrightCollection —
Layer's copyright collection object;
|
getMaxResolution | () | method |
public function getMaxResolution():Number
Returns the finest zoom level.
ReturnsNumber — Maximum resolution.
|
getMinResolution | () | method |
public function getMinResolution():Number
Returns the coarsest zoom level.
ReturnsNumber — Minimum resolution.
|
loadTile | () | method |
public function loadTile(tilePos:Point, zoom:Number):DisplayObject
Creates and loads a tile (x, y) at the given zoom level.
ParameterstilePos:Point — Tile coordinates.
|
|
zoom:Number — Tile zoom.
|
DisplayObject — Display object representing the tile.
|