TileSource.GetUri Method
Bing Services
Retrieves the URI for the tile specified by the given x, y coordinates and zoom level.
Namespace: Microsoft.Maps.MapControl
Assembly: Microsoft.Maps.MapControl (in microsoft.maps.mapcontrol.dll)
Assembly: Microsoft.Maps.MapControl (in microsoft.maps.mapcontrol.dll)
[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId="y")] [SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId="x")] public virtual Uri GetUri ( int x, int y, int zoomLevel )
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId="y") */
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId="x") */
public Uri GetUri (
int x,
int y,
int zoomLevel
)
SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId="y") SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId="x") public function GetUri ( x : int, y : int, zoomLevel : int ) : Uri
Parameters
- x
The horizontal position of the tile.
- y
The vertical position of the tile.
- zoomLevel
The zoom level of the tile.