Search code examples
javascripthtmlgeolocation

HTML5 Geolocator max calls for respective browser?


What is the max request interval for navigator.geolocator for each respective browser?

Chrome, Safari, Opera, FireFox, Internet Explorer?

Latest versions of course.

By interval I mean how frequent you can call the function without it returning failure.


Solution

  • Not sure that it really matters if you use navigator.geolocation.watchPosition()

    navigator.geolocation.watchPosition(success[, error[, options]])

    and let the watch manage all the requests needed