is there a limit on the number of times navigator.geolocation.getCurrentPostion can be called ?

Posted by Raja on Stack Overflow See other posts from Stack Overflow or by Raja
Published on 2010-04-25T06:29:07Z Indexed on 2010/04/25 6:33 UTC
Read the original article Hit count: 185

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about w3c

Related posts about geolocation