QuadKey Structure

Bing
 

Represents a Bing Maps quadkey.

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

public value struct QuadKey

NameDescription
System_CAPS_pubmethodQuadKey(Int32, Int32, Int32)

Initializes a new instance of the QuadKey class specifying the quadkey.

System_CAPS_pubmethodQuadKey(String^)

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

NameDescription
System_CAPS_pubpropertyKey

Gets the quadkey string of the tile.

System_CAPS_pubpropertyX

Gets the x-axis position of the tile.

System_CAPS_pubpropertyY

Gets the y-axis position of the tile.

System_CAPS_pubpropertyZoomLevel

Gets or sets the zoom level of the tile.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether this quadkey is equal to the specified object.(Overrides ValueType::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Retrieves the hash code for this quad key.(Overrides ValueType::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(QuadKey, QuadKey)

Determines whether two tiles are equal.

System_CAPS_puboperatorSystem_CAPS_staticInequality(QuadKey, QuadKey)

Determines whether two tiles are not equal.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: