Skip to main content

Interface: FlightPlanRouteEnrouteLeg

Defined in: src/sdk/flightplan/FlightPlanRoute.ts:66

An enroute leg used by FlightPlanRoute.

Properties

__Type

__Type: "JS_EnrouteLeg"

Defined in: src/sdk/flightplan/FlightPlanRoute.ts:68

Coherent C++ object binding type.


altitude

altitude: null | FlightPlanRouteAltitude

Defined in: src/sdk/flightplan/FlightPlanRoute.ts:104

This leg's altitude, or null if an altitude is not defined for this leg.


bearing

bearing: number

Defined in: src/sdk/flightplan/FlightPlanRoute.ts:98

The true bearing of this leg's terminator fix from the reference facility, in degrees.


distance

distance: number

Defined in: src/sdk/flightplan/FlightPlanRoute.ts:101

The distance from the reference facility to this leg's terminator fix, in nautical miles.


fixIcao

fixIcao: IcaoValue

Defined in: src/sdk/flightplan/FlightPlanRoute.ts:71

The ICAO of this leg's terminator fix.


hasLatLon

hasLatLon: boolean

Defined in: src/sdk/flightplan/FlightPlanRoute.ts:83

Whether this leg's terminator fix is defined by a set of latitude/longitude coordinates.


hasPointBearingDistance

hasPointBearingDistance: boolean

Defined in: src/sdk/flightplan/FlightPlanRoute.ts:92

Whether this leg's terminator fix is defined by a bearing and distance from a reference facility.


isPpos

isPpos: boolean

Defined in: src/sdk/flightplan/FlightPlanRoute.ts:80

Whether the leg should use the airplane's present position as its terminator fix.


lat

lat: number

Defined in: src/sdk/flightplan/FlightPlanRoute.ts:86

The latitude of the leg's terminator fix, in degrees.


lon

lon: number

Defined in: src/sdk/flightplan/FlightPlanRoute.ts:89

The longitude of this leg's terminator fix, in degrees.


name

name: string

Defined in: src/sdk/flightplan/FlightPlanRoute.ts:107

This leg's name.


referenceIcao

referenceIcao: IcaoValue

Defined in: src/sdk/flightplan/FlightPlanRoute.ts:95

The ICAO of the reference facility with which this leg's terminator fix is defined.


via

via: string

Defined in: src/sdk/flightplan/FlightPlanRoute.ts:77

The airway to follow to this leg's terminator fix, or the empty string if this leg is a DIRECT leg. Must not exceed seven characters in length.