Hi
I've got a map with many point, and I'm trying to remove them with a
button using the mgr.removeMarker.
It works if I remove them one by one using :
var markerNum = parseInt(document.getElementById("markerNum").value);
mgr.removeMarker(allmarkers[markerNum]);
But I would like to remove all that have a red icon and I doesn't
work, I have a "marker is not defined'.
Thanks
Happy new year
PS:my map is not online, unfortunately I can't upload it
--
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.