Interface: MapTodLayerProps
Defined in: workingtitle-instruments-wt21/shared/Map/MapTodLayer.tsx:17
The props for the MapTodLayer component.
Extends
MapLayerProps
<any
>
Properties
activePerformancePlan?
optional
activePerformancePlan:PerformancePlan
Defined in: workingtitle-instruments-wt21/shared/Map/MapTodLayer.tsx:31
The active route perf plan. Only needed if fix info should be displayed.
bus
bus:
EventBus
Defined in: workingtitle-instruments-wt21/shared/Map/MapTodLayer.tsx:19
The event bus.
children?
optional
children:DisplayChildren
[]
Defined in: sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
class?
optional
class:string
|SubscribableSet
<string
>
Defined in: sdk/components/map/MapLayer.ts:25
The CSS class(es) to apply to the root of this layer.
Inherited from
facLoader?
optional
facLoader:FacilityLoader
Defined in: workingtitle-instruments-wt21/shared/Map/MapTodLayer.tsx:21
A facility loader. If not defined, then a default instance will be created.
fixInfo?
optional
fixInfo:WTLineFixInfoManager
Defined in: workingtitle-instruments-wt21/shared/Map/MapTodLayer.tsx:29
The fix info manager. If not passed in, then fix info will not be rendered on this layer.
mapProjection
mapProjection:
MapProjection
Defined in: sdk/components/map/MapLayer.ts:15
A map projection model.
Inherited from
model
model:
MapModel
<any
>
Defined in: sdk/components/map/MapLayer.ts:12
A map model.
Inherited from
planner
planner:
FlightPlanner
Defined in: workingtitle-instruments-wt21/shared/Map/MapTodLayer.tsx:23
The flight planner.
ref?
optional
ref:NodeReference
<any
>
Defined in: sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
textManager
textManager:
MapCullableTextLabelManager
Defined in: workingtitle-instruments-wt21/shared/Map/MapTodLayer.tsx:27
The text label manager.
updateFreq?
optional
updateFreq:Subscribable
<number
>
Defined in: 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
waypointRenderer
waypointRenderer:
MapSystemWaypointsRenderer
Defined in: workingtitle-instruments-wt21/shared/Map/MapTodLayer.tsx:25
The waypoint renderer to use.