Describes the desired behavior of the ARCore Cloud Anchor API.
The Cloud Anchor API uses feature maps to persist an anchor throughout sessions and across devices. See the Cloud Anchors developer guide for more information.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-28 UTC."],[[["`GARSessionConfiguration` now includes `cloudAnchorMode` to enable Cloud Anchor functionality in ARCore."],["`cloudAnchorMode` dictates how the Cloud Anchor API behaves, allowing for persistence of anchors across sessions and devices."],["Feature maps are utilized by the Cloud Anchor API to achieve anchor persistence."],["Ensure proper Google Cloud authentication is set up to avoid authorization errors when using Cloud Anchors."],["Changing the `cloudAnchorMode` will reset the `cloudState` of existing Cloud Anchors and stop updates except for tracking state."]]],["`GARSessionConfiguration(CloudAnchors)` adds Cloud Anchor functionality, managed via the `cloudAnchorMode` property. This property controls the ARCore Cloud Anchor API's behavior, using feature maps to persist anchors across sessions and devices. The default mode is `GARCloudAnchorModeDisabled`. Changing the mode resets existing Cloud Anchors' `GARAnchor.cloudState` to `GARCloudAnchorStateNone`. It is required to set a credential for authentication with Google Cloud.\n"]]