Skip to main content

Interface: MapFlightPlanLayerProps

Defined in: src/garminsdk/components/map/layers/MapFlightPlanLayer.tsx:17

Properties on the MapFlightPlanLayer component.

Extends

  • MapLayerProps<any>

Properties

bus

bus: EventBus

Defined in: src/garminsdk/components/map/layers/MapFlightPlanLayer.tsx:19

The event bus.


children?

optional children: DisplayChildren[]

Defined in: src/sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

MapLayerProps.children


class?

optional class: string | SubscribableSet<string>

Defined in: src/sdk/components/map/MapLayer.ts:25

The CSS class(es) to apply to the root of this layer.

Inherited from

MapLayerProps.class


dataProvider

dataProvider: MapFlightPlanDataProvider

Defined in: src/garminsdk/components/map/layers/MapFlightPlanLayer.tsx:22

A flight plan data provider.


drawEntirePlan

drawEntirePlan: Subscribable<boolean>

Defined in: src/garminsdk/components/map/layers/MapFlightPlanLayer.tsx:28

A subscribable which provides whether the layer should draw the entire plan instead of only from the active lateral leg.


mapProjection

mapProjection: MapProjection

Defined in: src/sdk/components/map/MapLayer.ts:15

A map projection model.

Inherited from

MapLayerProps.mapProjection


model

model: MapModel<any>

Defined in: src/sdk/components/map/MapLayer.ts:12

A map model.

Inherited from

MapLayerProps.model


pathRenderer

pathRenderer: MapFlightPathPlanRenderer

Defined in: src/garminsdk/components/map/layers/MapFlightPlanLayer.tsx:34

The flight path renderer to use.


ref?

optional ref: NodeReference<any>

Defined in: src/sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

MapLayerProps.ref


updateFreq?

optional updateFreq: Subscribable<number>

Defined in: src/sdk/components/map/MapLayer.ts:22

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


waypointRenderer

waypointRenderer: MapWaypointRenderer

Defined in: src/garminsdk/components/map/layers/MapFlightPlanLayer.tsx:31

The waypoint renderer to use.