Thread
:
Python script for GPS location help appreciated
View Single Post
Hukka
2010-05-14 , 07:21
Posts: 13 | Thanked: 9 times | Joined on Dec 2009 @ Espoo, Finland
#
2
In the on_change function, do not call data.stop(). Then you will still get updates on the location. What I do is to compare the new location to the old one, and if it's close enough determine that the GPS has given as accurate location as it can and then stop.
Quote & Reply
|
Hukka
View Public Profile
Send a private message to Hukka
Find all posts by Hukka