Hi, the simplest way to achieve your goal is if you have the possibility to know the number of markers before they are added to the clusterer. The code should to something like this : if the total markers<50 then map.addOverlay(marker) else add markers to clusterer.
Let me know if you need additional help. On Mar 18, 5:07 pm, URWA <[email protected]> wrote: > I have a category function that when a certain category is selected > from a drop down box only those points show. I don't know how to hide > the clusterer function when a category < 50 points. > > http://cjisst.org/CJISST_map.asp > > thank you! -- 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.
