[Google Maps API v2] Re: Keeping markers hidden during and after Zooming?
On Apr 7, 5:43 am, Gareth <wildcoastholid...@gmail.com> 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 google-maps-api@googlegroups.com.
To unsubscribe from this group, send email to google-maps-api+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home