RouteReplanningEngineOptions

public struct RouteReplanningEngineOptions

The options used for TomTomRouteReplanningEngine configuration

Important

This is a Public Preview API. It may be changed or removed at any time.

Public

  • Specifies whether route updates are enabled or disabled.

    Declaration

    Swift

    public let routeUpdateMode: RouteUpdateMode
  • A time interval

    Declaration

    Swift

    public let routeReplanInterval: Measurement<UnitDuration>
  • The minimal traffic delay on the current route triggers looking for a better alternative.

    Declaration

    Swift

    public let minimalTrafficDelay: Measurement<UnitDuration>
  • Measure how much faster the alternative route must be to be a replan proposal.

    Declaration

    Swift

    public let minimalTimeDifference: Measurement<UnitDuration>
  • The way continuous replanning works.

    Declaration

    Swift

    public let routeReplanningPolicy: ContinuousReplanningPolicy