Config.CloudAnchorMode

public static final enum Config.CloudAnchorMode

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 DISABLED. Use Config.setCloudAnchorMode(Config.CloudAnchorMode) to set the Cloud Anchor API mode and Session.configure(Config) to configure the session.

Inherited Methods

Enum Values