DistanceSymbolRange
DistanceSymbolRange =
object
Defined in: src/ExpoArcgis.types.ts:2015
One range within a DistanceCompositeSceneSymbol — the symbol rendered while the camera
distance to the graphic falls within [minDistance, maxDistance]. Use 0 for maxDistance
to make the range unbounded (no far limit). Mirrors the native DistanceSymbolRange.
Properties
Section titled “Properties”maxDistance?
Section titled “maxDistance?”
optionalmaxDistance?:number
Defined in: src/ExpoArcgis.types.ts:2021
Far camera-distance limit, in meters. 0 / omitted = unbounded.
minDistance?
Section titled “minDistance?”
optionalminDistance?:number
Defined in: src/ExpoArcgis.types.ts:2019
Near camera-distance limit, in meters.
symbol
Section titled “symbol”symbol:
Symbol
Defined in: src/ExpoArcgis.types.ts:2017
The symbol drawn while within this distance band.