ContinuousReplanningPolicy

public enum ContinuousReplanningPolicy

Specifies in which way the continuous replanning will work

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Continuous replanning component will work in refresh only mode

    Declaration

    Swift

    case refreshOnly
  • Continuous replanning component will search for better routes and if none found perform the refresh

    Declaration

    Swift

    case findBetter