Open GoogleCodeExporter opened 9 years ago
iphonestalker.util.FindMyIPhoneReader
-------------------------------------
lines 240-241: changed to
iPhoneLocation.setHorizontalAccuracy(horizontalAccuracy);
System.out.println("horizontalAccuracy: " + horizontalAccuracy);
System.out.println("should be: " + location.get("horizontalAccuracy"));
iPhoneLocation.setConfidence(70-(int)horizontalAccuracy);
and output showed
horizontalAccuracy: 1344.303113331023
should be: 1344.303113331023
Also, the confidence value used in the stack trace was showing -1274
Original comment by MikeU...@gmail.com
on 2 Jan 2012 at 11:07
Original issue reported on code.google.com by
MikeU...@gmail.com
on 2 Jan 2012 at 10:50