Skip to main content

Class: MapFlightPlanFocusModule

Defined in: src/garminsdk/components/map/modules/MapFlightPlanFocusModule.ts:9

Constructors

Constructor

new MapFlightPlanFocusModule(): MapFlightPlanFocusModule

Returns

MapFlightPlanFocusModule

Properties

dataProvider

readonly dataProvider: 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

readonly focus: Subject<FlightPlanFocus>

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

The flight plan focus.


isActive

readonly isActive: Subject<boolean>

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

Whether focus is active.


planHasFocus

readonly planHasFocus: Subject<boolean>

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

Whether the flight plan has focus.