TileSource.GetUri Method (Int32, Int32, Int32)
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)
Syntax
public virtual Uri GetUri(
int x,
int y,
int zoomLevel
)
public:
virtual Uri^ GetUri(
int x,
int y,
int zoomLevel
)
abstract GetUri :
x:int *
y:int *
zoomLevel:int -> Uri
override GetUri :
x:int *
y:int *
zoomLevel:int -> Uri
Public Overridable Function GetUri (
x As Integer,
y As Integer,
zoomLevel As Integer
) As Uri
Parameters
x
Type: System.Int32The horizontal position of the tile.
y
Type: System.Int32The vertical position of the tile.
zoomLevel
Type: System.Int32The zoom level of the tile.
Return Value
Type: System.Uri
Returns a Uri for the tile.
See Also
TileSource Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top