tripkit-android / com.skedgo.tripkit.a2brouting

Package com.skedgo.tripkit.a2brouting

Types

Name Summary
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.interface A2bRoutingApi
A2bRoutingDataModule class A2bRoutingDataModule
A2bRoutingRequest abstract class A2bRoutingRequest
FailoverA2bRoutingApi A wrapper of `[A2bRoutingApi](-a2b-routing-api/index.md) that requestsrouting.jsonon multiple servers w/ failover.open class FailoverA2bRoutingApi`
FillIdentifiers Fills id for `[Trip](../com.skedgo.tripkit.routing/-trip/index.md).class FillIdentifiers : Function<[MutableList](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/index.html)<[TripGroup](../com.skedgo.tripkit.routing/-trip-group/index.md)!>!, [MutableList](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/index.html)<[TripGroup](../com.skedgo.tripkit.routing/-trip-group/index.md)!>!>`
GetNonTravelledLineForTrip class GetNonTravelledLineForTrip
GetTravelledLineForTrip class GetTravelledLineForTrip
RequestTime sealed class RequestTime
RouteService interface RouteService
SelectBestDisplayTrip Selects display trip which has lowest weighted score. class SelectBestDisplayTrip : Function<TripGroup!,TripGroup!>
SingleRouteService A decorator of RouteService that performs only one routing request. For example, if we ask it to route from A to B, and while that request is still progress and later we ask it to route from C to B, then the request A-to-B will be cancelled. Cancellation is invoked asynchronously. That means the execution of the request C-to-D doesn't have to wait for the cancellation of the request A-to-B to be done to get started.class SingleRouteService :RouteService
ToWeightingProfileString object ToWeightingProfileString

Extensions for External Classes

Name Summary
kotlin.Int