textMaxAngle

open override fun textMaxAngle(textMaxAngle: Double): SymbolLayer

Maximum angle change between adjacent characters. Default value: 45. The unit of textMaxAngle is in degrees.

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

Parameters

textMaxAngle

value of textMaxAngle


open override fun textMaxAngle(textMaxAngle: Expression): SymbolLayer

Maximum angle change between adjacent characters. Default value: 45. The unit of textMaxAngle is in degrees.

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

Parameters

textMaxAngle

value of textMaxAngle as Expression


Maximum angle change between adjacent characters. Default value: 45. The unit of textMaxAngle is in degrees.