[]
Gets the uri for the specified tile.
void GetTile(int level, int x, int y, out string uri, out object image)
Type | Name | Description |
---|---|---|
int | level | The zoom level of the tile. |
int | x | The row index of the tile. |
int | y | The column index of the tile. |
string | uri | The uri of the tile. |
object | image | The image of the tile. The uri is ignored if the tile image is returned. |