World Scale Scene View
A scene view that provides a world-scale augmented reality experience.
Note: You must follow Google's user privacy requirements for ARCore when using WorldScaleSceneView in your application.
Since
200.7.0
Parameters
the ArcGISScene to be rendered by this WorldScaleSceneView.
Modifier to be applied to the WorldScaleSceneView.
the type of tracking configuration used by the WorldScaleSceneView. Determines how the position and orientation of the device is obtained and synchronized with the scene view's camera.
the clipping distance in meters around the scene view's camera. A null value means that no data will be clipped.
lambda invoked when the initialization status of this WorldScaleSceneView changes.
lambda invoked when a tracking error occurs. This will be called with a null error when the tracking error is resolved. Tracking errors may occur after the WorldScaleSceneView has been initialized and are transient in nature.
lambda invoked when the viewpoint changes, passing a viewpoint type of ViewpointType.CenterAndScale.
lambda invoked when the viewpoint changes, passing a viewpoint type of ViewpointType.BoundingGeometry.
graphics overlays used by the WorldScaleSceneView.
the WorldScaleSceneViewProxy to associate with the WorldScaleSceneView.
the ViewLabelProperties used by the WorldScaleSceneView.
the SelectionProperties used by the WorldScaleSceneView.
true if attribution bar is visible in the WorldScaleSceneView, false otherwise.
lambda invoked when the attribution text of the WorldScaleSceneView has changed.
lambda invoked when the attribution bar's position or size changes.
analysis overlays that render the results of 3D visual analysis on the WorldScaleSceneView.
image overlays for displaying images in the WorldScaleSceneView.
the TimeExtent used by the WorldScaleSceneView.
lambda invoked when the WorldScaleSceneView's TimeExtent is changed.
the position of the sun in the WorldScaleSceneView based on a specific date and time.
the type of ambient sunlight and shadows in the WorldScaleSceneView.
the color of the WorldScaleSceneView's ambient light.
lambda invoked when the navigation status of the WorldScaleSceneView has changed.
lambda invoked when the spatial reference of the WorldScaleSceneView has changed.
lambda invoked when the WorldScaleSceneView's layer view state is changed.
lambda invoked when the user starts and ends interacting with the WorldScaleSceneView.
lambda invoked when the viewpoint camera of the WorldScaleSceneView has changed.
lambda invoked when a user performs a rotation gesture on the WorldScaleSceneView.
lambda invoked when a user performs a pinch gesture on the WorldScaleSceneView.
lambda invoked when the user removes all their pointers from the WorldScaleSceneView.
lambda invoked when the user first presses on the WorldScaleSceneView.
lambda invoked when the user taps once on the WorldScaleSceneView. The SingleTapConfirmedEvent.mapPoint passed to this lambda is calculated by performing a hit test against objects in the camera feed using ARCore's Depth API. If the device does not support the Depth API, the hit test will be calculated against detected planes in the camera feed. If no hits are detected at the tapped point, the mapPoint will be null. For more information, see the Depth API and Hit result types.
lambda invoked the user double taps on the WorldScaleSceneView.
lambda invoked when a user holds a pointer on the WorldScaleSceneView.
lambda invoked when a user taps two pointers on the WorldScaleSceneView.
lambda invoked when a user drags a pointer or pointers across WorldScaleSceneView.
the content of the WorldScaleSceneView.