In The Hand LtdIn The Hand
GeoPosition<(Of <(<'T>)>)> Constructor (timestamp, position)
NamespacesInTheHand.Device.LocationGeoPosition<(Of <(<'T>)>)>GeoPosition<(Of <(<'T>)>)>(DateTimeOffset, T)
.NET Components for Mobility
Initializes a new instance of the GeoPosition<(Of <(<'T>)>)> class with a timestamp and position.
Declaration Syntax
C#Visual Basic
public GeoPosition(
	DateTimeOffset timestamp,
	T position
)
Public Sub New ( _
	timestamp As DateTimeOffset, _
	position As T _
)
Parameters
timestamp (DateTimeOffset)
The time the location data was obtained.
position (T)
The location data to use to initialize the GeoPosition<(Of <(<'T>)>)> object.

Assembly: InTheHand.Device (Module: InTheHand.Device) Version: 7.0.0.0