Availability |
enum class Availability |
ExtraQueryMapProvider |
A decorator that puts additional query params into the query map that is supplied into `[ A2bRoutingApi](../com.skedgo.tripkit.a2brouting/-a2b-routing-api/index.md). Note that you should only use this when you really do know what you intend to do. interface ExtraQueryMapProvider` |
GroupVisibility |
class GroupVisibility |
LocalCost |
abstract class LocalCost : Parcelable |
LocalCostAccuracy |
enum class LocalCostAccuracy |
ModeInfo |
open class ModeInfo : Parcelable |
Occupancy |
enum class Occupancy |
Provider |
abstract class Provider : Parcelable |
RealTimeVehicle |
open class RealTimeVehicle : Parcelable |
RoutingResponse |
open class RoutingResponse |
SegmentActionTemplates |
class SegmentActionTemplates |
SegmentJsonKeys |
class SegmentJsonKeys |
SegmentNotesTemplates |
class SegmentNotesTemplates |
SegmentType |
enum class SegmentType |
ServiceColor |
class ServiceColor : Parcelable |
Shape |
open class Shape : Parcelable |
Source |
abstract class Source : Parcelable |
Templates |
class Templates |
Trip |
A [`Trip`](-trip/index.md) will mainly hold a list of TripSegment s which denotes how to go from [`Trip#getFrom()`](-trip/get-from.md) to Trip#getTo() . open class Trip : ITimeRange |
TripComparators |
class TripComparators |
TripGroup |
Represents a list of [`Trip`](-trip/index.md)s. A list of Trip s comprises of a display trip (aka representative trip) and alternative trips. A display trip can be accessed via [`#getDisplayTrip()`](-trip-group/get-display-trip.md) while alternative trips can be retrieved via #getTrips() minus [`#getDisplayTrip()`](-trip-group/get-display-trip.md). That's because #getTrips() returns a list of `[ Trip](-trip/index.md)s including alternative trips and display trip. open class TripGroup` |
TripGroupComparators |
class TripGroupComparators |
TripSegment |
To go from A to B, sometimes we have to travel X, Y, Z locations between A and B. That means, we travel A to X, then X to Y, then Y to Z, then Z to B which is the destination. To show how to travel from A to X, we use [`TripSegment`](-trip-segment/index.md). So, in this case, a trip from A to B comprises 6 segments: - A segment whose type is SegmentType#DEPARTURE . - A segment from A to X. - A segment from X to Y. - A segment from Y to Z. - A segment from Z to B. - A segment whose type is `[ SegmentType#ARRIVAL](-segment-type/-a-r-r-i-v-a-l.md). open class TripSegment : [ IRealTimeElement](../com.skedgo.tripkit.common.agenda/-i-real-time-element/index.md) , [ ITimeRange`](../com.skedgo.tripkit.common.model/-i-time-range/index.md) |
TripSegments |
class TripSegments |
TurnByTurn |
enum class TurnByTurn |
VehicleComponent |
abstract class VehicleComponent |
VehicleDrawables |
class VehicleDrawables |
VehicleMode |
As of v11, this denotes local transport icons.class VehicleMode |
Visibilities |
class Visibilities |