Closed GoogleCodeExporter closed 9 years ago
Based on the name, I would expect "maxZoom" to be the maximum zoom level at
which the clusterer still does
its thing. Remember that you can change maxZoom by passing it as an option to
the Constructor.
As an example:
zoom = 13;
markerClusterer = new MarkerClusterer(map, markers, {
maxZoom: zoom,
});
And that way ALL markers are shown at zoom levels 14+
Original comment by dave.bc
on 16 May 2010 at 5:51
That comment is correct, the intention was to be the mamimum zoom level that
the clustering happens.
Original comment by lu...@google.com
on 31 Aug 2010 at 1:41
Original issue reported on code.google.com by
mac4w...@gmail.com
on 6 Apr 2010 at 12:42