ARCore is back at Google I/O on May 10! Register now.

Config.CloudAnchorMode

Stay organized with collections Save and categorize content based on your preferences.
public static final enum Config.CloudAnchorMode

The cloud anchor mode in Config.

Inherited Methods

Enum Values

DISABLED

public static final Config.CloudAnchorMode DISABLED

This mode disables all Cloud Anchor related features.

ENABLED

public static final Config.CloudAnchorMode ENABLED

This mode will enable Cloud Anchors. Setting this value and calling Session.configure(Config) will require the application to have the Android INTERNET permission.