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)
TomTom SDK for iOS (0.39.1)
RouteEvent