iconOptional

open override fun iconOptional(iconOptional: Boolean): SymbolLayer

If true, text will display without their corresponding icons when the icon collides with other symbols and the text does not.

Parameters

iconOptional

value of iconOptional

open override fun iconOptional(iconOptional: Expression): SymbolLayer

If true, text will display without their corresponding icons when the icon collides with other symbols and the text does not.

Parameters

iconOptional

value of iconOptional as Expression

val iconOptional: Boolean?

If true, text will display without their corresponding icons when the icon collides with other symbols and the text does not.