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