iconHaloColor

open override fun iconHaloColor(iconHaloColor: String): SymbolLayer

The color of the icon's halo. Icon halos can only be used with /help/troubleshooting/using-recolorable-images-in-mapbox-maps/.

Use static method SymbolLayer.defaultIconHaloColor to set the default property.

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 /help/troubleshooting/using-recolorable-images-in-mapbox-maps/.

Use static method SymbolLayer.defaultIconHaloColorAsExpression to set the default property.

Parameters

iconHaloColor

value of iconHaloColor as Expression


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

The color of the icon's halo. Icon halos can only be used with /help/troubleshooting/using-recolorable-images-in-mapbox-maps/.

Use static method SymbolLayer.defaultIconHaloColorAsColorInt to set the default property.

Parameters

iconHaloColor

value of iconHaloColor


The color of the icon's halo. Icon halos can only be used with /help/troubleshooting/using-recolorable-images-in-mapbox-maps/.