SizeVisualVariable
SizeVisualVariable =
object
Defined in: src/ExpoArcgis.types.ts:2290
Data-driven marker size: feature attribute values in [minDataValue, maxDataValue] are
mapped linearly to symbol sizes in [minSize, maxSize] (device-independent pixels).
Alternatively, supply stops for arbitrary breakpoints.
Exactly one of field or valueExpression (Arcade) must be provided.
Properties
Section titled “Properties”field?
Section titled “field?”
optionalfield?:string
Defined in: src/ExpoArcgis.types.ts:2292
maxDataValue?
Section titled “maxDataValue?”
optionalmaxDataValue?:number
Defined in: src/ExpoArcgis.types.ts:2295
maxSize?
Section titled “maxSize?”
optionalmaxSize?:number
Defined in: src/ExpoArcgis.types.ts:2297
minDataValue?
Section titled “minDataValue?”
optionalminDataValue?:number
Defined in: src/ExpoArcgis.types.ts:2294
minSize?
Section titled “minSize?”
optionalminSize?:number
Defined in: src/ExpoArcgis.types.ts:2296
stops?
Section titled “stops?”
optionalstops?:SizeStop[]
Defined in: src/ExpoArcgis.types.ts:2298
type:
"size"
Defined in: src/ExpoArcgis.types.ts:2291
valueExpression?
Section titled “valueExpression?”
optionalvalueExpression?:string
Defined in: src/ExpoArcgis.types.ts:2293