KmlPolygonStyle

Specifies the drawing style for all polygons, including polygon extrusions (which look like the walls of buildings) and line extrusions (which look like solid fences). Controls how the \ of a KmlNode is displayed and whether or not the \ of a KmlNode is displayed. If the outline is displayed, the outline will use the current KmlLineStyle. Corresponds to a \ in a KML document.

Since

200.1.0

Constructors

Link copied to clipboard
constructor(fillColor: Color = Color.white)

Creates a KML polygon style with a specified fill color. Default is RGBA(255,255,255,255).

Properties

Link copied to clipboard

Specifies whether or not to display the polygon with a filled symbol. Default is true.

Link copied to clipboard

Specifies whether or not to display the polygon with an outline symbol using the current KmlLineStyle. Default is true.

Inherited properties

Link copied to clipboard

The KMLColorStyle's color.

Link copied to clipboard

The KMLColorStyle's color mode.