[[["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-07-14 UTC."],[[["\u003cp\u003e\u003ccode\u003eResolveAnchorOnRooftopResult\u003c/code\u003e stores the outcome of a \u003ccode\u003eResolveAnchorOnRooftopPromise\u003c/code\u003e, indicating whether an anchor was successfully resolved on a rooftop.\u003c/p\u003e\n"],["\u003cp\u003eIt provides access to the \u003ccode\u003eARGeospatialAnchor\u003c/code\u003e if successfully resolved, which represents the anchor's location in the real world.\u003c/p\u003e\n"],["\u003cp\u003eThe result also includes a \u003ccode\u003eRooftopAnchorState\u003c/code\u003e indicating the success or failure of the anchor resolution process on the rooftop.\u003c/p\u003e\n"]]],[],null,["# ResolveAnchorOnRooftopResult Class Reference\n\nResolveAnchorOnRooftopResult\n============================\n\nContains the result of a [ResolveAnchorOnRooftopPromise](/ar/reference/unity-arf/class/Google/XR/ARCoreExtensions/ResolveAnchorOnRooftopPromise#classGoogle_1_1XR_1_1ARCoreExtensions_1_1ResolveAnchorOnRooftopPromise).\n\nSummary\n-------\n\n| ### Properties ||\n|-------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Anchor](#anchor) | [ARGeospatialAnchor](/ar/reference/unity-arf/class/Google/XR/ARCoreExtensions/ARGeospatialAnchor#classGoogle_1_1XR_1_1ARCoreExtensions_1_1ARGeospatialAnchor) Gets the [ARGeospatialAnchor](/ar/reference/unity-arf/class/Google/XR/ARCoreExtensions/ARGeospatialAnchor#classGoogle_1_1XR_1_1ARCoreExtensions_1_1ARGeospatialAnchor) associated with this result. |\n| [RooftopAnchorState](#rooftopanchorstate) | [RooftopAnchorState](/ar/reference/unity-arf/namespace/Google/XR/ARCoreExtensions#rooftopanchorstate) Gets the `RooftopAnchorState` associated with this result. |\n\nProperties\n----------\n\n### Anchor\n\n```c#\nARGeospatialAnchor Anchor\n``` \nGets the [ARGeospatialAnchor](/ar/reference/unity-arf/class/Google/XR/ARCoreExtensions/ARGeospatialAnchor#classGoogle_1_1XR_1_1ARCoreExtensions_1_1ARGeospatialAnchor) associated with this result.\n\nMay be `null`. \n\n### RooftopAnchorState\n\n```c#\nRooftopAnchorState RooftopAnchorState\n``` \nGets the `RooftopAnchorState` associated with this result."]]