AppData

constructor(    state: State = State.FreeDrive.Idle,     mapState: MapState = MapState.Loading,     mapGptState: MapGptState = MapGptState(),     cameraTrackingState: CameraTrackingState,     placesPreviewState: PlacesPreviewState = PlacesPreviewState.Idle,     feedbackSearchResult: DestinationSearchResult? = null,     selectedPlace: SelectedPlace? = null,     selectedWaypoint: DestinationSearchResult? = null,     fetchingState: FetchingState = FetchingState.None,     tripState: TripState = TripState(),     activeTripState: TripState? = null,     weather: PlaceWeather = PlaceWeather.NoWeather,     navigationManagerIntent: NavigationManagerIntent = NavigationManagerIntent.Idle,     resumeNavigationIntent: ResumeNavigationIntent = ResumeNavigationIntent.Idle,     selectedManeuver: RouteManeuver? = null,     maneuverState: ManeuverState = ManeuverState.Gone,     viewsVisibility: ViewsVisibility = ViewsVisibility(),     editTripState: EditTripState? = null,     allowToEndRoutInOneClick: Boolean = false,     chargingPort: Port? = null,     isCharging: Boolean = false,     lastKnownDestination: LastKnownDestination? = null,     navigationSuggestions: List<DashNavigationSuggestion> = emptyList())