On May 31, 2:21 pm, Nav <[email protected]> wrote: > Hi Friends, > > I am trying to do clustering of markers in GoogleMap API. I hope there > is no need of predefined positions for the middle points (cluster > positions) as in that case, we need to have many of them defined for > different zooming levels.
See the documentation for one of the marker clusterers, here is one for the v3 API: http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerclusterer/1.0/docs/examples.html (It won't work if you are using the Google Maps API v2, but that should not be used for new maps as it is deprecated) > > Could anyone help me by providing the steps of implementing the > clusters in GoogleMap and specially how to define the cluster > positions automatically. That is the way most of the clusterers work. If you are creating a new map, the suggestion is to use the Google Maps API V3, not the deprecated V2, which is the topic of this group. The V3 group is: http://groups.google.com/group/google-maps-js-api-v3 -- Larry > > Many thanks in advance, > Naveen -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
