mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 17:10:30 +00:00
comment
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@35 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
2b76ff857a
commit
8a67ce69dd
1 changed files with 8 additions and 0 deletions
|
@ -61,6 +61,14 @@ public interface NetworkProvider
|
|||
*/
|
||||
List<Station> nearbyStations(double lat, double lon, int maxDistance, int maxStations) throws IOException;
|
||||
|
||||
/**
|
||||
* Look up location of station.
|
||||
*
|
||||
* @param stationId
|
||||
* id of station to look up
|
||||
* @return location
|
||||
* @throws IOException
|
||||
*/
|
||||
StationLocationResult stationLocation(String stationId) throws IOException;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue