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 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.StringA string containing the quadkey of a tile.
See Also
QuadKey Overload
QuadKey Structure
Microsoft.Maps.MapControl.WPF.Core Namespace
Return to top