iconColor

open override fun iconColor(iconColor: String): SymbolLayer
open override fun iconColor(@ColorInt iconColor: Int): SymbolLayer

The color of the icon. This can only be used with sdf icons.

Parameters

iconColor

value of iconColor

open override fun iconColor(iconColor: Expression): SymbolLayer

The color of the icon. This can only be used with sdf icons.

Parameters

iconColor

value of iconColor as Expression

val iconColor: String?

The color of the icon. This can only be used with sdf icons.