mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 15:29:49 +00:00
look up geolocation by station
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@18 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
f505d2eda8
commit
dc788b9985
6 changed files with 81 additions and 0 deletions
|
@ -98,6 +98,11 @@ public final class VbbProvider implements NetworkProvider
|
|||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
public StationLocationResult stationLocation(final String stationId) throws IOException
|
||||
{
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
public static final String STATION_URL_CONNECTION = "http://mobil.bvg.de/Fahrinfo/bin/query.bin/dox";
|
||||
|
||||
public String connectionsQueryUri(final String from, final String via, final String to, final Date date, final boolean dep)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue