I have a google map with a bunch of markers. Some of these markers have the same lat / lon as other markers, so sit on top of each other. I use the oms library to allow markers to be spiderfied so that each marker can be clicked.
Everything works perfectly. However, the only way to find out if there are multiple markers is to click the markers, which is a problem for my application.
Is there a way to indicate which tokens are grouped into 'spiderfy' clusters?
I also use the MarkerClustererPlus library to handle clusters. It would be possible to use a library of clusters to provide counting and then βclickβ markup markers, but I could not figure out how to do this.
If you check this example , it is a spiderfy plugin and the plugins mix and work smoothly. But my problem is that I am using google map API using markercluster and OverlappingMarkerSpiderfier . I also searched if we can use the plugin poster for google map? Thank you very much.

source share