diff --git a/src/markerclusterer.js b/src/markerclusterer.js index ebf218c..6cd1cd1 100755 --- a/src/markerclusterer.js +++ b/src/markerclusterer.js @@ -1012,7 +1012,7 @@ Cluster.prototype.updateIcon = function() { return; } - if (markers_.length < this.minClusterSize_) { + if (markers.length < this.minClusterSize_) { // Min cluster size not yet reached. this.clusterIcon_.hide(); return;