[Google Maps API v3] Re: Clustering/Grouping different markers under the same cluster

2011-07-18 Thread jufemaiz:Joel Courtney
Use a single MarkerCluster object for all the markers. The markers don't need to have the same attributes. On Jul 19, 1:24 pm, Daejeon wrote: > http://gmaps-utility-library.googlecode.com/svn/trunk/markerclusterer... > > I am currently trying marker clustering as well, and I able to cluster > dif

Re: [Google Maps API v3] Re: Clustering/Grouping different markers under the same cluster

2011-07-18 Thread Luke Mahé
FYI that library is for V2 - you'll want the V3 library - http://code.google.com/p/google-maps-utility-library-v3/source/browse/trunk/markerclusterer/src/markerclusterer.js -- Luke On Tue, Jul 19, 2011 at 1:24 PM, Daejeon wrote: > > http://gmaps-utility-library.googlecode.com/svn/trunk/markerc

[Google Maps API v3] Re: Clustering/Grouping different markers under the same cluster

2011-07-18 Thread Daejeon
http://gmaps-utility-library.googlecode.com/svn/trunk/markerclusterer/1.0/src/markerclusterer.js I am currently trying marker clustering as well, and I able to cluster different category under same cluster by using the library above. On Saturday, 16 July 2011 00:26:02 UTC+8, julienhelios wro