RemoveSelectedWaypointUseCase

class RemoveSelectedWaypointUseCase(appStore: AppStore, routesFetcher: RoutesFetcher, stopNavigation: StopNavigationUseCase, locationRepository: LocationRepository, fasterRouteMarkerCalculator: FasterRouteMarkerCalculator)

Constructors

Link copied to clipboard
constructor(appStore: AppStore, routesFetcher: RoutesFetcher, stopNavigation: StopNavigationUseCase, locationRepository: LocationRepository, fasterRouteMarkerCalculator: FasterRouteMarkerCalculator)

Functions

Link copied to clipboard
suspend operator fun invoke(removeIndex: Int = 0)