Skip to main content

Interface: MapSystemFlightPlanLayerProps

Props on the MapSystemFlightPlanLayer component.

Hierarchy

Properties

bus

bus: EventBus

An instance of the event bus.

Defined in

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


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


flightPathRenderer

flightPathRenderer: MapSystemPlanRenderer

The flight plan renderer to use with this instance.

Defined in

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


iconFactory

iconFactory: MapSystemIconFactory

The icon factory to use with this instance.

Defined in

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


labelFactory

labelFactory: MapSystemLabelFactory

The label factory to use with this instance.

Defined in

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


mapProjection

mapProjection: MapProjection

A map projection model.

Inherited from

MapLayerProps.mapProjection

Defined in

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


model

model: MapModel<MapSystemFlightPlanLayerModules>

A map model.

Inherited from

MapLayerProps.model

Defined in

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


planIndex

planIndex: number

The flight plan index to display.

Defined in

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


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

The waypoint renderer to use with this instance.

Defined in

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