Trackable

public interface Trackable
Known Indirect Subclasses

A Trackable is something that ARCore can track and that Anchors can be attached to.

Public Methods

abstract Anchor
createAnchor(Pose pose)
Creates an anchor that is attached to this trackable, using the given initial pose in the world coordinate space.
abstract Collection<Anchor>
getAnchors()
Gets the Anchors attached to this trackable.
abstract TrackingState
getTrackingState()
Gets the TrackingState of this Trackable.

Public Methods