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.
EHorizonOptions
Link copied to clipboard
class EHorizonOptions
Defines options for EHorizon.
EventsAppMetadata
Link copied to clipboard
class EventsAppMetadata
Custom metadata that can be used to associate app state with events in the telemetry pipeline.
HistoryRecorderOptions
Link copied to clipboard
class HistoryRecorderOptions
Defines options for recording history files.
IncidentsOptions
Link copied to clipboard
class IncidentsOptions
Electronic Horizon supports live incidents on a most probable path.
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
PredictiveCacheLocationOptions
Link copied to clipboard
class PredictiveCacheLocationOptions
PredictiveCacheLocationOptions.
RerouteOptions
Link copied to clipboard
class RerouteOptions
Reroute options
RoutingTilesOptions
Link copied to clipboard
class RoutingTilesOptions
Defines options for routing tiles endpoint and storage configuration.

Properties

DEFAULT_NAVIGATOR_PREDICTION_MILLIS
Link copied to clipboard
const val DEFAULT_NAVIGATOR_PREDICTION_MILLIS: Long = 1000L
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