Skip to main content

Class: MapGarminFlightPlanModule

Defined in: src/garminsdk/components/map/modules/MapGarminFlightPlanModule.ts:37

A module describing the display of flight plans.

Constructors

Constructor

new MapGarminFlightPlanModule(entries): MapGarminFlightPlanModule

Defined in: src/garminsdk/components/map/modules/MapGarminFlightPlanModule.ts:45

Creates a new instance of MapGarminFlightPlanModule.

Parameters

ParameterTypeDescription
entriesIterable<Readonly<MapGarminFlightPlanEntry>>The entries to include in the module.

Returns

MapGarminFlightPlanModule

Properties

entries

readonly entries: readonly Readonly<MapGarminFlightPlanEntry>[]

Defined in: src/garminsdk/components/map/modules/MapGarminFlightPlanModule.ts:39

Entries describing the display of flight plans.