iconIgnorePlacement

open override fun iconIgnorePlacement(iconIgnorePlacement: Boolean): SymbolLayer

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

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

Parameters

iconIgnorePlacement

value of iconIgnorePlacement


open override fun iconIgnorePlacement(iconIgnorePlacement: Expression): SymbolLayer

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

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

Parameters

iconIgnorePlacement

value of iconIgnorePlacement as Expression


val iconIgnorePlacement: Boolean?

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