sdk-maps / com.tomtom.online.sdk.map.style.expression.textsettings / TextSettings / Builder / withRotationAngle

withRotationAngle

@Beta(2020, 12) open fun withRotationAngle(rotationAngle: Expression!): TextSettings.Builder!

Sets the rotation angle of the text, in degrees.

Parameters

rotationAngle - Expression!: The angle of rotation of the text, in degrees. Currently supports Literal expression with double Value.

Return
TextSettings.Builder!: A reference to this object.