GARTrackingState
Summary
Enumerations
GARTrackingState
GARTrackingState
Possible tracking states for trackable objects, including GARAnchor
.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-12 UTC.
[null,null,["Last updated 2024-12-12 UTC."],[[["`GARTrackingState` defines the possible tracking states for trackable objects in ARCore, such as anchors."],["These states include `Tracking`, `Paused`, and `Stopped`, indicating whether an object is actively tracked, temporarily paused, or permanently stopped."],["When tracking is paused, it may resume in the future, while objects in a stopped state will not resume tracking."]]],["The core content defines the `GARTrackingState` enumeration, which represents the possible tracking states for trackable objects like `GARAnchor`. These states are: `GARTrackingStateTracking` (active tracking), `GARTrackingStatePaused` (tracking is paused but may resume), and `GARTrackingStateStopped` (tracking has stopped and will not resume). This enumeration is used to indicate the current tracking status of objects.\n"]]