Skip to main content

Type Alias: MapGarminFlightPlanEntryFactory()

MapGarminFlightPlanEntryFactory = (context) => MapGarminFlightPlanEntry

Defined in: src/garminsdk/components/map/GarminMapBuilder.tsx:113

A function that creates an entry describing the display of a flight plan.

Parameters

ParameterTypeDescription
contextMapSystemContext<EmptyRecord, EmptyRecord, EmptyRecord, any>The context of the map for which to create the entry.

Returns

MapGarminFlightPlanEntry

An entry describing the display of a flight plan.