Wasn't it Alexandre Dube who wrote: >Is there a way to "clearAllOverlays" on one kind only (polyline) ?
There isn't, but even if there were it would be as slow as reading through an array of polylines and removing them one by one. That's actually what map.clearOverlays() does - it reads through the internal unexposed array of overlays and calls .removeOverlay() on each one. -- Mike Williams http://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en -~----------~----~----~----~------~----~------~--~---
