/[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 380 by torben, Fri Sep 11 12:24:53 2009 UTC revision 381 by torben, Fri Oct 2 10:39:09 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) {
19                    return false; // Not supported
20            }
21            
22          @Override          @Override
23          public boolean lookupStations(Location location) {          public boolean lookupStations(Location location) {
24                  boolean success = false;                  boolean success = false;

Legend:
Removed from v.380  
changed lines
  Added in v.381

  ViewVC Help
Powered by ViewVC 1.1.20