RouteUpdatedReason
public struct RouteUpdatedReason : Hashable
                Defines the reasons why a route was updated during the navigation session.
- 
                  
                  
Route was refreshed. This is done periodically to ensure it holds the most up-to-date information.
Declaration
Swift
public static let refresh: RouteUpdatedReason - 
                  
                  
The route’s ** instruction / lane guidance ** coverage was extended.
Declaration
Swift
public static let increment: RouteUpdatedReason 
        
 
          TomTom SDK for iOS (0.51.1)
        
          RouteUpdatedReason