GARCreateAnchorOnRooftopFuture
A handle to an async operation initiated by a call to createAnchorWithCoordinate:altitudeAboveRooftop:eastUpSouthQAnchor:completionHandler:error: (GARSession(Geospatial))
.
See the Rooftop 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.
|
resultRooftopAnchorState
|
The result rooftop 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
.
resultRooftopAnchorState
@property(nonatomic, readonly) GARRooftopAnchorState resultRooftopAnchorState;
The result rooftop 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
.