Skip to content

UniqueValueRenderer

UniqueValueRenderer = object

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

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

optional defaultLabel?: string

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


optional defaultSymbol?: Symbol

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

Symbol for features that match no category.


fields: string[]

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

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


type: "unique-value"

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


uniqueValues: UniqueValueInfo[]

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


optional visualVariables?: VisualVariable[]

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

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