RoutesFetcher

interface RoutesFetcher

Inheritors

Functions

Link copied to clipboard
abstract suspend fun cancelRouteRequest()
Link copied to clipboard
abstract suspend fun fetchRoutes(origin: Location, waypoints: List<DestinationSearchResult>, routeOptions: DashRouteOptions = DashRouteOptions(addChargingStops = false)): Either<Exception, List<NavigationRoute>>