Share via


QuadKey Structure

 

Represents a Bing Maps quadkey.

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

Syntax

public struct QuadKey
public value struct QuadKey
[<Sealed>]
type QuadKey = struct end
Public Structure QuadKey

Constructors

Name Description
System_CAPS_pubmethod QuadKey(Int32, Int32, Int32)

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

System_CAPS_pubmethod QuadKey(String)

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

Properties

Name Description
System_CAPS_pubproperty Key

Gets the quadkey string of the tile.

System_CAPS_pubproperty X

Gets the x-axis position of the tile.

System_CAPS_pubproperty Y

Gets the y-axis position of the tile.

System_CAPS_pubproperty ZoomLevel

Gets or sets the zoom level of the tile.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

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

System_CAPS_pubmethod GetHashCode()

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

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from ValueType.)

Operators

Name Description
System_CAPS_puboperatorSystem_CAPS_static Equality(QuadKey, QuadKey)

Determines whether two tiles are equal.

System_CAPS_puboperatorSystem_CAPS_static Inequality(QuadKey, QuadKey)

Determines whether two tiles are not equal.

Thread Safety

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

See Also

Microsoft.Maps.MapControl.WPF.Core Namespace

Return to top