On Mar 17, 12:09 pm, JGarrido <[email protected]> wrote: > I've looked at libraries like MarkerClusterer (http://gmaps-utility- > library-dev.googlecode.com/svn/tags/markerclusterer/), and it would > work great to have clusters created organically, but what I'm > currently attempting to do is create clusters based on specific > geographic areas (think states, countries, provinces, etc.). > > Is anyone aware of a library that has the option to accomodate this? > If not, any ideas on how to enable a marker to 'be aware' of a > geographic region without having to manually assign it to one?
You could "manually" do the clustering with the marker manager. Put markers for the regions at low zoom levels, then once you reach the "local" zoom level, have it show the "local" markers. Like googles "office" example: http://gmaps-utility-library.googlecode.com/svn/trunk/markermanager/release/examples/google_northamerica_offices.html I modified a version of it to work the way I would want it to work: http://www.geocodezip.com/google_northamerica_officesJ.asp http://www.geocodezip.com/google_northamerica_officesJ_OSMM.asp -- Larry -- 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.
