GARVPSAvailabilityFuture
A handle to an async operation initiated by a call to checkVPSAvailabilityAtCoordinate:completionHandler: (GARSession(Geospatial))
.
Summary
Inheritance
Inherits from:GARFuture
Properties |
|
---|---|
result
|
The result of the async operation, or a default value if the operation isn't complete.
|
Properties
result
@property(nonatomic, readonly) GARVPSAvailability result;
The result 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
.