textAllowOverlap

open override fun textAllowOverlap(textAllowOverlap: Boolean): SymbolLayer

If true, the text will be visible even if it collides with other previously drawn symbols.

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

Parameters

textAllowOverlap

value of textAllowOverlap

open override fun textAllowOverlap(textAllowOverlap: Expression): SymbolLayer

If true, the text will be visible even if it collides with other previously drawn symbols.

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

Parameters

textAllowOverlap

value of textAllowOverlap as Expression

val textAllowOverlap: Boolean?

If true, the text will be visible even if it collides with other previously drawn symbols.