xkjyeah / vue-google-maps

Google maps component for vue with 2-way data binding
https://xkjyeah.github.io/vue-google-maps/
1.88k stars 474 forks source link

How to implement OverlappingMarkerSpiderfier with vue-google-maps #768

Open RijaCloud opened 3 years ago

RijaCloud commented 3 years ago

I have an application in which I need the spiderfier plugin to show the marker with the same positions, but I am stuck. After many research I found no solution to my problem.

What is the best way to implement OverlappingMarkerSpiderfier with vue-google-maps ?

Thank you