Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the QuadKey class specifying the quadkey.
Namespace: Microsoft.Maps.MapControl.WPF.Core
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public QuadKey(
int x,
int y,
int zoomLevel
)
public:
QuadKey(
int x,
int y,
int zoomLevel
)
new :
x:int *
y:int *
zoomLevel:int -> QuadKey
Public Sub New (
x As Integer,
y As Integer,
zoomLevel As Integer
)
Parameters
x
Type: System.Int32The x-axis position of the tile.
y
Type: System.Int32The y-axis position of the tile.
zoomLevel
Type: System.Int32The zoom level of the tile.
See Also
QuadKey Overload
QuadKey Structure
Microsoft.Maps.MapControl.WPF.Core Namespace
Return to top