ResolveAnchorOnTerrainResult
Contains the result of a ResolveAnchorOnTerrainPromise
.
Summary
Properties
TerrainAnchorState
TerrainAnchorState TerrainAnchorState
Gets the TerrainAnchorState
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-02-28 UTC.
[null,null,["Last updated 2025-02-28 UTC."],[[["`ResolveAnchorOnTerrainResult` stores the outcome of a `ResolveAnchorOnTerrainPromise`."],["It provides access to the `ARGeospatialAnchor` associated with the result, which may be null."],["It also provides the `TerrainAnchorState`, indicating the status of the anchor resolution on terrain."]]],["The `ResolveAnchorOnTerrainResult` provides information from a terrain anchor resolution. It contains two key properties: `Anchor` and `TerrainAnchorState`. `Anchor` retrieves the associated `ARGeospatialAnchor`, which might be null. `TerrainAnchorState` fetches the state of the terrain anchor associated with the result. These properties provide access to the geospatial anchor and its current state in relation to the terrain.\n"]]