textColor

var textColor: String? = null

Parameters

textColor

text color, setting to null will fall back to style's default settings. Value of red, green, blue components must range between 0 and 255, an alpha component must range between 0 and 1.

For more information see The online documentationhttps://docs.mapbox.com/mapbox-gl-js/style-spec/#types-color).