Share via


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
Public method QuadKey(String)
Public method QuadKey(Int32, Int32, Int32)

Top

Properties

  Name Description
Public property Key
Public property X
Public property Y
Public property ZoomLevel

Top

Methods

  Name Description
Public method Equals(Object) (Overrides ValueType.Equals(Object).)
Public method Equals(QuadKey)
Public method GetHashCode (Overrides ValueType.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType.)

Top

Operators

  Name Description
Public operatorStatic member Equality
Public operatorStatic member 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.

See Also

Reference

Microsoft.Phone.Maps.Controls Namespace