This will add a single point to a map
map.addOverlay(marker);
This will remove a single point to a map
map.removeOverlay(marker);
This removes ALL points form the map
map.clearOverlays()
That (re)stated (from docs), can add/remove deal with groups of
locations?
Of can I use "getPane(pane)"? If so how?
I'd like to have a 3 collections of points, and show/hide in a one
flew swoop!
Yes, I can do that now with an iteration of a maker array I have, but
there has to be a better way!
Any ideas?
thx
walter
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---