On Mar 17, 12:18 pm, URWA <[email protected]> wrote: > I've added the clusterer function and it works great! thank you so > much. But now I'm wondering how do I get the drop down box to work at > full zoom out? The drop down box is a bunch of plant categories. So > when the category is called those dots show up. Some of the categories > only have a few dots, but when I select that category I still get the > cluster point. When I zoom till I get my icons and the clusterer is > not needed the drop down box works. Is there a way to refresh the > clusterer function so that it knows that there are only a few dots > needed at full zoom out?
As Marcelo likes to point out, anything is possible. I think to make that work you would need to modify the clusterer code that you are using to give it knowledge of your checkboxes. A more general solution might to be to add the ability to tell it whether markers are visible or not (add a .show()/.hide() functionality), then cluster only the visible ones. -- Larry > > Thank you so much for help!!!! -- 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.
