RouteEvent
public enum RouteEvent
Represents the route events.
-
Indicates that route has deviated from the planned route.
Declaration
Swift
case didDeviateFromRoute(route: Route, location: GeoLocation) -
Indicates that the route has been replanned.
Declaration
Swift
case didReplanRoute(route: Route, reason: RouteReplanningReason) -
Indicates that the language has been changed.
Declaration
Swift
case languageChanged(route: Route, reason: RouteReplanningReason, locale: Locale)
TomTom SDK for iOS (TomTomSDKMapMatchingEngineHybrid 0.38.0-rc01 Docs)
RouteEvent