outlineWidth

var outlineWidth: Double

The outline width of the Polyline (in dp units).

The outline is drawn with the outlineWidth provided by this parameter around the base line (controlled by the lineWidth and the lineColor). The effective width of the overall line is therefore: width + 2 * outline-width.