Skip to main content

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()?

optional getLegName: (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

ParameterType
legFlightPlanLeg

Returns

string | undefined