Confirmed users
4,378
edits
No edit summary |
|||
Line 15: | Line 15: | ||
** navigator.geolocation.watchPosition; not high: http://people.mozilla.org/~nhirata/html_tp/geolocation_watch.html | ** navigator.geolocation.watchPosition; not high: http://people.mozilla.org/~nhirata/html_tp/geolocation_watch.html | ||
NOTE: we have to test high accuracy versus low accuracy as there may be issues : see | NOTE: we have to test high accuracy versus low accuracy as there may be issues : see [Bug|1013012] | ||
Using watchPosition is better if you're going to be testing an extended amount of time as it will constantly refresh the position and get multiple readings. If you are going to just get the current location it might be good to test a single point by closing the browser, clearing the cache and then reopening the browser. | Using watchPosition is better if you're going to be testing an extended amount of time as it will constantly refresh the position and get multiple readings. If you are going to just get the current location it might be good to test a single point by closing the browser, clearing the cache and then reopening the browser. | ||