Interface: MapFlightPlanLayerProps
Properties on the MapFlightPlanLayer component.
Hierarchy
MapLayerProps
<any
>↳
MapFlightPlanLayerProps
Properties
bus
• bus: EventBus
The event bus.
Defined in
src/garminsdk/components/map/layers/MapFlightPlanLayer.tsx:19
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
MapLayerProps.children
Defined in
src/sdk/components/FSComponent.ts:122
class
• Optional
class: string
| SubscribableSet
<string
>
The CSS class(es) to apply to the root of this layer.
Inherited from
MapLayerProps.class
Defined in
src/sdk/components/map/MapLayer.ts:25
dataProvider
• dataProvider: MapFlightPlanDataProvider
A flight plan data provider.
Defined in
src/garminsdk/components/map/layers/MapFlightPlanLayer.tsx:22
drawEntirePlan
• drawEntirePlan: Subscribable
<boolean
>
A subscribable which provides whether the layer should draw the entire plan instead of only from the active lateral leg.
Defined in
src/garminsdk/components/map/layers/MapFlightPlanLayer.tsx:28
mapProjection
• mapProjection: MapProjection
A map projection model.
Inherited from
MapLayerProps.mapProjection
Defined in
src/sdk/components/map/MapLayer.ts:15
model
• model: MapModel
<any
>
A map model.
Inherited from
MapLayerProps.model
Defined in
src/sdk/components/map/MapLayer.ts:12
pathRenderer
• pathRenderer: MapFlightPathPlanRenderer
The flight path renderer to use.
Defined in
src/garminsdk/components/map/layers/MapFlightPlanLayer.tsx:34
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
MapLayerProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
updateFreq
• Optional
updateFreq: Subscribable
<number
>
A subscribable which provides the maximum update frequency of the layer, in hertz. Note that the actual update frequency will not exceed the update frequency of the layer's parent map. If not defined, the frequency will default to that of the layer's parent map.
Inherited from
MapLayerProps.updateFreq
Defined in
src/sdk/components/map/MapLayer.ts:22
waypointRenderer
• waypointRenderer: MapWaypointRenderer
The waypoint renderer to use.
Defined in
src/garminsdk/components/map/layers/MapFlightPlanLayer.tsx:31