Click or drag to resize
IAircraftFullCoordinates Property
The list of coordinates representing the full track of the aircraft, from when it was first seen until now.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
List<Coordinate> FullCoordinates { get; }

Property Value

Type: ListCoordinate
Remarks
Coordinates are only added to this list when the aircraft changes direction but there is no limit to the number of coordinates held for the aircraft.
See Also