Type Alias: FlightPlannerOptions
FlightPlannerOptions =
object
Defined in: src/sdk/flightplan/FlightPlanner.ts:379
Configuration options for FlightPlanner.
Properties
calculator
calculator:
FlightPathCalculator
Defined in: src/sdk/flightplan/FlightPlanner.ts:381
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:384
A function which generates flight plan leg names for the planner's flight plans.
Parameters
| Parameter | Type |
|---|---|
leg | FlightPlanLeg |
Returns
string | undefined