ArOdometryProvider

public final class ArOdometryProvider extends Object

Helper class for initializing an ARCore session for local odometry.

For necessary prerequisites, see Enable AR in your Android app.

Nested Class Summary

class ArOdometryProvider.Builder Builder for ArOdometryProvider

Public Method Summary

boolean
equals(Object other)
Executor
getGlContextThreadExecutor()
Returns an executor that runs tasks on a thread with a current OpenGL context.
Session
getSession()
Returns the ARCore session.
int

Inherited Method Summary

Public Methods

public boolean equals (Object other)

public Executor getGlContextThreadExecutor ()

Returns an executor that runs tasks on a thread with a current OpenGL context.

public Session getSession ()

Returns the ARCore session.

public int hashCode ()