Skip to content

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.

optional maxDistance?: number

Defined in: src/ExpoArcgis.types.ts:2021

Far camera-distance limit, in meters. 0 / omitted = unbounded.


optional minDistance?: number

Defined in: src/ExpoArcgis.types.ts:2019

Near camera-distance limit, in meters.


symbol: Symbol

Defined in: src/ExpoArcgis.types.ts:2017

The symbol drawn while within this distance band.