Type Alias: MapGarminFlightPlanEntry
MapGarminFlightPlanEntry =
object
Defined in: src/garminsdk/components/map/modules/MapGarminFlightPlanModule.ts:11
An entry describing a flight plan to display on a map.
Properties
dataProvider
dataProvider:
MapFlightPlanDataProvider
Defined in: src/garminsdk/components/map/modules/MapGarminFlightPlanModule.ts:19
A data provider for this entry's flight plan.
drawEntirePlan
drawEntirePlan:
Subscribable<boolean>
Defined in: src/garminsdk/components/map/modules/MapGarminFlightPlanModule.ts:22
Whether this entry's flight plan should be drawn in its entirety instead of only from the active lateral leg.
id
id:
string
Defined in: src/garminsdk/components/map/modules/MapGarminFlightPlanModule.ts:13
The ID of this entry.
pathRenderer
pathRenderer:
MapFlightPathPlanRenderer
Defined in: src/garminsdk/components/map/modules/MapGarminFlightPlanModule.ts:31
The flight path renderer to use to draw this entry's flight plan.
show
show:
Subject<boolean>
Defined in: src/garminsdk/components/map/modules/MapGarminFlightPlanModule.ts:16
Whether to show this entry's flight plan.
waypointRecordManager
waypointRecordManager:
MapFlightPlanWaypointRecordManager
Defined in: src/garminsdk/components/map/modules/MapGarminFlightPlanModule.ts:28
The waypoint record manager to use to manage the waypoints to draw for this entry's flight plan.
waypointRenderer
waypointRenderer:
MapWaypointRenderer
Defined in: src/garminsdk/components/map/modules/MapGarminFlightPlanModule.ts:25
The waypoint renderer to use to draw waypoints for this entry's flight plan.