Determine user location on osm maps
I am working on an android application that determines user location in osm maps. I am being able to show user location on the map, but if the location change the whole map is reloaded, what’s wrong with that? Also how I can increase the accuracy of the user location? And how can I make a circle that increase and decrease according to the accuracy(as shown in Google one)? code : public class OsmDemoActivity extends Activity implements LocationListener, MapViewConstants { private MapView mMapView; private MapController mapController; private LocationManager mLocMgr; private ItemizedOverlay