it looks something like
Using java Syntax Highlighting
- myLO = new LocationOverlay(this, mapView);
- myLO.enableMyLocation();
- mapView.getOverlays().add(myLO);
Parsed in 0.031 seconds, using GeSHi 1.0.8.4
When I start my app it works fine and I can see the blue dot of my location. However if I leave the app running for a period of time the the blue dot eventually disappears.
Does anyone know why this is happening?
*edit* The only way I can get the dot to re-appear is to send new GPS coordinates in.


