From 8a67ce69ddf9f30b62ea11ae5ac4670750bdd28d Mon Sep 17 00:00:00 2001 From: "andreas.schildbach" Date: Thu, 29 Jul 2010 07:45:14 +0000 Subject: [PATCH] comment git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@35 0924bc21-9374-b0fa-ee44-9ff1593b38f0 --- src/de/schildbach/pte/NetworkProvider.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/de/schildbach/pte/NetworkProvider.java b/src/de/schildbach/pte/NetworkProvider.java index d6351a47..b97e6924 100644 --- a/src/de/schildbach/pte/NetworkProvider.java +++ b/src/de/schildbach/pte/NetworkProvider.java @@ -61,6 +61,14 @@ public interface NetworkProvider */ List 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; /**