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.
Properties
Section titled “Properties”onTargetVisibilityChange?
Section titled “onTargetVisibilityChange?”
optionalonTargetVisibilityChange?: (visibility) =>void
Defined in: src/ExpoArcgis.types.ts:1514
Called when the target’s visibility from the observer changes.
Parameters
Section titled “Parameters”visibility
Section titled “visibility”Returns
Section titled “Returns”void