Navigation SDK for Android Reference (1.0.0-rc.8)
All modules /  libnavigation-core / com.mapbox.navigation.core.sensors

Package com.mapbox.navigation.core.sensors

Types

SensorEventEmitter

This class makes it simple to register listeners to the SensorManager. Use start to register and pass the SensorEvents to MapboxNavigation.updateSensorEvent.

class SensorEventEmitter : SensorEventListener

SensorOptions

Options for the SensorEventEmitter. Use this to decide which sensors are enabled and the frequency.

class SensorOptions