Type Alias: ActiveFlightPlanOptions
ActiveFlightPlanOptions =
object
Defined in: src/garminsdk/components/map/GarminMapBuilder.tsx:102
Options for the display of the active flight plan.
Properties
lnavIndex?
optional
lnavIndex:number
|Subscribable
<number
>
Defined in: src/garminsdk/components/map/GarminMapBuilder.tsx:104
The index of the LNAV from which to source data. Defaults to 0
.
supportFocus?
optional
supportFocus:boolean
Defined in: src/garminsdk/components/map/GarminMapBuilder.tsx:113
Whether to support flight plan focus on the primary flight plan. If focus is supported, the primary flight plan
will be drawn when it is focused, regardless of whether it is active. Defaults to false
.
vnavIndex?
optional
vnavIndex:number
|Subscribable
<number
>
Defined in: src/garminsdk/components/map/GarminMapBuilder.tsx:107
The index of the VNAV from which to source data. Defaults to 0
.