DisplayResultWithRoute

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

Constructors

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

Properties

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

True if some intermediate waypoint selected and its POI card is shown

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val route: NavigationRoute
Link copied to clipboard
val routeWithChargers: NavigationRoute?
Link copied to clipboard