LabelAngle

constructor(arcadeExpression: ArcadeExpression, rotationType: LabelAngleRotationType = LabelAngleRotationType.Automatic)

Creates a LabelAngle with the specified com.arcgismaps.arcade.ArcadeExpression and LabelAngleRotationType.

Since

200.1.0

Parameters

arcadeExpression

A complete, self-contained Arcade expression that calculates an angle in degrees.

rotationType

Whether the angle should be interpreted as arithmetic or geographic.