This topic has not yet been rated - Rate this topic

GeoPosition<T> Class

July 26, 2012

Represents a geographic position consisting of a location and a time stamp.

System.Object
  System.Device.Location.GeoPosition<T>

Namespace:  System.Device.Location
Assembly:  System.Device (in System.Device.dll)
XMLNS for XAML: Not mapped to an xmlns.
public class GeoPosition<T>

<GeoPosition x:TypeArguments="T" .../>

Type Parameters

T

The GeoPosition<T> type exposes the following members.

  NameDescription
Public methodGeoPosition<T>()Initializes a new instance of the GeoPosition<T> class with no data.
Public methodGeoPosition<T>(DateTimeOffset, T)Initializes a new instance of the GeoPosition<T> class with the provided time stamp and location.
Top
  NameDescription
Public propertyLocationGets or sets the location of the GeoPosition<T> object.
Public propertyTimestampGets or sets the time stamp of the GeoPosition<T> object.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Windows Phone OS

Supported in: 7.1, 7.0

Windows Phone

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.