0

I try to add myLocationOverlay to the map. It was not there at first, then when I send the gps position from the ddms, then the blue shining dot appear.

However, after awhile, the blue dot disappear and no where to be found. why?

How can I keep the blue dot appearing in the map? thx!!!

Mak Sing
  • 871
  • 2
  • 9
  • 18
  • Are you running your app via the emulator or through a device? – mattbasta Feb 15 '10 at 00:46
  • I've experienced this as well (running through the emulator), I think the standard implementation waits for a new fix every X seconds, then discards the old position if there's no new fix. http://stackoverflow.com/questions/3460661/customize-my-location-overlay-update-times addresses the issue, yet the code provided crashes the app. Any other thoughts ? Thanks ! – Dr1Ku Nov 24 '10 at 09:33

1 Answers1

0

I had a similar problem: this is probably the cause.

GPS not update location after close and reopen app on android

Community
  • 1
  • 1
paulpooch
  • 651
  • 1
  • 7
  • 15