Capability

enum Capability : Enum<TripSearchService.Capability>

Entries

INCLUDE_STOPS
Link copied to clipboard

The service supports returning passing stops for journeys

INCLUDE_POLYLINES
Link copied to clipboard

The service supports returning polylines for journeys

FILTER_LINES
Link copied to clipboard

The service supports filtering trips based on the lines used.

FILTER_PRODUCTS
Link copied to clipboard

The service supports filtering trips based on the products used.

TIME_NUM_AFTER
Link copied to clipboard
TIME_NUM_BEFORE
Link copied to clipboard

The service supports specifying the number of returned trips relative to the passed datetime.

TIME_ARRIVAL
Link copied to clipboard
TIME
Link copied to clipboard

The service supports specifying a trip datetime, TIME, that the time is to be regarded as arrival time, TIME_ARRIVAL.

VIA_MODE_INDIVIDUAL
Link copied to clipboard
VIA_MODE
Link copied to clipboard

The service handles modes for all, VIA_MODE, and/or per individual, VIA_MODE_INDIVIDUAL, via. See Via.Mode, Via.modes.

VIA_PERIOD_INDIVIDUAL
Link copied to clipboard
VIA_PERIOD
Link copied to clipboard

The service supports wait times for all, VIA_PERIOD, and/or per individual, VIA_PERIOD_INDIVIDUAL, via.

VIA_MULTIPLE
Link copied to clipboard
VIA
Link copied to clipboard
VIA()

The service supports single, VIA, or multiple, VIA_MULTIPLE, via.

POIS
Link copied to clipboard
ADDRESSES
Link copied to clipboard

The service supports addresses, ADDRESSES, and/or POIs, POIS, for origin, destination and via.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int