Skip to main content

Interface: MapSystemFlightPlanLayerProps

Defined in: src/sdk/components/mapsystem/layers/MapSystemFlightPlanLayer.tsx:27

Props on the MapSystemFlightPlanLayer component.

Extends

Properties

bus

bus: EventBus

Defined in: src/sdk/components/mapsystem/layers/MapSystemFlightPlanLayer.tsx:29

An instance of 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


flightPathRenderer

flightPathRenderer: MapSystemPlanRenderer

Defined in: src/sdk/components/mapsystem/layers/MapSystemFlightPlanLayer.tsx:41

The flight plan renderer to use with this instance.


iconFactory

iconFactory: MapSystemIconFactory

Defined in: src/sdk/components/mapsystem/layers/MapSystemFlightPlanLayer.tsx:35

The icon factory to use with this instance.


labelFactory

labelFactory: MapSystemLabelFactory

Defined in: src/sdk/components/mapsystem/layers/MapSystemFlightPlanLayer.tsx:38

The label factory to use with this instance.


mapProjection

mapProjection: MapProjection

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

A map projection model.

Inherited from

MapLayerProps.mapProjection


model

model: MapModel<MapSystemFlightPlanLayerModules>

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

A map model.

Inherited from

MapLayerProps.model


planIndex

planIndex: number

Defined in: src/sdk/components/mapsystem/layers/MapSystemFlightPlanLayer.tsx:44

The flight plan index to display.


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: MapSystemWaypointsRenderer

Defined in: src/sdk/components/mapsystem/layers/MapSystemFlightPlanLayer.tsx:32

The waypoint renderer to use with this instance.