I have map view in my fragment. I need to refresh map and add different markers based on condition. So, I should remove last markers from map before add new markers.
If you want to clear "all markers, overlays, and polylines from the map", use clear() on your GoogleMap.
clear()