GeoPosition(Of T) Constructor (DateTimeOffset, T)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the GeoPosition(Of T) class with the provided time stamp and location.
Assembly: System.Device (in System.Device.dll)
Parameters
- timestamp
- Type: System.DateTimeOffset
A DateTimeOffset object specifying the point in time associated with the GeoPosition(Of T) object.
- position
- Type: T
The location associated with the GeoPosition(Of T) object.
Show: