Skip to content

RotationVisualVariable

RotationVisualVariable = object

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

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:2217


optional rotationType?: "geographic" | "arithmetic"

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


type: "rotation"

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


optional valueExpression?: string

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