Initializes a new instance of the GeoPosition<(Of <(<'T>)>)> class with a timestamp and position.
| C# | Visual Basic |
public GeoPosition( DateTimeOffset timestamp, T position )
Public Sub New ( _ timestamp As DateTimeOffset, _ position As T _ )
- timestamp (DateTimeOffset)
- The time the location data was obtained.
- position (T)
- The location data to use to initialize the GeoPosition<(Of <(<'T>)>)> object.