> I suppose, i need to use addMarkers() but how it's work ? You create a clusterer object, which you already do in your script as 'mc' Then you need to add any markers to that object that you want it to manage. You can add them one at a time using addMarker() Or you can add them in a bunch as an array using addMarkers()
> do you have > an example ? Here are examples, on exactly the same page http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/docs/examples.html > I need tu use markerclusterer.js ? Yes, if you want to have clustering. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
