GARFeatureMapQuality

Summary

Enumerations

GARFeatureMapQuality{
  GARFeatureMapQualityInsufficient = 0,
  GARFeatureMapQualitySufficient = 1,
  GARFeatureMapQualityGood = 2
}
enum

Enumerations

GARFeatureMapQuality

 GARFeatureMapQuality

Possible values returned by estimateFeatureMapQualityForHosting:error: (GARSession(CloudAnchors)).

Properties
GARFeatureMapQualityGood

The quality of feature points seen from the transform position in the preceding few seconds is likely sufficient for ARCore to successfully resolve a Cloud Anchor with a high degree of accuracy.

GARFeatureMapQualityInsufficient

The quality of feature points seen from the transform position in the preceding few seconds is low.

This state indicates that ARCore will likely have more difficulty resolving the Cloud Anchor. Encourage the user to move the device, so that the desired position of the Cloud Anchor to be hosted is seen from different angles.

GARFeatureMapQualitySufficient

The quality of feature points seen from the transform position in the preceding few seconds is likely sufficient for ARCore to successfully resolve a Cloud Anchor, although the accuracy of the resolved transform will likely be reduced.

Encourage the user to move the device, so that the desired position of the Cloud Anchor to be hosted is seen from different angles.