| Package | com.yahoo.maps.api.core.location |
| Class | public class TileCoordinates |
| Property | Defined by | ||
|---|---|---|---|
| col : Number [read-only]
The assigned column.
| TileCoordinates | ||
| row : Number [read-only]
The assigned row.
| TileCoordinates | ||
| zoom : Number [read-only]
The assigned zoom level.
| TileCoordinates | ||
| Method | Defined by | ||
|---|---|---|---|
|
TileCoordinates(tileXY:TileXY, zoom:Number)
Creates a new TileCoordinates object.
| TileCoordinates | ||
| col | property |
col:Number [read-only]The assigned column.
Implementation public function get col():Number
| row | property |
row:Number [read-only]The assigned row.
Implementation public function get row():Number
| zoom | property |
zoom:Number [read-only]The assigned zoom level.
Implementation public function get zoom():Number
| TileCoordinates | () | constructor |
public function TileCoordinates(tileXY:TileXY, zoom:Number)Creates a new TileCoordinates object.
ParameterstileXY:TileXY — A TileXY object.
|
|
zoom:Number — A number representing the zoom level.
|