TileSource.GetUri Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Retrieves the URI for the tile specified by the given x,y coordinates and zoom level.
Assembly: Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)
Parameters
- x
- Type: System.Int32
The horizontal position of the tile.
- y
- Type: System.Int32
The vertical position of the tile.
- zoomLevel
- Type: System.Int32
The zoom level of the tile.
Show: