FetchRoundTripSocUseCase

class FetchRoundTripSocUseCase(directionsSettings: DirectionsSettings, trafficIsEnabledUseCase: ObserveRouteLineTrafficEnabledUseCase, settingsRepository: SettingsRepository, getDirectionsUser: GetDirectionsUserUseCase, routesRepository: RoutesRepository, augmentRoundTripEvRouteOptions: AugmentRoundTripEvRouteOptions)

Constructors

Link copied to clipboard
constructor(directionsSettings: DirectionsSettings, trafficIsEnabledUseCase: ObserveRouteLineTrafficEnabledUseCase, settingsRepository: SettingsRepository, getDirectionsUser: GetDirectionsUserUseCase, routesRepository: RoutesRepository, augmentRoundTripEvRouteOptions: AugmentRoundTripEvRouteOptions)

Functions

Link copied to clipboard
suspend operator fun invoke(navigationRoute: NavigationRoute): Int?