Skip to content
Guides API

UniqueValueRenderer

UniqueValueRenderer = object

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

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

optional defaultLabel?: string

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


optional defaultSymbol?: Symbol

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

Symbol for features that match no category.


fields: string[]

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

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


type: "unique-value"

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


uniqueValues: UniqueValueInfo[]

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


optional visualVariables?: VisualVariable[]

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

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