googlearchive / js-marker-clusterer

A marker clustering library for the Google Maps JavaScript API v3.
https://googlemaps.github.io/js-marker-clusterer/docs/reference.html
Apache License 2.0
1.28k stars 775 forks source link

if array index start is not 1 then cluster cannot show #92

Open bestpika opened 7 years ago

bestpika commented 7 years ago

I have a markers array like a[10] = ... a[11] = ... markercluster cannot show any poi. But v3-utility-library/markerclustererplus can.