ReturnState

interface ReturnState

Defines where to return from the RoutePreview and nested states.

Included all the data necessary to do that.

Inheritors

Types

Link copied to clipboard
class CategorySearch(val results: PlacesPreviewState.Results, val selectedPlace: SelectedPlace? = null) : ReturnState
Link copied to clipboard

For the case when the route preview should be closed with the return back to the destination preview card.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class SingleSearchResult(val selectedPlace: SelectedPlace) : ReturnState

Properties

Link copied to clipboard
Link copied to clipboard
abstract val hasState: Boolean