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

Diff of /android/TrainInfo/src/dk/thoerup/traininfo/LocationLookup.java

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

revision 947 by torben, Fri Jan 29 12:34:17 2010 UTC revision 948 by torben, Fri Jul 2 14:58:44 2010 UTC
# Line 81  public class LocationLookup implements L Line 81  public class LocationLookup implements L
81                  if (hasGps) {                  if (hasGps) {
82                          if (!location.getProvider().equals("gps")) {                          if (!location.getProvider().equals("gps")) {
83                                  return; // at least give the gps a chance                                  return; // at least give the gps a chance
84                          } else if (location.getAccuracy() > 256) {                          } else if (location.getAccuracy() > 512) {
85                                  return; //if we have a gps provider lets wait for a more precise fix                                  return; //if we have a gps provider lets wait for a more precise fix
86                          }                          }
87    

Legend:
Removed from v.947  
changed lines
  Added in v.948

  ViewVC Help
Powered by ViewVC 1.1.20