QuadKey Structure
Namespace: Microsoft.Phone.Maps.Controls
Assembly: Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)
Syntax
'Declaration
Public Structure QuadKey _
Implements IEquatable(Of QuadKey)
public struct QuadKey : IEquatable<QuadKey>
public value class QuadKey : IEquatable<QuadKey>
[<Sealed>]
type QuadKey =
struct
interface IEquatable<QuadKey>
end
The QuadKey type exposes the following members.
Constructors
Name | Description | |
---|---|---|
QuadKey(String) | ||
QuadKey(Int32, Int32, Int32) |
Top
Properties
Name | Description | |
---|---|---|
Key | ||
X | ||
Y | ||
ZoomLevel |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Overrides ValueType.Equals(Object).) | |
Equals(QuadKey) | ||
GetHashCode | (Overrides ValueType.GetHashCode().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Top
Operators
Name | Description | |
---|---|---|
Equality | ||
Inequality |
Top
Version Information
.NET for Windows Phone apps
Supported in: Windows Phone 8, Silverlight 8.1
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.