Share via


QuadKey Constructor (Int32, Int32, Int32)

 

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

See Also

QuadKey Overload
QuadKey Structure
Microsoft.Maps.MapControl.WPF.Core Namespace

Return to top