Skip to content

ViewshedProps

ViewshedProps = object

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

Props for <Viewshed> — an exploratory viewshed (visible area from an observer). Mirrors the native ExploratoryLocationViewshed. 3D only (rendered in a <SceneView>).

optional frustumOutlineVisible?: boolean

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

Whether to draw the viewshed frustum outline. Defaults to false.


heading: number

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

Direction the observer faces, in degrees (0 = north, clockwise).


horizontalAngle: number

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

Horizontal field-of-view angle, in degrees (0–360).


location: PointGeometry

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

Observer location.


optional maxDistance?: number

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

Far clipping distance from the observer, in meters.


optional minDistance?: number

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

Near clipping distance from the observer, in meters.


pitch: number

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

Observer pitch, in degrees (0 = horizontal, 90 = straight down).


verticalAngle: number

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

Vertical field-of-view angle, in degrees (0–180).