/tripkit/TripKitAndroid/com.skedgo.tripkit.a2brouting/FailoverA2bRoutingApi/fetchRoutesAsync
fetchRoutesAsync
\ fun fetchRoutesAsync(baseUrls: List<String>, modes: List<String>, excludedTransitModes: List<String>, excludeStops: List<String>, options: Map<String, Any>): Observable<List<TripGroup>>
Fetches routes on multiple base URLs serially. If it fails on one URL, it'll failover to the next URL.
Parameters
androidJvm
baseUrls | Can be obtained by Region.getURLs(). |