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:
andreas.schildbach 2010-07-21 08:09:52 +00:00
parent f505d2eda8
commit dc788b9985
6 changed files with 81 additions and 0 deletions

View file

@ -110,6 +110,11 @@ public final class BahnProvider implements NetworkProvider
{
return (double) value / 1000000;
}
public StationLocationResult stationLocation(final String stationId) throws IOException
{
throw new UnsupportedOperationException();
}
public String connectionsQueryUri(final String from, final String via, final String to, final Date date, final boolean dep)
{