Packagecom.yahoo.maps.api.core.location
Classpublic class TileCoordinates

Stores the column, row and zoom coordinates of a Tile object.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
TileCoordinates(tileXY:TileXY, zoom:Number)
Creates a new TileCoordinates object.
TileCoordinates
Property detail
colproperty
col:Number  [read-only]

The assigned column.

Implementation
    public function get col():Number
rowproperty 
row:Number  [read-only]

The assigned row.

Implementation
    public function get row():Number
zoomproperty 
zoom:Number  [read-only]

The assigned zoom level.

Implementation
    public function get zoom():Number
Constructor detail
TileCoordinates()constructor
public function TileCoordinates(tileXY:TileXY, zoom:Number)

Creates a new TileCoordinates object.

Parameters
tileXY:TileXY — A TileXY object.
 
zoom:Number — A number representing the zoom level.