NavigationApp
search in API
navigation-ux-state/com.mapbox.dash.state/State/TripPlanning/DestinationSuggestions/Substate

Substate

@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
sealed class Substate

Inheritors

Loading
SuggestionsOverview
PlaceOverview

Types

Loading
Link copied to clipboard
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
object Loading : State.TripPlanning.DestinationSuggestions.Substate
PlaceOverview
Link copied to clipboard
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
data class PlaceOverview(val place: DestinationSearchResult, val suggestions: List<DestinationSearchResult>, val categoryOrQuery: String) : State.TripPlanning.DestinationSuggestions.Substate
SuggestionsOverview
Link copied to clipboard
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
data class SuggestionsOverview(val suggestions: List<DestinationSearchResult>, val categoryOrQuery: String) : State.TripPlanning.DestinationSuggestions.Substate
© 2024 CopyrightGenerated by dokka