SortOrder
public enum SortOrder
                Specifies the type of result sorting.
- 
                  
                  
Sort by detour time.
Declaration
Swift
case byDetourTime - 
                  
                  
Sort by detour distance.
Declaration
Swift
case byDetourDistance - 
                  
                  
Sort by detour offset.
Declaration
Swift
case byDetourOffset 
        
 
          TomTom SDK for iOS (0.40.0)
        
          SortOrder