OSDN Git Service

Remove misleading Location Accuracy comment
authorWyatt Riley <wyattriley@google.com>
Tue, 8 Aug 2017 22:22:39 +0000 (15:22 -0700)
committerWyatt Riley <wyattriley@google.com>
Tue, 8 Aug 2017 22:24:44 +0000 (15:24 -0700)
Test: Treehugger to verify build (comment only)
Change-Id: Iea3c473219e21a58b01e613d14700d6972f5cce6

location/java/android/location/Location.java

index 68f46ad..2f3eb12 100644 (file)
@@ -766,11 +766,6 @@ public class Location implements Parcelable {
      * then there is a 68% probability that the true location is inside
      * the circle.
      *
-     * <p>In statistical terms, it is assumed that location errors
-     * are random with a normal distribution, so the 68% confidence circle
-     * represents one standard deviation. Note that in practice, location
-     * errors do not always follow such a simple distribution.
-     *
      * <p>This accuracy estimation is only concerned with horizontal
      * accuracy, and does not indicate the accuracy of bearing,
      * velocity or altitude if those are included in this Location.