iconAllowOverlap

open override fun iconAllowOverlap(iconAllowOverlap: Boolean): SymbolLayer

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

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

Parameters

iconAllowOverlap

value of iconAllowOverlap

open override fun iconAllowOverlap(iconAllowOverlap: Expression): SymbolLayer

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

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

Parameters

iconAllowOverlap

value of iconAllowOverlap as Expression

val iconAllowOverlap: Boolean?

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