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

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

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

revision 1163 by torben, Mon Oct 4 08:42:12 2010 UTC revision 1164 by torben, Wed Oct 6 10:42:51 2010 UTC
# Line 30  public class XmlStationProvider implemen Line 30  public class XmlStationProvider implemen
30          }          }
31    
32          @Override          @Override
33          public StationBean lookupStations(Location location) {          public StationBean lookupStationsByLocation(Location location) {
34                  double lat = roundToPlaces(location.getLatitude(), 4);                  double lat = roundToPlaces(location.getLatitude(), 4);
35                  double lng = roundToPlaces(location.getLongitude(), 4);                  double lng = roundToPlaces(location.getLongitude(), 4);
36                                    

Legend:
Removed from v.1163  
changed lines
  Added in v.1164

  ViewVC Help
Powered by ViewVC 1.1.20