Interface: WT21FixInfoMarker
Fix Info Time/Altitude Markers for Display on ND. When the prediction is for an altitude, altitude will be non-null, or when it is for an ETA, estimatedTimeOfArrival will be non-null.
Properties
altitude
• altitude: null
| number
Altitude in feet if this is an altitude prediction, else null
Defined in
workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:40
estimatedTimeOfArrival
• estimatedTimeOfArrival: null
| number
ETA as a JS timestamp in milliseconds if this is a time prediction, else null
Defined in
workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:42
location
• location: GeoPoint
Geographical location of the marker
Defined in
workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:38