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 new route has been proposed.
Declaration
Swift
case didProposeRoutePlan(routePlan: RoutePlan, reason: RouteReplanningReason)
-
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)