SortOrder

public enum SortOrder

Specifies the type of result sorting.

Important

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

    Declaration

    Swift

    case detourTime
  • Sort by detour distance.

    Declaration

    Swift

    case detourDistance
  • Sort by detour offset.

    Declaration

    Swift

    case detourOffset