DisplayResultWithRoute

data class DisplayResultWithRoute(    val searchResult: DestinationSearchResult,     val previewIndex: Int?,     val route: NavigationRoute,     val etaDistance: EtaDistance,     val backActionEnabled: Boolean = false,     val placeIsAlreadyOnTheRoute: Boolean,     val fetchingState: FetchingState,     val placeWeather: PlaceWeather = PlaceWeather.NoWeather) : DestinationState

Constructors

Link copied to clipboard
constructor(    searchResult: DestinationSearchResult,     previewIndex: Int?,     route: NavigationRoute,     etaDistance: EtaDistance,     backActionEnabled: Boolean = false,     placeIsAlreadyOnTheRoute: Boolean,     fetchingState: FetchingState,     placeWeather: PlaceWeather = PlaceWeather.NoWeather)

Properties

Link copied to clipboard

True if some intermediate waypoint selected and it's POI card is shown

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val isOffline: Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val route: NavigationRoute
Link copied to clipboard