[Google Maps API v3] Re: Turn clustering on and off

2011-10-27 Thread gdp
That looks perfect Larry - thank you. I am at work currently but have looked at the source and it looks perfect, I will try and use it this evening. Thanks again On Oct 27, 6:26 am, "geocode...@gmail.com" wrote: > On Oct 26, 9:13 pm, gdp wrote: > > > Hi > > > I am creating clusters on the map

[Google Maps API v3] Re: Turn clustering on and off

2011-10-26 Thread geocode...@gmail.com
On Oct 26, 9:13 pm, gdp wrote: > Hi > > I am creating clusters on the map like this: > > markerCluster = new MarkerClusterer(map, markers, mcOptions); > > Without 'refreshing' the map markers, is it possible to temporarily > turn off clustering and then turn it back on again? I'm not sure what yo