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
route
The updated route.
reason
The reason for updating the route.