I'm trying to combine the MarkerClusterer code with the info balloons code found at http://www.geocodezip.com/v3_markers_infowindows.html. Before I added the code that creates a listener and info balloon for each marker, the clustering worked. It no longer does. My map is at http://www.esthermstrom.com/maps/maptest.html.
(The points on that map are actually just a small sampling; the real map will have several hundred points over the midwestern U.S. area, so we definitely do need clustering, even if it doesn't look like it on the sample.) Currently the code for creating the clusters is called in my initialize function, right after setMarkers; I've also tried it inside setMarkers (after the loop) but got the same (lack of) results. Can anyone point me in the right direction? It's been years since I've done client-side code (I'm a php developer) and I'm having trouble debugging this. I have firebug installed but it's not throwing any errors; it's just not doing the clustering. -- 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.
