RouteUpdateMode
public enum RouteUpdateMode
                Specifies whether or not the system should try to periodically update the active route and look for better route proposals.
Important
This is a Public Preview API. It may be changed or removed at any time.- 
                  
                  
Route updates are enabled. The system will periodically update the active route and look for better route proposals.
Declaration
Swift
case enabled - 
                  
                  
Route updates are disabled. The system will not update the active route nor search for better route proposals.
Declaration
Swift
case disabled 
        
 
          TomTom SDK for iOS (0.40.0)
        
          RouteUpdateMode