Skip to content

GeoElementLineOfSightProps

GeoElementLineOfSightProps = object

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

Props for a GeoElement-anchored <LineOfSight> — both the observer and the target follow <Graphic>s as they move. Mirrors the native ExploratoryGeoElementLineOfSight. 3D only (rendered in a <SceneView>). Use instead of LineOfSightProps when both endpoints track graphics rather than fixed points.

optional onTargetVisibilityChange?: (visibility) => void

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

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

TargetVisibility

void