Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class OnCategorySearch(val queryOrCategoryDisplayName: String, val returnState: ReturnState = ReturnState.Empty) : Event.ChangeStateEvent
Link copied to clipboard
class OnChargingStationAvailable(val chargingPoints: List<Point>) : Event.ChangeStateEvent
Link copied to clipboard
data class OnClosePlaceSuggestions(val backToState: TripState, val backToSelectedPlace: SelectedPlace?, val backToSelectedWaypoint: DestinationSearchResult?) : Event.ChangeStateEvent
Link copied to clipboard
data class OnError(val error: AppError) : Event.ChangeStateEvent
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class OnPlaceSuggestionsLoading(val backToState: TripState, val backToSelectedPlace: SelectedPlace?, val backToSelectedWaypoint: DestinationSearchResult?, val categoryOrQuery: String) : Event.ChangeStateEvent
Link copied to clipboard
class OnPlaceSuggestionsSelected(val backToState: TripState, val backToSelectedPlace: SelectedPlace?, val backToSelectedWaypoint: DestinationSearchResult?, val suggestions: List<DestinationSearchResult>, val categoryOrQuery: String) : Event.ChangeStateEvent
Link copied to clipboard
class OnReverseGeocoding(val point: Point) : Event.ChangeStateEvent
Link copied to clipboard
data class OnRouteFetching(val waypoints: List<DestinationSearchResult>, val fetchingState: FetchingState = FetchingState.FetchingRoute, val returnState: ReturnState = ReturnState.Empty) : Event.ChangeStateEvent
Link copied to clipboard
class OnRoutesChanged(val routes: List<NavigationRoute>, val fasterRoutes: List<FasterRouteMetadata>, val currentLegIndex: Int) : Event.ChangeStateEvent
Link copied to clipboard
class OnRoutesFound(val routes: List<NavigationRoute>, val fasterRoutes: List<FasterRouteMetadata> = emptyList(), val routeWithChargers: NavigationRoute? = null, val returnState: ReturnState = ReturnState.Empty) : Event.ChangeStateEvent
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class OnWaypointAdd(val routes: List<NavigationRoute>, val fasterRoutes: List<FasterRouteMetadata>, val returnState: ReturnState = ReturnState.Empty) : Event.ChangeStateEvent
Link copied to clipboard
Link copied to clipboard
class OnWaypointRemove(val routes: List<NavigationRoute>) : Event.ChangeStateEvent