KmlLabelStyle

constructor(labelColor: Color = Color.white, scale: Double = 1.0)

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

Since

200.1.0

Parameters

labelColor

Color of the label. Default is RGBA(255,255,255,255).

scale

Scale of the label. Default is 1.0.