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 | |
---|---|---|
QuadKey(Int32, Int32, Int32) | Initializes a new instance of the QuadKey class specifying the quadkey. |
|
QuadKey(String) | Initializes a new instance of the QuadKey class, specifying the position and zoom level of the tile. |
Properties
Name | Description | |
---|---|---|
Key | Gets the quadkey string of the tile. |
|
X | Gets the x-axis position of the tile. |
|
Y | Gets the y-axis position of the tile. |
|
ZoomLevel | Gets or sets the zoom level of the tile. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether this quadkey is equal to the specified object.(Overrides ValueType.Equals(Object).) |
|
GetHashCode() | Retrieves the hash code for this quad key.(Overrides ValueType.GetHashCode().) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from ValueType.) |
Operators
Name | Description | |
---|---|---|
Equality(QuadKey, QuadKey) | Determines whether two tiles are equal. |
|
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