How is location accuracy measured in Android?
Posted
by John Palmer
on Stack Overflow
See other posts from Stack Overflow
or by John Palmer
Published on 2010-06-16T10:39:10Z
Indexed on
2010/06/16
10:42 UTC
Read the original article
Hit count: 224
Does anyone know the proper interpretation of the accuracy measurements returned by getAccuracy()? For instance, are they calculated as:
Circular Error Probability (meaning, if i understand correctly, radius of a 50% confidence circle)?
Radius of 95% confidence circle?
something else?
Many thanks for any advice you can give me.
© Stack Overflow or respective owner