OnRoutesFound

data class OnRoutesFound(    val routes: List<NavigationRoute>,     val routeWithChargers: NavigationRoute? = null,     val returnState: ReturnState = ReturnState.Empty) : Event.ChangeStateEvent

Constructors

Link copied to clipboard
constructor(routes: List<NavigationRoute>, routeWithChargers: NavigationRoute? = null, returnState: ReturnState = ReturnState.Empty)

Properties

Link copied to clipboard
Link copied to clipboard
val routes: List<NavigationRoute>
Link copied to clipboard
val routeWithChargers: NavigationRoute? = null