/[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 356 by torben, Tue Sep 29 13:35:13 2009 UTC revision 357 by torben, Tue Sep 29 19:06:34 2009 UTC
# Line 26  public class XmlStationProvider implemen Line 26  public class XmlStationProvider implemen
26          @Override          @Override
27          public boolean lookupStations(Location location) {          public boolean lookupStations(Location location) {
28                  boolean success = false;                  boolean success = false;
29                  String url = "http://app.t-hoerup.dk/TrainInfoService/LocateStations?latitude=" + location.getLatitude() + "&longitude=" + location.getLongitude();                  String url = XmlUtil.SERVICE_BASE + "/LocateStations?latitude=" + location.getLatitude() + "&longitude=" + location.getLongitude();
30                  Log.i("url", url);                  Log.i("url", url);
31                  try {                  try {
32                          stations.clear();                          stations.clear();

Legend:
Removed from v.356  
changed lines
  Added in v.357

  ViewVC Help
Powered by ViewVC 1.1.20