tripkit-android / com.skedgo.tripkit.a2brouting / A2bRoutingApi
A2bRoutingApi
interface A2bRoutingApi
Calculates door-to-door trips for the specified mode(s). See more at https://skedgo.github.io/tripgo-api/#tag/Routing%2Fpaths%2F~1routing.json%2Fget.
Functions
Name | Summary |
---|---|
execute | abstract fun execute(url: String !, modes: MutableList < String !>!, excludedTransitModes: MutableList < String !>!, excludeStops: MutableList < String !>!, options: MutableMap < String !, Any !>!): Observable< RoutingResponse !>! |