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.
Use map.clear() to remove all markers from Google map
map.clear()