mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 22:59:53 +00:00
NetworkProvider: Add TRIPS_VIA capability.
This commit is contained in:
parent
30e6971a61
commit
b7223029b5
5 changed files with 11 additions and 5 deletions
|
@ -101,7 +101,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
|
|||
Capability.SUGGEST_LOCATIONS,
|
||||
Capability.NEARBY_LOCATIONS,
|
||||
Capability.DEPARTURES,
|
||||
Capability.TRIPS
|
||||
Capability.TRIPS,
|
||||
Capability.TRIPS_VIA
|
||||
);
|
||||
|
||||
private final HttpUrl departureMonitorEndpoint;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue