In Google Maps API v2, I was using map.clearOverlays() to remove the marker and draw them again.
map.clearOverlays()
How can I do that using Google Maps API v3 ?
Th
You can find a good example provided by Google here: http://code.google.com/p/gmaps-samples-v3/source/browse/trunk/clear-all-overlays/clear-all-overlays.html
Basically the idea is the remove