KmlLabelStyle

Specifies how the name of a KmlNode is drawn, including color and scale. Controls how the \ of a KmlNode is displayed. Corresponds to a \ in a KML document. Controls the color and scale of the name label.

Since

200.1.0

See also

Constructors

Link copied to clipboard
constructor(labelColor: Color = Color.white, scale: Double = 1.0)

Creates a KML label style with a specified label color and scale.

Properties

Link copied to clipboard

Scale of the label. Default is 1.0.

Inherited properties

Link copied to clipboard

The KMLColorStyle's color.

Link copied to clipboard

The KMLColorStyle's color mode.