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
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