I currently have a google map that displays multiple markers, some of which overlap due to having identical latitudes and longitudes. To make each marker clickable, I am using the oms library for spiderfying functionality.
Everything is working as expected, but the issue is that it's difficult to differentiate between clustered markers without clicking on each one, which poses a problem for my project.
Is there a way to visually indicate which markers are part of 'spiderfy' clusters?
In addition to the oms library, I am also utilizing the MarkerClustererPlus library for handling clusters. One potential solution could be to use the clusterer library to display a count and then implement a spiderify function upon clicking, although I haven't been able to figure out how to do this successfully.
The following example demonstrates a mix of spiderfy and cluster plugins with Leaflet, but my map is based on Google Maps API with markercluster and the OverlappingMarkerSpiderfier plugin. Is it feasible to incorporate the leaflet cluster plugin into Google Maps? Any assistance would be greatly appreciated.