textIgnorePlacement

open override fun textIgnorePlacement(textIgnorePlacement: Boolean): SymbolLayer

If true, other symbols can be visible even if they collide with the text. Default value: false.

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

Parameters

textIgnorePlacement

value of textIgnorePlacement


open override fun textIgnorePlacement(textIgnorePlacement: Expression): SymbolLayer

If true, other symbols can be visible even if they collide with the text. Default value: false.

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

Parameters

textIgnorePlacement

value of textIgnorePlacement as Expression


val textIgnorePlacement: Boolean?

If true, other symbols can be visible even if they collide with the text. Default value: false.