/[projects]/android/TrainInfo/src/dk/thoerup/traininfo/provider/GoogleStationProvider.java
ViewVC logotype

Diff of /android/TrainInfo/src/dk/thoerup/traininfo/provider/GoogleStationProvider.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 432 by torben, Fri Oct 2 10:39:09 2009 UTC revision 433 by torben, Sat Oct 10 11:30:08 2009 UTC
# Line 15  public class GoogleStationProvider imple Line 15  public class GoogleStationProvider imple
15    
16          List<StationBean> stations = new ArrayList<StationBean>();          List<StationBean> stations = new ArrayList<StationBean>();
17                    
18          public boolean lookupStations(String name) {          public boolean lookupStationsByName(String name) {
19                  return false; // Not supported                  return false; // Not supported
20          }          }
21                    
22          @Override          @Override
23            public boolean lookupStationsByIds(String ids) {
24                    return false;
25            }
26            
27            @Override
28          public boolean lookupStations(Location location) {          public boolean lookupStations(Location location) {
29                  boolean success = false;                  boolean success = false;
30                  //ToDo: to be nice put the api key into the request                  //ToDo: to be nice put the api key into the request

Legend:
Removed from v.432  
changed lines
  Added in v.433

  ViewVC Help
Powered by ViewVC 1.1.20