GetUri Method
Collapse the table of content
Expand the table of content

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.

Namespace:  Microsoft.Phone.Maps.Controls
Assembly:  Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)

public virtual Uri GetUri(
	int x,
	int y,
	int zoomLevel
)

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.

Return Value

Type: System.Uri
The URI for the tile.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft