tripkit-android / com.skedgo.tripkit
Package com.skedgo.tripkit
Types
Name | Summary |
---|---|
AndroidGeocoder | class AndroidGeocoder : ReverseGeocodable |
BookingAction | abstract class BookingAction |
CarPark | abstract class CarPark |
Co2Preferences | interface Co2Preferences |
Configs | abstract class Configs |
DefaultCo2Preferences | class DefaultCo2Preferences : Co2Preferences |
DefaultTripPreferences | class DefaultTripPreferences : TripPreferences |
ExternalActionParams | abstract class ExternalActionParams |
LineSegment | Represents a segment of a polyline denoting a `[ Trip](../com.skedgo.tripkit.routing/-trip/index.md). class LineSegment` |
LocationInfo | interface LocationInfo |
LocationInfoDetails | abstract class LocationInfoDetails |
LocationInfoService | interface LocationInfoService |
MainModule | open class MainModule |
PeriodicRealTimeTripUpdateReceiver | abstract class PeriodicRealTimeTripUpdateReceiver : RealTimeTripUpdateReceiver |
QueryGenerator | interface QueryGenerator : BiFunction< Query , TransportModeFilter , Observable< List < Query >>> |
RealTimeTripUpdateReceiver | interface RealTimeTripUpdateReceiver |
ServiceApi | interface ServiceApi |
ServiceExtras | class ServiceExtras |
ServiceResponse | interface ServiceResponse |
TemporaryUrlApi | Handles downloading trip via `[ Trip#getTemporaryURL()](../com.skedgo.tripkit.routing/-trip/get-temporary-u-r-l.md). interface TemporaryUrlApi` |
TransitModeFilter | interface TransitModeFilter |
TransitService | interface TransitService |
TransportModeFilter | interface TransportModeFilter |
TripPreferences | interface TripPreferences |
TripRegionResolver | abstract class TripRegionResolver : BiFunction< Location !, Location !, Observable< Region !>!> |
TripUpdater | interface TripUpdater |
Exceptions
Name | Summary |
---|---|
NoConnectionError | class NoConnectionError : RoutingError |
OutOfRegionsException | class OutOfRegionsException : RuntimeException |
RoutingError | sealed class RoutingError : RuntimeException |
RoutingUserError | class RoutingUserError : RoutingError |