Skip to main content

Class: MapFlightPlanModule

A map data module that handles the display of flight plan data.

Constructors

constructor

new MapFlightPlanModule(): MapFlightPlanModule

Returns

MapFlightPlanModule

Methods

getPlanSubjects

getPlanSubjects(index): PlanSubjects

Gets the flight plan subjects for a specified flight plan.

Parameters

NameTypeDescription
indexnumberThe index of the flight plan.

Returns

PlanSubjects

The subject for the specified plan index.

Defined in

src/sdk/components/mapsystem/modules/MapFlightPlanModule.ts:16