RouteUpdateEvent
public enum RouteUpdateEvent
Represents the route update event.
-
Indicates that the route has been updated.
Declaration
Swift
case didUpdateRoute(route: Route, reason: RouteUpdatedReason)Parameters
routeThe updated route.
reasonThe reason for updating the route.
TomTom SDK for iOS (0.53.1)
RouteUpdateEvent