CashwellDev / foursquared

Automatically exported from code.google.com/p/foursquared
Apache License 2.0
0 stars 0 forks source link

Search venues after obtaining GPS fix / not before as done now #157

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start Foursquared
2. Foursquared immeaditly search venues, but it does not have a GPS fix
3. Foursquared shows venues of last gps fix
4. refresh is needed to find venues at actual position

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

After starting search for venues around me, a gps fix must be obtained. 
Otherwise the venues around my last gps fix are shown.
The actual behavior produces overhead.

Original issue reported on code.google.com by lischke@gmail.com on 6 Jan 2010 at 12:17

GoogleCodeExporter commented 8 years ago
We don't want to wait until a gps fix has been reached. We do wait a few 
seconds before doing the request if we consider the existing fix as 
sufficient otherwise we do a search with the best accuracy we can.

Original comment by jlapenna on 27 Jan 2010 at 10:22