SortOrder
public enum SortOrder
Specifies the type of result sorting.
Sort by detour distance.
Declaration
Swift
case byDetourDistance
Sort by detour offset.
Declaration
Swift
case byDetourOffset
Sort by detour time.
Declaration
Swift
case byDetourTime