RouteAddEvent

public enum RouteAddEvent

Represents the route added event.

  • Indicates that the route has been added.

    Declaration

    Swift

    case didAddRoute(route: Route, options: RoutePlanningOptions, reason: RouteAddedReason)