PlaceOverview
data class PlaceOverview(val place: DestinationSearchResult, val suggestions: List<DestinationSearchResult>, val categoryOrQuery: String) : State.TripPlanning.DestinationSuggestions.Substate
Constructors
Link copied to clipboard
constructor(place: DestinationSearchResult, suggestions: List<DestinationSearchResult>, categoryOrQuery: String)