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)): Result<List<NavigationRoute>>