Skip to main content

Class: MapFlightPlanFocusModule

Constructors

constructor

new MapFlightPlanFocusModule(): MapFlightPlanFocusModule

Returns

MapFlightPlanFocusModule

Properties

dataProvider

Readonly dataProvider: Subject<null | MapFlightPlanDataProvider>

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.

Defined in

src/garminsdk/components/map/modules/MapFlightPlanFocusModule.ts:29


focus

Readonly focus: Subject<FlightPlanFocus>

The flight plan focus.

Defined in

src/garminsdk/components/map/modules/MapFlightPlanFocusModule.ts:23


isActive

Readonly isActive: Subject<boolean>

Whether focus is active.

Defined in

src/garminsdk/components/map/modules/MapFlightPlanFocusModule.ts:13


planHasFocus

Readonly planHasFocus: Subject<boolean>

Whether the flight plan has focus.

Defined in

src/garminsdk/components/map/modules/MapFlightPlanFocusModule.ts:18