TileSource.GetUri Method (Int32, Int32, Int32)

Bing
 

Retrieves the URI for the tile specified by the given x, y coordinates and zoom level.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.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

Returns a Uri for the tile.

Return to top
Show: