UniqueValueRenderer
UniqueValueRenderer =
object
Defined in: src/ExpoArcgis.types.ts:2261
Draws features by matching one or more attribute fields against discrete uniqueValues.
Properties
Section titled “Properties”defaultLabel?
Section titled “defaultLabel?”
optionaldefaultLabel?:string
Defined in: src/ExpoArcgis.types.ts:2268
defaultSymbol?
Section titled “defaultSymbol?”
optionaldefaultSymbol?:Symbol
Defined in: src/ExpoArcgis.types.ts:2267
Symbol for features that match no category.
fields
Section titled “fields”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
Section titled “uniqueValues”uniqueValues:
UniqueValueInfo[]
Defined in: src/ExpoArcgis.types.ts:2265
visualVariables?
Section titled “visualVariables?”
optionalvisualVariables?:VisualVariable[]
Defined in: src/ExpoArcgis.types.ts:2270
Optional data-driven size, color, rotation, or opacity overrides.