Skip to content
Guides API

ViewshedProps

ViewshedProps = object

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

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:1544

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


heading: number

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

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


horizontalAngle: number

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

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


location: PointGeometry

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

Observer location.


optional maxDistance?: number

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

Far clipping distance from the observer, in meters.


optional minDistance?: number

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

Near clipping distance from the observer, in meters.


pitch: number

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

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


verticalAngle: number

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

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