On Apr 7, 5:43 am, Gareth <[email protected]> wrote: > Nevermind, I discovered that I can remove markers using > map.removeOverlay(gmarkers[i]) IF I add my markers using > map.addOverlay(gmarkers[i]), NOT mm.addMarkers(gmarkers, 0,17). When I > remove them using the markermanager, they keep coming back.
That is the way the marker managers (and marker clusterers) work, they recalculate and redisplay the markers based on the parameters you give them when the map zoom and bounds change. -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
