PlacesPreviewState

Types

Link copied to clipboard
Link copied to clipboard
data class Loading(val queryOrCategoryDisplayName: String, val nestedResults: PlacesPreviewState.Results? = null) : PlacesPreviewState
Link copied to clipboard
data class NoResults(val queryOrCategoryDisplayName: String, val nestedResults: PlacesPreviewState.Results? = null) : PlacesPreviewState
Link copied to clipboard
data class Results(    val value: List<DestinationSearchResult>,     val includeCurrentDestination: Boolean,     val queryOrCategoryDisplayName: String,     val originalCategoryName: String? = null,     val searchType: SearchType = SearchType.CategorySearch,     val nestedResults: PlacesPreviewState.Results? = null) : PlacesPreviewState

Properties

Link copied to clipboard