views:

782

answers:

1

Hello,

In Google Maps API v2, I was using map.clearOverlays() to remove the marker and draw them again.

How can I do that using Google Maps API v3 ?

Thanks

A: 

See here for details but you now have to iterate through the markers and remove them individually.

Paul Owens