MyLocationOverlay dissappears, is not there onResume.
- by Paul
I have a mapView to which I add a MyLocationOverlay. It displays fine when the app starts from scratch (goes through onCreate). If I exit the app (back button) and then start it again (onResume), the overlay is gone.
I have tried to fix this for 10+ hours. All sorts of messing with re-adding the overlay. Resetting the overlays. Changing the maps location so it's forced to redraw. Trying to manually invalidate or force a redraw of the overlay. NOTHING has worked.
From the way the code looks, the Overlay object exists and everything is working fine - but it's just not on the map.
Is anybody else having this problem?
(Droid Incredible, 2.2)