SimpleLineSymbol

constructor(style: SimpleLineSymbolStyle = SimpleLineSymbolStyle.Solid, color: Color = Color.white, width: Float = 1.0f, markerStyle: SimpleLineSymbolMarkerStyle = SimpleLineSymbolMarkerStyle.None, markerPlacement: SimpleLineSymbolMarkerPlacement = SimpleLineSymbolMarkerPlacement.End)

Creates a simple line symbol object with a style, color, width, and line end marker.

Since

200.1.0

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).