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 (TomTomSDKMapMatchingEngineHybrid 0.38.0-rc01 Docs)
RouteUpdateEvent