getRouteAlternatives

suspend fun getRouteAlternatives(    f: LatLng,     t: LatLng,     context: Context): Map<GetRouteAlternativesUseCase.RouteType, FullRoute>

Returns a list of alternative routes, currently shortest and bike route. TODO: Add air quality route

Return

a list of alternative routes

Parameters

f

the start coordinate

t

the end coordinate

context