I know that I received a GPS fix if onLocationChanged() is called .. But how can I know if I lost the GPS fix ?
Asked
Active
Viewed 1,276 times
1 Answers
0
You stop receiving calls to onLocationChanged().

Scott Kennedy
- 1,346
- 12
- 23
-
What if the user is standing still .. He has a GPS fix but his location doesn't change ! – CVirus May 29 '12 at 13:33
-
Have you tried this out? Even if you're standing still, you will continue to get updates. – Scott Kennedy May 29 '12 at 13:34