googlearchive/js-marker-clusterer

getTotalMarkers() returns a number, not Array

deepsheth opened this issue · 0 comments

The documentation (https://googlemaps.github.io/js-marker-clusterer/docs/reference.html) says an Array is returned, but instead a number is returned. I'm guessing the output is correct since getTotalClusters() returns a number, not array as well.