Skip to main content

Interface: WT21FixInfoMarker

Defined in: workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:36

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

Defined in: workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:40

Altitude in feet if this is an altitude prediction, else null


estimatedTimeOfArrival

estimatedTimeOfArrival: null | number

Defined in: workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:42

ETA as a JS timestamp in milliseconds if this is a time prediction, else null


location

location: GeoPoint

Defined in: workingtitle-instruments-wt21/shared/Systems/FixInfo/WT21FixInfoData.ts:38

Geographical location of the marker