Package-level declarations

Types

Link copied to clipboard
class PlacesPreviewContainer(destinationViewModel: DestinationViewModel, lifecycleOwner: LifecycleOwner, placesPreviewViewModel: PlacesPreviewViewModel, categorySearchViewModel: CategorySearchViewModel, tripOverviewViewModel: TripOverviewViewModel, feedbackViewModel: FeedbackViewModel, searchMetricsTracker: SearchMetricsTracker, closeBackButtonHandler: CloseBackButtonHandler)
Link copied to clipboard
class PlacesPreviewViewModel(appStore: AppStore, searchAnalytics: SearchAnalytics, cancelPlacesPreview: CancelPlacesPreviewUseCase, observePlacesPreviewState: ObservePlacesStateUseCase, previousSearchStateUseCase: PreviousSearchStateUseCase, overviewSearchResultWithCurrentRoute: OverviewSearchResultWithCurrentRoute, onNewItemSelectedListener: OnNewItemSelectedListener, placesFocusHelper: PlacesPreviewFocusNavigationHelper, val mapMoving: ObserveMapMovingUseCase) : ViewModel, FocusNavigationHelper
Link copied to clipboard

Properties

Functions

Link copied to clipboard
fun PlacesPreview(modifier: Modifier = Modifier, ratingConfig: RatingConfig = get(), placesPreviewViewModel: PlacesPreviewViewModel = koinViewModel(), destinationViewModel: DestinationViewModel = koinViewModel(), fastChargeFilterViewModel: FastChargeFilterViewModel = koinViewModel(), searchAreaViewModel: SearchAreaViewModel = koinViewModel(), feedbackViewModel: FeedbackViewModel = koinViewModel())