GARCreateAnchorOnTerrainFuture

A handle to an async operation initiated by a call to createAnchorWithCoordinate:altitudeAboveTerrain:eastUpSouthQAnchor:completionHandler:error: (GARSession(Geospatial)).

See the Terrain anchors developer guide for more information.

Summary

Inheritance

Inherits from: GARFuture

Properties

resultAnchor
The result anchor of the async operation, or nil if the operation isn't completed successfully.
resultTerrainAnchorState
The result terrain anchor state of the async operation, or a default value if the operation isn't complete.

Properties

resultAnchor

@property(nonatomic, nullable, readonly) GARAnchor *resultAnchor;

The result anchor of the async operation, or nil if the operation isn't completed successfully.

This should only be used after checking that state is GARFutureStateDone.

resultTerrainAnchorState

@property(nonatomic, readonly) GARTerrainAnchorState resultTerrainAnchorState;

The result terrain anchor state of the async operation, or a default value if the operation isn't complete.

This should only be used after checking that state is GARFutureStateDone.