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.38.1)
ActiveRouteChangedEvent