Skip to main content

Interface: WTLineFixInfoMarker

Defined in: wtlinesdk/fms/WTLineFixInfoData.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: wtlinesdk/fms/WTLineFixInfoData.ts:40

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


estimatedTimeOfArrival

estimatedTimeOfArrival: null | number

Defined in: wtlinesdk/fms/WTLineFixInfoData.ts:42

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


location

location: GeoPoint

Defined in: wtlinesdk/fms/WTLineFixInfoData.ts:38

Geographical location of the marker