Are the W3C geolocation API accuracy parameter in diameter or radius of your position? -


maybe got head around wrong, after stfw not find info on this. when geolocation api returns position latitute, longitude , accuracy (p.coords.accuracy), accuracy parameter return diameter or radius of position? instance, if accuracy of position 24 meters, mean standing anywhere within radius of 24 meters of position, or within 12 meters radius of position (that give 24 meters diameter, me being in middle of circle of accuracy)

any appreciated!

it radius. if accuracy 24, true position within 24 meters, mean lie within circle radius 24 around coordinate.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -