KmlLineStyle

Specifies the drawing style (color, color mode, and line width) for all line geometry. Line geometry includes the outlines of outlined polygons and the extruded "tether" of Placemark icons (if extrusion is enabled).

Since

200.1.0

Constructors

Link copied to clipboard
constructor(lineColor: Color = Color.white, width: Double = 1.0)

Creates a KML line style with a specified line color and width.

Properties

Link copied to clipboard

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

Inherited properties

Link copied to clipboard

The KMLColorStyle's color.

Link copied to clipboard

The KMLColorStyle's color mode.