Package com.mapbox.navigation.base.options

Types

DeviceProfile
Link copied to clipboard
class DeviceProfile
The navigation SDK has algorithms optimized for the type of data being provided.
DeviceType
Link copied to clipboard
enum DeviceType : Enum<DeviceType>
The type of device providing data to the navigator.
NavigationOptions
Link copied to clipboard
class 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
OnboardRouterOptions
Link copied to clipboard
class OnboardRouterOptions
Defines options for on-board router.

Properties

DEFAULT_NAVIGATOR_PREDICTION_MILLIS
Link copied to clipboard
const val DEFAULT_NAVIGATOR_PREDICTION_MILLIS: Long = 1100L
Default navigator approximate prediction in millisecondsThis 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