NearbyDestinationsViewModel
class NearbyDestinationsViewModel(getNearbyDestinationsGroups: GetNearbyDestinationsGroupsUseCase, isDestinationDistanceBelowThreshold: ObserveIsDestinationDistanceBelowThresholdUseCase, appStore: AppStore, onDestinationGroupClicked: OnDestinationGroupClickedUseCase) : ViewModel
Constructors
Link copied to clipboard
constructor(getNearbyDestinationsGroups: GetNearbyDestinationsGroupsUseCase, isDestinationDistanceBelowThreshold: ObserveIsDestinationDistanceBelowThresholdUseCase, appStore: AppStore, onDestinationGroupClicked: OnDestinationGroupClickedUseCase)
Functions
Link copied to clipboard
Link copied to clipboard
fun clickDestinationGroup(categoryOrQuery: String, nearbyDestinationsGroup: NearbyDestinationsGroup): Job