Skip to content

GeoElementViewshedProps

GeoElementViewshedProps = object

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

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

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


headingOffset: number

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

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


horizontalAngle: number

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

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


optional maxDistance?: number

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

Far clipping distance from the observer, in meters.


optional minDistance?: number

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

Near clipping distance from the observer, in meters.


pitchOffset: number

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

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


verticalAngle: number

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

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