Package-level declarations
Types
Indicates an error with the authorization of ArCore on Google Cloud. This may be because:
Indicates that the application has exhausted the quota allotted to the ARCore API on the given Google Cloud project. The developer should request additional quota for the ARCore API for their project from the Google Cloud Console.
Used to perform operations on a FlyoverSceneView.
The receiver class of the FlyoverSceneView content lambda.
Represents the initialization status of a FlyoverSceneView.
Used to perform operations on a TableTopSceneView.
The receiver class of the TableTopSceneView content lambda.
Represents the initialization status of a TableTopSceneView.
A class that holds the color scheme for the WorldScaleSceneViewScope.CalibrationView.
Object holding the default theming for the WorldScaleSceneViewScope.CalibrationView.
A class that holds the typography for the WorldScaleSceneViewScope.CalibrationView.
Used to perform operations on a WorldScaleSceneView.
The receiver class of the WorldScaleSceneView content lambda.
Represents the initialization status of a WorldScaleSceneView.
Defines how the position and orientation of a device are determined and how the WorldScaleSceneView's camera is synchronized with that position and orientation.
Represents the availability of Google's Virtual Positioning Service at a specific location.
Functions
A scene view that provides an augmented reality fly over experience.
Create and remember a FlyoverSceneViewProxy.
Remembers a MutableState of FlyoverSceneViewStatus that can be used to track the initialization status of a FlyoverSceneView. The initial value of the MutableState is FlyoverSceneViewStatus.Initializing.
Remembers a MutableState of TableTopSceneViewStatus that can be used to track the initialization status of a TableTopSceneView. The initial value of the MutableState is TableTopSceneViewStatus.Initializing.
Remembers a MutableState of WorldScaleSceneViewStatus that can be used to track the initialization status of a WorldScaleSceneView. The initial value of the MutableState is WorldScaleSceneViewStatus.Initializing.
A scene view that provides an augmented reality table top experience.
A scene view that provides a world-scale augmented reality experience.