KmlStyle

class KmlStyle

Specifies the drawing style for a KmlNode. Controls the drawing style for the icon, line, polygon, and/or label or a KmlNode. A KmlStyle is made up of several substyles, including KmlIconStyle, KmlLineStyle, KmlPolygonStyle, and KmlLabelStyle. Not all node types support styling. For example, a KmlTour node cannot be stylized.

Since

200.1.0

Constructors

Link copied to clipboard
constructor()

Creates a KML style. Substyles can be modified.

Properties

Link copied to clipboard

Specifies how icons for point Placemarks are drawn.

Link copied to clipboard

Specifies how Placemark labels are drawn.

Link copied to clipboard

Specifies the drawing style for all lines.

Link copied to clipboard

Specifies the drawing style for polygons.