SizeVisualVariable
SizeVisualVariable =
object
Defined in: src/ExpoArcgis.types.ts:2780
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:2782
maxDataValue?
Section titled “maxDataValue?”
optionalmaxDataValue?:number
Defined in: src/ExpoArcgis.types.ts:2785
maxSize?
Section titled “maxSize?”
optionalmaxSize?:number
Defined in: src/ExpoArcgis.types.ts:2787
minDataValue?
Section titled “minDataValue?”
optionalminDataValue?:number
Defined in: src/ExpoArcgis.types.ts:2784
minSize?
Section titled “minSize?”
optionalminSize?:number
Defined in: src/ExpoArcgis.types.ts:2786
stops?
Section titled “stops?”
optionalstops?:SizeStop[]
Defined in: src/ExpoArcgis.types.ts:2788
type:
"size"
Defined in: src/ExpoArcgis.types.ts:2781
valueExpression?
Section titled “valueExpression?”
optionalvalueExpression?:string
Defined in: src/ExpoArcgis.types.ts:2783