SortType

public enum SortType : String

Specifies the metric used for sorting the routes.

  • Sorts by duration.

    Declaration

    Swift

    case duration
  • Sorts by length.

    Declaration

    Swift

    case length