Share via


QuadKey Constructor (String)

 

Initializes a new instance of the QuadKey class, specifying the position and zoom level of the tile.

Namespace:   Microsoft.Maps.MapControl.WPF.Core
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Syntax

public QuadKey(
    string quadKey
)
public:
QuadKey(
    String^ quadKey
)
new : 
        quadKey:string -> QuadKey
Public Sub New (
    quadKey As String
)

Parameters

  • quadKey
    Type: System.String

    A string containing the quadkey of a tile.

See Also

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

Return to top