GARCloudAnchorMode

Summary

Enumerations

GARCloudAnchorMode{
  GARCloudAnchorModeDisabled = 0,
  GARCloudAnchorModeEnabled = 1
}
enum
Describes the desired behavior of the ARCore Cloud Anchor API.

Enumerations

GARCloudAnchorMode

 GARCloudAnchorMode

Describes the desired behavior of the ARCore Cloud Anchor API.

The Cloud Anchor API uses feature maps to persist an anchor throughout sessions and across devices. See the Cloud Anchors developer guide for more information.

The default value is GARCloudAnchorModeDisabled. Use GARSessionConfiguration.cloudAnchorMode to set the desired mode.