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)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun onDropPinClicked(point: Point)
Link copied to clipboard
fun onTeleportHereClicked(point: Point)