GARVPSAvailability

Summary

Enumerations

GARVPSAvailability{
  GARVPSAvailabilityUnknown = 0,
  GARVPSAvailabilityAvailable = 1,
  GARVPSAvailabilityUnavailable = 2,
  GARVPSAvailabilityErrorInternal = -1,
  GARVPSAvailabilityErrorNetworkConnection = -2,
  GARVPSAvailabilityErrorNotAuthorized = -3,
  GARVPSAvailabilityErrorResourceExhausted = -4
}
enum

Enumerations

GARVPSAvailability

 GARVPSAvailability

The result of checkVPSAvailabilityAtCoordinate:completionHandler: (GARSession(Geospatial)).

Properties
GARVPSAvailabilityAvailable

VPS is available at the requested location.

GARVPSAvailabilityErrorInternal

An internal error occurred while determining availability.

GARVPSAvailabilityErrorNetworkConnection

The external service could not be reached due to a network connection error.

GARVPSAvailabilityErrorNotAuthorized

An authorization error occurred when communicating with the Google Cloud ARCore API.

See Enable the Geospatial API for troubleshooting steps.

GARVPSAvailabilityErrorResourceExhausted

Too many requests were sent.

GARVPSAvailabilityUnavailable

VPS is not available at the requested location.

GARVPSAvailabilityUnknown

The request to the remote service is not yet completed, so the availability is not yet known.