ActiveRouteChangedEvent
public enum ActiveRouteChangedEvent
                Represents the active route changed event.
- 
                  
                  
Indicates that the active route has been changed.
Declaration
Swift
case didChangeActiveRoute(route: Route)Parameters
routeThe new active route.
 
        
 
          TomTom SDK for iOS (0.40.0)
        
          ActiveRouteChangedEvent