Configuration
The configuration used to set up Navigation SDK to work in off-road mode.
Constructors
Properties
The default ArrivalDetectionEngine during navigation. If it's not provided, an instance of off-road arrival detection engine is used.
The default BetterProposalAcceptanceMode during navigation. If it's not provided, the mode is set to BetterProposalAcceptanceMode.Automatic
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 of off-road guidance engine is used.
The default LocationProvider during navigation.
The default MapMatchingEngine during navigation. If it's not provided, an instance of off-road map matching engine is used.
The default ReplanningRetryPolicy during navigation. If it's not provided, an instance created by ReplanningRetryPolicyFactory.create is used.
The default RouteProgressEngine during navigation. If it's not provided, an instance of off-road route progress engine is used.
The default RouteProjectionEngine during navigation. If it's not provided, an instance of off-road route projection engine is used.
Used during instantiation of a default RouteReplanningEngine. If it's not provided, an instance of off-road route replanner is used.
The default RouteReplanningEngine during navigation.
The default RouteTrackingEngine during navigation. If it's not provided, an instance of off-road route tracking engine is used.
The default VehicleProvider during navigation. If it's not provided, an instance created by VehicleProviderFactory.create is used.