Solid Stroke Symbol Layer
constructor(width: Double = 5.333333492279053, color: Color = Color.black, geometricEffects: Iterable<GeometricEffect> = mutableListOf(), lineStyle3D: StrokeSymbolLayerLineStyle3D = StrokeSymbolLayerLineStyle3D.Strip)
Create a solid stroke symbol layer with width, color, geometric effects and 3D line style. Create a solid stroke symbol layer with a stroke width, a color, a collection of geometric effects, and a 3D line style. The function sets the width, color, geometric effects, and 3D line style on the newly-created solid stroke. Stroke caps default to 'round'.
Since
200.1.0
Parameters
width
The desired width for the symbol layer.
color
The desired color for the symbol layer.
geometric Effects
The effects to be applied to the symbol layer, e.g., dash patterns.
line Style3D
The desired 3D line style.