[]
Gets the uri for the specified tile.
void GetTile(int level, int x, int y, out string uri, out object image)
Sub GetTile(level As Integer, x As Integer, y As Integer, ByRef uri As String, ByRef image As Object)
| 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. |