Stay organized with collections
Save and categorize content based on your preferences.
ResolveCloudAnchorResult
Result object from ResolveCloudAnchorPromise
containing the resolved Cloud Anchor and Anchor state.
See the Cloud Anchors developer guide for more information.
Summary
Properties
CloudAnchorState
CloudAnchorState CloudAnchorState
Gets the CloudAnchorState
associated with this result.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-14 UTC.
[null,null,["Last updated 2025-07-14 UTC."],[[["\u003cp\u003e\u003ccode\u003eResolveCloudAnchorResult\u003c/code\u003e provides the outcome of a cloud anchor resolution process, including the anchor and its status.\u003c/p\u003e\n"],["\u003cp\u003eIt contains two primary properties: \u003ccode\u003eAnchor\u003c/code\u003e, representing the resolved \u003ccode\u003eARCloudAnchor\u003c/code\u003e, and \u003ccode\u003eCloudAnchorState\u003c/code\u003e, indicating the anchor's current state.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAnchor\u003c/code\u003e property might be null if the cloud anchor resolution was unsuccessful.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can consult the Cloud Anchors developer guide for further details and implementation instructions.\u003c/p\u003e\n"]]],[],null,["# ResolveCloudAnchorResult Class Reference\n\nResolveCloudAnchorResult\n========================\n\nResult object from [ResolveCloudAnchorPromise](/ar/reference/unity-arf/class/Google/XR/ARCoreExtensions/ResolveCloudAnchorPromise#classGoogle_1_1XR_1_1ARCoreExtensions_1_1ResolveCloudAnchorPromise) containing the resolved Cloud Anchor and Anchor state.\n\nSee the [Cloud Anchors developer guide](https://developers.google.com/ar/develop/unity-arf/cloud-anchors/developer-guide) for more information.\n\nSummary\n-------\n\n| ### Properties ||\n|---------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Anchor](#anchor) | [ARCloudAnchor](/ar/reference/unity-arf/class/Google/XR/ARCoreExtensions/ARCloudAnchor#classGoogle_1_1XR_1_1ARCoreExtensions_1_1ARCloudAnchor) Gets the [ARCloudAnchor](/ar/reference/unity-arf/class/Google/XR/ARCoreExtensions/ARCloudAnchor#classGoogle_1_1XR_1_1ARCoreExtensions_1_1ARCloudAnchor) associated with this result. |\n| [CloudAnchorState](#cloudanchorstate) | [CloudAnchorState](/ar/reference/unity-arf/namespace/Google/XR/ARCoreExtensions#cloudanchorstate) Gets the `CloudAnchorState` associated with this result. |\n\nProperties\n----------\n\n### Anchor\n\n```c#\nARCloudAnchor Anchor\n``` \nGets the [ARCloudAnchor](/ar/reference/unity-arf/class/Google/XR/ARCoreExtensions/ARCloudAnchor#classGoogle_1_1XR_1_1ARCoreExtensions_1_1ARCloudAnchor) associated with this result.\n\nMay be `null`. \n\n### CloudAnchorState\n\n```c#\nCloudAnchorState CloudAnchorState\n``` \nGets the `CloudAnchorState` associated with this result."]]