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)