bjorn2404 / jQuery-Store-Locator-Plugin

A store locator plugin using Google Maps API version 3
MIT License
495 stars 235 forks source link

Server-side clustering #194

Closed kamov closed 6 years ago

kamov commented 7 years ago

I would like to know if possible with your plugin to implement server-side clustering like this https://github.com/biodiv/anycluster

demo: https://www.anymals.org/nx/bigmap/

This load new locations when you drag map or zoom map.

Thanks

bjorn2404 commented 6 years ago

The plugin supports MarkerClusterer with the markerCluster setting. When set, that setting value (needs to be an object) gets passed in to the third parameter of the MarkerClusterer constructor (options object). https://googlemaps.github.io/js-marker-clusterer/docs/reference.html