Skip to content

LineOfSightProps

LineOfSightProps = object

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

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

Observer location.


optional onTargetVisibilityChange?: (visibility) => void

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

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

TargetVisibility

void


target: PointGeometry

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

Target location.