mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 01:10:02 +00:00
Allow specifying time when querying for departures.
This commit is contained in:
parent
110f48ac81
commit
6e2aa29eca
76 changed files with 224 additions and 206 deletions
|
@ -605,7 +605,8 @@ public abstract class AbstractTsiProvider extends AbstractNetworkProvider
|
|||
return new Location(locType, id, latInt, lonInt, place, name);
|
||||
}
|
||||
|
||||
public QueryDeparturesResult queryDepartures(final String stationId, final int maxDepartures, final boolean equivs) throws IOException
|
||||
public QueryDeparturesResult queryDepartures(final String stationId, final Date time, final int maxDepartures, final boolean equivs)
|
||||
throws IOException
|
||||
{
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue