http://googlegeodevelopers.blogspot.com/2009/04/markerclusterer-solution-to-too-many.html
This is simply the most incredible thing since sliced bread. Its amazing. Its simple. But how could this be ported over to use in the flash API? I know there is already a "random" marker manager. But that simply shows a dot , then you zoom in , then you see more dots. How could I have a dot that actually meant something? Meaning I want a dot on the map to show how many dots are contained in it. At bare minimum I want the first view on my map to only show regions and the number of dots within that region. After a user zooms into the region, I don't mind if they just see all dots within that region. I am using XML to define which region each dot is in as well as the lat and long of each region, so there is no geocoding necessary etc. That has been done manually. THINKING OUT LOUD: So I would need to first in my code, assign geographic boundaries for each region. That shouldnt be too hard. But how then to I group the regional dots into a region in the map? If I could figure that out, it shouldnt be too difficult to count the number of dots within each region from the XML file. Then the next question is how do I make it so when a user clicks a region, it then zooms to that region and displays all dots in that region? PLEASE HELP ANYONE? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
