iconHaloColor

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

The color of the icon's halo. Icon halos can only be used with SDF icons.

Parameters

iconHaloColor

value of iconHaloColor

open override fun iconHaloColor(iconHaloColor: Expression): SymbolLayer

The color of the icon's halo. Icon halos can only be used with SDF icons.

Parameters

iconHaloColor

value of iconHaloColor as Expression

val iconHaloColor: String?

The color of the icon's halo. Icon halos can only be used with SDF icons.