LocationSimulatorViewModel
class LocationSimulatorViewModel(observeLocationSimulationEnabledUseCase: ObserveLocationSimulationEnabledUseCase, isActiveGuidanceUseCase: IsActiveGuidanceUseCase, observeReverseModeActiveUseCase: ObserveReverseModeActiveUseCase, locationSimulationRepository: LocationSimulationRepository, fetchDestinationForDroppedPin: FetchDestinationResultForDroppedPinUseCase, mapGptManager: InternalMapGptManager) : ViewModel
Constructors
Link copied to clipboard
constructor(observeLocationSimulationEnabledUseCase: ObserveLocationSimulationEnabledUseCase, isActiveGuidanceUseCase: IsActiveGuidanceUseCase, observeReverseModeActiveUseCase: ObserveReverseModeActiveUseCase, locationSimulationRepository: LocationSimulationRepository, fetchDestinationForDroppedPin: FetchDestinationResultForDroppedPinUseCase, mapGptManager: InternalMapGptManager)