[[["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\u003eGARCreateAnchorOnTerrainFuture\u003c/code\u003e handles the asynchronous operation of creating terrain anchors in Google's ARCore Geospatial API.\u003c/p\u003e\n"],["\u003cp\u003eIt provides properties like \u003ccode\u003eresultAnchor\u003c/code\u003e and \u003ccode\u003eresultTerrainAnchorState\u003c/code\u003e to access the outcome of the anchor creation process.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers should consult the Terrain anchors developer guide and the \u003ccode\u003eGARSession\u003c/code\u003e documentation for detailed usage instructions.\u003c/p\u003e\n"],["\u003cp\u003eBefore accessing result properties, ensure the operation's state is \u003ccode\u003eGARFutureStateDone\u003c/code\u003e using the \u003ccode\u003estate\u003c/code\u003e property inherited from \u003ccode\u003eGARFuture\u003c/code\u003e.\u003c/p\u003e\n"]]],["`GARCreateAnchorOnTerrainFuture` represents an asynchronous operation for creating terrain anchors. It provides two key properties: `resultAnchor`, which holds the resulting `GARAnchor` if the operation succeeds (otherwise nil), and `resultTerrainAnchorState`, detailing the operation's terrain anchor state. Both properties are only valid after confirming the operation's `state` is `GARFutureStateDone`. This future is created with a call to `createAnchorWithCoordinate`.\n"],null,[]]