IAircraftFullCoordinates Property |
The list of coordinates representing the full track of the aircraft, from when it was first seen until now.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax List<Coordinate> FullCoordinates { get; }
ReadOnly Property FullCoordinates As List(Of Coordinate)
Get
property List<Coordinate^>^ FullCoordinates {
List<Coordinate^>^ get ();
}
abstract FullCoordinates : List<Coordinate> with get
Property Value
Type:
ListCoordinateRemarks
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