ScreenPoint
ScreenPoint =
object
Defined in: src/ExpoArcgis.types.ts:2901
Where a scene location falls on screen, and what if anything is in front of it.
Properties
Section titled “Properties”visibility
Section titled “visibility”visibility:
"visible"|"hidden-by-base-surface"|"hidden-by-earth"|"hidden-by-elevation"|"not-on-screen"
Defined in: src/ExpoArcgis.types.ts:2907
What stands between the location and the camera. 'not-on-screen' is Android-only.
x:
number
Defined in: src/ExpoArcgis.types.ts:2903
Distance from the view’s left edge, in iOS points or Android pixels.
y:
number
Defined in: src/ExpoArcgis.types.ts:2905
Distance from the view’s top edge, in iOS points or Android pixels.