Skip to main content

Interface: MapTodLayerProps

The props for the MapTodLayer component.

Hierarchy

  • MapLayerProps<any>

    MapTodLayerProps

Properties

activePerformancePlan

Optional activePerformancePlan: PerformancePlan

The active route perf plan. Only needed if fix info should be displayed.

Defined in

workingtitle-instruments-wt21/shared/Map/MapTodLayer.tsx:28


bus

bus: EventBus

The event bus.

Defined in

workingtitle-instruments-wt21/shared/Map/MapTodLayer.tsx:18


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

MapLayerProps.children

Defined in

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

sdk/components/map/MapLayer.ts:25


fixInfo

Optional fixInfo: WT21FixInfoManager

The fix info manager. If not passed in, then fix info will not be rendered on this layer.

Defined in

workingtitle-instruments-wt21/shared/Map/MapTodLayer.tsx:26


mapProjection

mapProjection: MapProjection

A map projection model.

Inherited from

MapLayerProps.mapProjection

Defined in

sdk/components/map/MapLayer.ts:15


model

model: MapModel<any>

A map model.

Inherited from

MapLayerProps.model

Defined in

sdk/components/map/MapLayer.ts:12


planner

planner: FlightPlanner<any>

The flight planner.

Defined in

workingtitle-instruments-wt21/shared/Map/MapTodLayer.tsx:20


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

MapLayerProps.ref

Defined in

sdk/components/FSComponent.ts:125


textManager

textManager: MapCullableTextLabelManager

The text label manager.

Defined in

workingtitle-instruments-wt21/shared/Map/MapTodLayer.tsx:24


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

sdk/components/map/MapLayer.ts:22


waypointRenderer

waypointRenderer: MapSystemWaypointsRenderer

The waypoint renderer to use.

Defined in

workingtitle-instruments-wt21/shared/Map/MapTodLayer.tsx:22