Skip to content
Guides API

GeoElementViewshedProps

GeoElementViewshedProps = object

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

Props for a GeoElement-anchored <Viewshed> — the viewshed follows a <Graphic> as it moves. Mirrors the native ExploratoryGeoElementViewshed. 3D only (rendered in a <SceneView>). Use instead of ViewshedProps when you want the observer to track a graphic’s position.

optional frustumOutlineVisible?: boolean

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

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


headingOffset: number

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

Heading offset from the graphic’s heading, in degrees.


horizontalAngle: number

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

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


optional maxDistance?: number

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

Far clipping distance from the observer, in meters.


optional minDistance?: number

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

Near clipping distance from the observer, in meters.


pitchOffset: number

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

Pitch offset from the graphic’s pitch, in degrees.


verticalAngle: number

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

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