ActiveRouteChangeEvent
public enum ActiveRouteChangeEvent
Represents the active route changed event.
-
Indicates that the active route has been changed.
Declaration
Swift
case didChangeActiveRoute(route: Route)
Parameters
route
The new active route.