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

Package com.mapbox.navigation.base.options

Types

DeviceProfile

The navigation SDK has algorithms optimized for the type of data being provided. The device profile selects the optimization.

class DeviceProfile

DeviceType

The type of device providing data to the navigator.

enum class DeviceType

NavigationOptions

This value will be used to offset the time at which the current location was calculated in such a way as to project the location forward along the current trajectory so as to appear more in sync with the users ground-truth location

class NavigationOptions

OnboardRouterOptions

Defines options for on-board router. These options enable a feature also known as Free Drive. This allows the navigator to map-match your location onto the road network without a route.

class OnboardRouterOptions

Properties

DEFAULT_NAVIGATOR_PREDICTION_MILLIS

Default navigator approximate prediction in milliseconds

const val DEFAULT_NAVIGATOR_PREDICTION_MILLIS: Long