OnPlaceSuggestionsSelected
class OnPlaceSuggestionsSelected(val backToState: TripState, val backToSelectedPlace: SelectedPlace?, val backToSelectedWaypoint: DestinationSearchResult?, val suggestions: List<DestinationSearchResult>, val categoryOrQuery: String) : Event.ChangeStateEvent
Constructors
Link copied to clipboard
constructor(backToState: TripState, backToSelectedPlace: SelectedPlace?, backToSelectedWaypoint: DestinationSearchResult?, suggestions: List<DestinationSearchResult>, categoryOrQuery: String)