> http://peluca.mine.nu/markerclusterer/examples/ajax_5/ajax_5.htm > Problem: In the above code MarkerClusterer() works bad, because don't > wroup the markers.
You're addOverlay()ing your markers to the map, and then giving them to MarkerClusterer to manage. See the docs - http://gmaps-utility-library.googlecode.com/svn/trunk/markerclusterer/1.0/docs/examples.html Don't addOverlay() your markers, just give to MarkerClusterer to do it for 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 -~----------~----~----~----~------~----~------~--~---
