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
| Parameter | Type | Description |
|---|---|---|
context | MapSystemContext<EmptyRecord, EmptyRecord, EmptyRecord, any> | The context of the map for which to create the entry. |
Returns
An entry describing the display of a flight plan.