Type Alias: FlightPlannerOptions
FlightPlannerOptions =
object
Defined in: src/sdk/flightplan/FlightPlanner.ts:413
Configuration options for FlightPlanner.
Properties
calculator
calculator:
FlightPathCalculator
Defined in: src/sdk/flightplan/FlightPlanner.ts:415
The flight path calculator to use to compute flight paths for the planner's flight plans.
getLegName()?
optionalgetLegName: (leg) =>string|undefined
Defined in: src/sdk/flightplan/FlightPlanner.ts:418
A function which generates flight plan leg names for the planner's flight plans.
Parameters
| Parameter | Type |
|---|---|
leg | FlightPlanLeg |
Returns
string | undefined