Skip to main content

Class: MapProcedurePreviewModule

A module describing a flight plan procedure to be previewed.

Constructors

constructor

new MapProcedurePreviewModule(): MapProcedurePreviewModule

Returns

MapProcedurePreviewModule

Properties

procedurePlan

Readonly procedurePlan: Subject<null | FlightPlan>

The flight plan containing the procedure to be previewed.

Defined in

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


procedureType

Readonly procedureType: Subject<ProcedureType>

The procedure type previewed by the layer.

Defined in

src/garminsdk/components/map/modules/MapProcedurePreviewModule.ts:10


transitionPlan

Readonly transitionPlan: Subject<null | FlightPlan>

The flight plan containing the transitions to be previewed.

Defined in

src/garminsdk/components/map/modules/MapProcedurePreviewModule.ts:16