Skip to content
Guides API

RotationVisualVariable

RotationVisualVariable = object

Defined in: src/ExpoArcgis.types.ts:2317

Data-driven rotation: the feature attribute value (degrees) rotates the symbol. rotationType: 'geographic' (0 = north, clockwise) or 'arithmetic' (0 = east, counter-clockwise). Exactly one of field or valueExpression (Arcade) must be provided.

optional field?: string

Defined in: src/ExpoArcgis.types.ts:2319


optional rotationType?: "geographic" | "arithmetic"

Defined in: src/ExpoArcgis.types.ts:2321


type: "rotation"

Defined in: src/ExpoArcgis.types.ts:2318


optional valueExpression?: string

Defined in: src/ExpoArcgis.types.ts:2320