SizeVisualVariable
SizeVisualVariable =
object
Defined in: src/ExpoArcgis.types.ts:2188
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:2190
maxDataValue?
Section titled “maxDataValue?”
optionalmaxDataValue?:number
Defined in: src/ExpoArcgis.types.ts:2193
maxSize?
Section titled “maxSize?”
optionalmaxSize?:number
Defined in: src/ExpoArcgis.types.ts:2195
minDataValue?
Section titled “minDataValue?”
optionalminDataValue?:number
Defined in: src/ExpoArcgis.types.ts:2192
minSize?
Section titled “minSize?”
optionalminSize?:number
Defined in: src/ExpoArcgis.types.ts:2194
stops?
Section titled “stops?”
optionalstops?:SizeStop[]
Defined in: src/ExpoArcgis.types.ts:2196
type:
"size"
Defined in: src/ExpoArcgis.types.ts:2189
valueExpression?
Section titled “valueExpression?”
optionalvalueExpression?:string
Defined in: src/ExpoArcgis.types.ts:2191