Type Alias: GarminPrimaryFlightPlanRouteLoaderOptions
GarminPrimaryFlightPlanRouteLoaderOptions =
object
Defined in: src/garminsdk/flightplan/GarminPrimaryFlightPlanRouteLoader.ts:16
Configuration options for GarminPrimaryFlightPlanRouteLoader.
Properties
allowRnpArApproaches?
optionalallowRnpArApproaches:boolean
Defined in: src/garminsdk/flightplan/GarminPrimaryFlightPlanRouteLoader.ts:43
Whether RNP AR approaches are allowed to be loaded. Defaults to true.
flattenAirways?
optionalflattenAirways: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?
optionalloadRouteBatchName: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?
optionaluserFacilityIdentPrefix: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?
optionaluserFacilityScope: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.