In my application there are instances where I have multiple markers with the same lat/lng contained in a MarkerClusterer. As it should, the MarkerClusterer keeps those markers in a cluster until maxZoom is reached and then it displays the markers (which of course appears as a single marker).
I need to indicate in some manner that there is more than one marker at that location (which MarkerClusterer does) but I also need to be able to see the info windows for all the markers at that location. Since we can only open one info window at a time we can't just open all info windows for stacked markers when one of them is clicked on. One idea I had is to extend MarkerClusterer so that when a cluster icon is clicked on an info window appears showing which markers are contained within it and allow the user to select one of them to open that markers info window. There could be an option that would "turn on" this feature when the zoom is above a specific value. I could also use Flex to display the marker information and not use info windows at all but that isn't a "pure Google Maps" solution so it wouldn't be helpful to the rest of the community. If anyone has any thoughts or ideas on the best way to approach this that would be beneficial to the whole community I'd love to hear them. -- You received this message because you are subscribed to the Google Groups "Google Maps API For Flash" 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-for-flash?hl=en.
