KmlLineStyle

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

lineColor

The KML line style's color. Default is RGBA(255,255,255,255).

width

Width of the KML line style, in pixels. Default is 1.0.