GARCloudAnchorMode
Summary
Enumerations |
|
---|---|
GARCloudAnchorMode{
|
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.
Properties | |
---|---|
GAR
|
The Cloud Anchor API is disabled. Calling This is the default mode. |
GAR
|
The Cloud Anchor API is enabled.
Using this mode requires your app to configure Token authorization or API Key authorization. Use |