Skip to content
Guides API

UniqueValueRenderer

UniqueValueRenderer = object

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

Draws features by matching one or more attribute fields against discrete uniqueValues.

optional defaultLabel?: string

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


optional defaultSymbol?: Symbol

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

Symbol for features that match no category.


fields: string[]

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

Attribute field(s) compared against each UniqueValueInfo.values.


type: "unique-value"

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


uniqueValues: UniqueValueInfo[]

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


optional visualVariables?: VisualVariable[]

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

Optional data-driven size, color, rotation, or opacity overrides.