constructor(lineColor: Color = Color.white, width: Double = 1.0) Creates a KML line style with a specified line color and width.
Since
200.1.0
Parameters
The KML line style's color. Default is RGBA(255,255,255,255).
Width of the KML line style, in pixels. Default is 1.0.