Configuration
The configuration used to set up Navigation SDK to work in online mode.
At least one of the following properties must be specified:
At least one of the following properties must be specified:
Important: This is a Public Preview API. It may be changed or removed at any time.
Constructors
Properties
The default ArrivalDetectionEngine during navigation. If it's not provided, an instance created by DefaultArrivalDetectionEngineFactory.create is used.
The default BetterProposalAcceptanceMode during navigation. If it's not provided, the mode is set to BetterProposalAcceptanceMode.Automatic
Engine that updates the data store. If it's not provided, an instance created by DataStoreMaintenanceEngineFactory is used.
Defines whether RouteReplanningEngine should try to replan the active RoutePlan after deviation. If it's not provided, the deviation replanning mode is set to DeviationReplanningMode.Automatic.
The default GuidanceEngine during navigation. If it's not provided, an instance created by GuidanceEngineFactory.createDynamicGuidanceEngine is used.
The default HorizonEngine during navigation.
The default LocationProvider during navigation.
The default MapMatchingEngine during navigation. If it's not provided, an instance created by TileStoreMapMatchingEngineFactory.create is used. If it's not provided, an instance created by TileStoreLocationContextProviderEngineFactory.create is used.
Online data store used to initialize navigation engines.
The default ReplanningRetryPolicy during navigation. If it's not provided, an instance of TomTomReplanningRetryPolicy is used.
Used during instantiation of a default RouteReplanningEngine.
The default RouteProgressEngine during navigation. If it's not provided, an instance created by RouteProgressEngineFactory.create is used.
The default RouteProjectionEngine during navigation. If it's not provided, an instance created by TileStoreRouteProjectionEngineFactory.create is used.
Used during instantiation of a default RouteReplanningEngine.
The default RouteReplanningEngine during navigation.
The default RouteTrackingEngine during navigation. If it's not provided, an instance created by RouteTrackingEngineFactory.create is used.
Safety location data provider. It provides safety location data during navigation, which will be used by HorizonEngine. There is no safety location on Horizon if it is not specified. If customized horizonEngine is specified in configuration, safetyLocations can be injected to the customized horizonEngine, and this parameter will be ignored.
The default VehicleProvider during navigation. If it's not provided, an instance created by VehicleProviderFactory.create is used.