Skip to content
Guides API

LineOfSightProps

LineOfSightProps = object

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

Props for <LineOfSight> — an exploratory line of sight between an observer and a target. Mirrors the native ExploratoryLocationLineOfSight. 3D only (rendered in a <SceneView>).

observer: PointGeometry

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

Observer location.


optional onTargetVisibilityChange?: (visibility) => void

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

Called when the target’s visibility from the observer changes.

TargetVisibility

void


target: PointGeometry

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

Target location.