On Mar 17, 8:41 pm, JGarrido <[email protected]> wrote:
> Let me give you use case to better explain what I'm trying to do.
> Let's say I'm attempting to plot out all of the Starbucks locations
> throughout the country. Instead of having the clusters created
> organically (ala MarkerClusterer), I'd like to have them clustered by
> state - but I don't want to have to worry about manually adding them
> individually based on the state they are in (forgetting for a moment
> how simple this would be to do in the US - it's just an example).

What you might be able to do, as you add each location to your
database, is reverse-geocode the coordinates and extract the state (or
the county or whatever) from the result. Then add that to the marker
as an attribute to use.

-- 
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.

Reply via email to