textMaxWidth

open override fun textMaxWidth(textMaxWidth: Double): SymbolLayer

The maximum line width for text wrapping. Default value: 10. Minimum value: 0. The unit of textMaxWidth is in ems.

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

Parameters

textMaxWidth

value of textMaxWidth


open override fun textMaxWidth(textMaxWidth: Expression): SymbolLayer

The maximum line width for text wrapping. Default value: 10. Minimum value: 0. The unit of textMaxWidth is in ems.

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

Parameters

textMaxWidth

value of textMaxWidth as Expression


The maximum line width for text wrapping. Default value: 10. Minimum value: 0. The unit of textMaxWidth is in ems.