Deviation

public enum Deviation : Hashable

This enum describes how far from the route we can look for results

  • Types of Search-Along-the-Route calculation quality

    See more

    Declaration

    Swift

    public enum SARType : CaseIterable
  • Maximum detour in seconds.

    Declaration

    Swift

    case time(Measurement<UnitDuration>, SARType)