apneadiving / Google-Maps-for-Rails

Enables easy Google map + overlays creation in Ruby apps
https://apneadiving.github.io/
MIT License
2.27k stars 382 forks source link

Disable clustering for a single marker #564

Open jfloff opened 5 years ago

jfloff commented 5 years ago

Hi, I wanted to disable cluster for a single marker (that would show the user's location), but so far I have only been able to disable the clustering all together. Is there any workaround for this?

Thank you,