Skip to main content

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

ParameterTypeDescription
indexnumberThe index of the flight plan.

Returns

PlanSubjects

The subject for the specified plan index.