RouteAddedEvent
public enum RouteAddedEvent
Represents the route added event.
-
Indicates that the route has been added.
Declaration
Swift
case didAddRoute(route: Route, reason: RouteAddedReason)