I was wondering if anyone knew of a custom built auto updating location widget? I'm envisioning it being used on smartphones that automatically updates the user's location every few seconds.
Solved! Go to Solution.
Dan,
The MyLocation widget allows for this type of GPS interaction. See this thread where I explain how to enable tracking:
Dan,
The MyLocation widget allows for this type of GPS interaction. See this thread where I explain how to enable tracking:
Thanks for the help. It worked well. Is there and easy way to change the code so the location updates faster?
Dan,
I am not finding anything that says that the interval that the browser collects the location can be changed.
I am glad to help. Now it is your turn to help the community by marking this question as answered. All you have to do is click the "Correct Answer" link (the one with the little green star) on the post that provided the answer for you. If the answer was not provided by one of the responders then you can mark any of the replies that you received as helpful by clicking on the "Actions" menu and choosing "Mark as Helpful"
Dan,
I have not tested this, but does changing the parameter "timeout": 15000 in the config file to a smaller number make any difference? Just a thought.
-Stan
Stan,
I tried changing the timeout from 15000 down to 1000, then again down to 300. It seems to increase the refresh rate quite a bit. It still takes several seconds to refresh but it is better than before ( waiting about 15- 20 seconds to refresh). Changing the Timeout to 300 has put the refresh rate down to about every 5-10 seconds.
Dan