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)