Interface: G3XMapTrackVectorLayerProps
Component props for G3XMapTrackVectorLayer.
Hierarchy
MapLayerProps
<G3XMapTrackVectorLayerModules
>↳
G3XMapTrackVectorLayerProps
Properties
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
mapProjection
• mapProjection: MapProjection
A map projection model.
Inherited from
MapLayerProps.mapProjection
Defined in
src/sdk/components/map/MapLayer.ts:15
model
• model: MapModel
<G3XMapTrackVectorLayerModules
>
A map model.
Inherited from
MapLayerProps.model
Defined in
src/sdk/components/map/MapLayer.ts:12
outlineColor
• Optional
outlineColor: string
The color of the vector outline. Defaults to '#505050'
.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/Map/Layers/G3XMapTrackVectorLayer.tsx:45
outlineWidth
• Optional
outlineWidth: number
The width of the vector outline, in pixels. Defaults to 1 pixel.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/Map/Layers/G3XMapTrackVectorLayer.tsx:42
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
MapLayerProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
strokeColor
• Optional
strokeColor: string
The color of the vector stroke. Defaults to 'cyan'
.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/Map/Layers/G3XMapTrackVectorLayer.tsx:39
strokeWidth
• Optional
strokeWidth: number
The width of the vector stroke, in pixels. Defaults to 2 pixels.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/Map/Layers/G3XMapTrackVectorLayer.tsx:36
tickLength
• Optional
tickLength: number
The length of each vector tick, in pixels. Defaults to 10 pixels.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/Map/Layers/G3XMapTrackVectorLayer.tsx:48
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