toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-route-fetching
/
com.mapbox.dash.route.fetch
/
RoutesRepositoryImpl
Routes
Repository
Impl
class
RoutesRepositoryImpl
(
dispatcherToRun
:
CoroutineDispatcher
,
timeout
:
Long
,
analyticsSender
:
AnalyticsSender
)
:
RoutesRepository
Members
Constructors
Routes
Repository
Impl
Link copied to clipboard
constructor
(
dispatcherToRun
:
CoroutineDispatcher
,
timeout
:
Long
,
analyticsSender
:
AnalyticsSender
)
Functions
cancel
Route
Request
Link copied to clipboard
open
suspend override
fun
cancelRouteRequest
(
)
get
Routes
Link copied to clipboard
open
suspend override
fun
getRoutes
(
options
:
RouteOptions
)
:
List
<
NavigationRoute
>