ARCore is back at Google I/O on May 10! Register now.
Stay organized with collections Save and categorize content based on your preferences.

GARSessionConfiguration(CloudAnchors)

Category adding Cloud Anchor functionality to GARSessionConfiguration.

Summary

Properties

cloudAnchorMode
The processing mode for Cloud Anchors.

Properties

cloudAnchorMode

@property(nonatomic) GARCloudAnchorMode cloudAnchorMode;

The processing mode for Cloud Anchors.

The default mode is GARCloudAnchorModeDisabled. If the mode is changed, existing Cloud Anchors will have their GARAnchor.cloudState set to GARCloudAnchorStateNone and cease being updated except for tracking state changes. Remember to set a credential for authentication with Google Cloud before configuring, or you may receive auth errors.