I have a map that uses the markerClusterer.js and a sidebar. The sidebar is filled with names that are links to each marker point. Markers and sidebar entries are created with js functions.
Link to map: http://www.shmoogle.bassface3d.com/phpBB3/shmoogle.php?mode=everyone Before I started using markerClusterer, I built the sidebar links to fire the typical 'click' function to open the corresponding marker's infoWindow. That was great, because every marker in the list was visible and it's marker on the map. Now that I am using markerClusterer the only sidebar links that work are for the markers that are currently outside of a cluster, but all links still display. So I am wanting to know either: Can I build a js function that will allow the sidebar links to 'pull' a marker out of a cluster, display it and open it's infoWindow? OR Change my sidebar to only show the links to markers that are currently displayed and not clustered? (I assume it would have to trigger on "zoomend".) Many thanks - I was up way too late last night trying to figure this out! ;-) Will --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
