[]
Internal used. Represents the tile item for one tile image.
public class TileItem
Name | Description |
---|---|
TileItem() |
Name | Description |
---|---|
Bounds | Gets the bounds (in screen coordinates) of the tile. |
Col | Gets the column index of the tile. |
Image | Gets the image of this tile. |
Row | Gets the row index of the tile. |
Uri | Gets the uri of this tile. |
ZoomLevel | Gets the base zoom level of this tile. |
Name | Description |
---|---|
ToQuadKey() | Calculates the quad key (unique identifier) for provided x, y and level of detail values. |
ToWorldPos() | Gets tile's center longitude and latitude. |