View Single Post
jedi's Avatar
Posts: 1,411 | Thanked: 1,330 times | Joined on Jan 2010 @ Tatooine
#1
I've been using the example script from here:http://wiki.maemo.org/PyMaemo/Using_Location_API. It works fine - switching the GPS on momentarily and returning the long/lat of the GPS signal.

But the signal is a long way off - and I was under the impression that if the GPS was on for longer, there was more chance of the location being accurate.

So my question is, how could I adapt this script to make it wait 1 minute? or 5 minutes etc before returning the location? Would this make the location more accurate?

I'm code a bit in PHP but am finding Python a bit baffling...

Any help appreciated.
Thanks