Click or drag to resize
IAircraftShortCoordinates Property
The list of coordinates representing the short track of the aircraft, the locations reported by it for the past so-many seconds.

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

Property Value

Type: ListCoordinate
Remarks
Coordinates are perpetually added to this list irrespective of the direction the aircraft is taking but coordinates older than the configuration value for the short trail duration are removed as snapshots are taken of the aircraft, or as new coordinates are added.
See Also