SimpleLineSymbol constructor
- SimpleLineSymbolStyle style = SimpleLineSymbolStyle.solid,
- Color color = const Color(0xFFD3D3D3),
- double width = 1.0,
- SimpleLineSymbolMarkerStyle markerStyle = SimpleLineSymbolMarkerStyle.none,
- SimpleLineSymbolMarkerPlacement markerPlacement = SimpleLineSymbolMarkerPlacement.end,
Creates a simple line symbol object with a style, color, width, and line end marker.
Parameters:
style— The type of simple line symbol to create.color— The color of the simple line symbol.width— The width of the simple line symbol.markerStyle— The style of simple line symbol end marker(s).markerPlacement— The placement of simple line symbol end marker(s).