On Jun 9, 10:18 am, PoojaC <[email protected]> wrote: > I have all the data(lat/long along with postal address) stored in the > database. I want to cluster the locations based on region level and provide > a marker drill down feature.
Use the city from the postal address (you may need to break it out as a separate column in your database if it isn't one already). If you want to cluster the markers based on some property, you need to provide it to the markerclusterer (and probably modify the markerclusterer to use it). You could also investigate server side clustering solutions (will be required if you have a lot of markers), search the group. -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
