How can i remove the old markers but still it can update my latest location in the map @Override public void onMapReady(GoogleMap googleMap) { Answer Try use googleMap.clear(); before googleMap.addMarker(); maybe it help you
Tag: google-maps-api-3
Adding multiple markers to google maps API from volley repose in android Java
I am new to Google Maps API for android but I would like to create a view in my android app to show the locations of some providers form the database. So far I have done the following: With this I have been able to add the markers but they are all grouped together into a whole page map of