OnRouteFetching

data class OnRouteFetching(    val waypoints: List<DestinationSearchResult>,     val fetchingState: FetchingState = FetchingState.FetchingRoute,     val returnState: ReturnState = ReturnState.Empty) : Event.ChangeStateEvent

Constructors

Link copied to clipboard
constructor(    waypoints: List<DestinationSearchResult>,     fetchingState: FetchingState = FetchingState.FetchingRoute,     returnState: ReturnState = ReturnState.Empty)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard