GoogleARCore. CrossPlatform
Summary
Enumerations |
|
---|---|
CloudServiceResponse{
|
enum A response from the ARCore Cloud Anchor service. |
FeatureMapQuality{
|
enum Indicates the quality of feature points seen by ARCore in the preceding few seconds from a given camera Pose . |
XPTrackingState{
|
enum The tracking state for a cross-platform ARCore entity. |
Classes |
|
---|---|
GoogleARCore. |
A cross-platform anchor. |
GoogleARCore. |
Represents a cross-platform ARCore session. |
Structs |
|
---|---|
GoogleARCore. |
The result of a cloud service operation that returns a cloud anchor. |
Enumerations
CloudServiceResponse
CloudServiceResponse
A response from the ARCore Cloud Anchor
service.
Properties | |
---|---|
ErrorApiQuotaExceeded
|
The request exceeded the allotted quota for the application's API key. |
ErrorCloudIdNotFound
|
The request referenced a |
ErrorDatasetInadequate
|
The device needs to gather additional tracking data from the environment before the ARCore |
ErrorHostingServiceUnavailable
|
The ARCore This can happen because of a number of reasons. The device may is in airplane mode or does not have a working internet connection. The request sent to the server could have timed out with no response, there could be a bad network connection, DNS unavailability, firewall issues, or anything that could affect the device's ability to connect to the ARCore |
ErrorInternal
|
The ARCore |
ErrorLocalizationFailed
|
The ARCore Deprecated. This enum value is deprecated. |
ErrorNotAuthorized
|
The authorization provided by the application is not valid.
|
ErrorNotSupportedByConfiguration
|
The request is not supported by the current configuration. |
ErrorNotTracking
|
The request can not be completed because the local AR session is not tracking or paused. |
ErrorRequestCancelled
|
The ARCore |
ErrorSDKTooNew
|
The SDK version is too new to be compatible with the ARCore |
ErrorSDKTooOld
|
The SDK version is too old to be compatible with the ARCore |
ErrorServiceUnreachable
|
The ARCore Deprecated. This enum value is deprecated. |
ErrorTooManyCloudAnchors
|
Too many Cloud Anchors are being hosted and/or resolved. To create more, destroy some XPAnchor objects or cancel some AsyncTasks to free up resources. |
Success
|
The request was completed successfully. |
FeatureMapQuality
FeatureMapQuality
Indicates the quality of feature points seen by ARCore in the preceding few seconds from a given camera Pose
.
A higher quality indicates that a Cloud Anchor
hosted at the current time, with the current set of recently seen feature points, is generally easier to resolve more accurately. For more details, see Share AR experiences with Cloud Anchors.
XPTrackingState
XPTrackingState