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)

Syntax

Public Overridable Function GetUri ( _
    x As Integer, _
    y As Integer, _
    zoomLevel As Integer _
) As Uri
public virtual Uri GetUri(
    int x,
    int y,
    int zoomLevel
)

Parameters

Return Value

Type: System..::.Uri
The URI for the tile.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

TileSource Class

Microsoft.Phone.Maps.Controls Namespace