LabelAngle constructor

LabelAngle({
  1. required ArcadeExpression arcadeExpression,
  2. LabelAngleRotationType rotationType = LabelAngleRotationType.automatic,
})

Creates a LabelAngle with the specified ArcadeExpression and LabelAngleRotationType.

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.