Hi all,
This is may not be a true programming question but deals with geolocation Api, hence hoping StackOverflow is the right place for this.
I'm calling the navigator.geolocation.getCurrentPosition at every 3 seconds interval. After 10-15 tries the responses stop. So i'm wondering is there a limit on the number of calls being made, Or is it because i'm testing it with a desktop and hence instead of giving back the same response each time the API is waiting for a change of location.
Anyone has any experiences to share ?
Thanks