Thank you so much for your answer. I actually ended up moving everything to v3. ;-)
Probably my worst mistake was not to include makerclusterer.js ... :-D On 29 Jul., 13:31, Rossko <[email protected]> wrote: > > Below is the code suggested for clustering, but I do not know how to > > get my data in there. > > Take a different approach. Add clustering to your current code that > works. > Create a clusterer when you create the map. > As your GDownloadUrl callback creates each marker, don't addOverlay > them to the map, but instead push them onto an array. > After the end of the marker creating loop, pass the array to clusterer -- 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 [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.
