Skip to main content

Type Alias: GarminPrimaryFlightPlanRouteLoaderOptions

GarminPrimaryFlightPlanRouteLoaderOptions = object

Defined in: src/garminsdk/flightplan/GarminPrimaryFlightPlanRouteLoader.ts:16

Configuration options for GarminPrimaryFlightPlanRouteLoader.

Properties

allowRnpArApproaches?

optional allowRnpArApproaches: boolean

Defined in: src/garminsdk/flightplan/GarminPrimaryFlightPlanRouteLoader.ts:43

Whether RNP AR approaches are allowed to be loaded. Defaults to true.


flattenAirways?

optional flattenAirways: boolean

Defined in: src/garminsdk/flightplan/GarminPrimaryFlightPlanRouteLoader.ts:28

Whether to flatten airways to their constituent waypoints when loading a flight plan route into a flight plan. Defaults to false.


loadRouteBatchName?

optional loadRouteBatchName: string

Defined in: src/garminsdk/flightplan/GarminPrimaryFlightPlanRouteLoader.ts:22

The name to assign the flight plan modification batch opened on the primary flight plan when an operation to load a flight plan route into the plan is in progress. Defaults to GarminFlightPlanRouteUtils.DEFAULT_LOAD_ROUTE_BATCH_NAME.


userFacilityIdentPrefix?

optional userFacilityIdentPrefix: string

Defined in: src/garminsdk/flightplan/GarminPrimaryFlightPlanRouteLoader.ts:40

The prefix to use when assigning idents to user facilities created by the loader. A three-digit number is appended to the prefix to form the full ident. Must be three characters or less. Defaults to 'FPL'.


userFacilityScope?

optional userFacilityScope: string

Defined in: src/garminsdk/flightplan/GarminPrimaryFlightPlanRouteLoader.ts:34

The scope to assign user facilities created by the loader. The scope is written to the airport ident field of the facilities' ICAO values. Must be four characters or less. Defaults to the empty string.