Click or drag to resize
Coordinate Constructor (Int64, Int64, Double, Double, NullableSingle)
Creates a new object.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Coordinate(
	long dataVersion,
	long tick,
	double latitude,
	double longitude,
	Nullable<float> heading
)

Parameters

dataVersion
Type: SystemInt64
The DataVersion current when the coordinate was recorded.
tick
Type: SystemInt64
The time the coordinate was recorded.
latitude
Type: SystemDouble
The latitude of the aircraft.
longitude
Type: SystemDouble
The longitude of the aircraft.
heading
Type: SystemNullableSingle
The heading in degrees from north that the aircraft was pointing in, if known.
See Also