Class: MapFlightPlanModule
Defined in: src/sdk/components/mapsystem/modules/MapFlightPlanModule.ts:8
A map data module that handles the display of flight plan data.
Constructors
Constructor
new MapFlightPlanModule():
MapFlightPlanModule
Returns
MapFlightPlanModule
Methods
getPlanSubjects()
getPlanSubjects(
index
):PlanSubjects
Defined in: src/sdk/components/mapsystem/modules/MapFlightPlanModule.ts:16
Gets the flight plan subjects for a specified flight plan.
Parameters
Parameter | Type | Description |
---|---|---|
index | number | The index of the flight plan. |
Returns
The subject for the specified plan index.