Class: MapFlightPlanFocusModule
Defined in: src/garminsdk/components/map/modules/MapFlightPlanFocusModule.ts:9
Constructors
Constructor
new MapFlightPlanFocusModule():
MapFlightPlanFocusModule
Returns
MapFlightPlanFocusModule
Properties
dataProvider
readonlydataProvider:Subject<null|MapFlightPlanDataProvider>
Defined in: src/garminsdk/components/map/modules/MapFlightPlanFocusModule.ts:29
A flight plan data provider for the plan which has focus, or null. A data provider is required to update
a flight plan leg focus after its component legs have been calculated for the first time.
focus
readonlyfocus:Subject<FlightPlanFocus>
Defined in: src/garminsdk/components/map/modules/MapFlightPlanFocusModule.ts:23
The flight plan focus.
isActive
readonlyisActive:Subject<boolean>
Defined in: src/garminsdk/components/map/modules/MapFlightPlanFocusModule.ts:13
Whether focus is active.
planHasFocus
readonlyplanHasFocus:Subject<boolean>
Defined in: src/garminsdk/components/map/modules/MapFlightPlanFocusModule.ts:18
Whether the flight plan has focus.