ActiveRouteChangeEvent
public enum ActiveRouteChangeEvent
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.53.1)
ActiveRouteChangeEvent