bjorn2404 / jQuery-Store-Locator-Plugin

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

Remove infowindow #230

Open alexmanyeki opened 6 years ago

alexmanyeki commented 6 years ago

Hey there. How do you remove the infowindow/infobubble completely; not to shown when marker is clicked? Something that does infowindow.remove()

i tried: infoBubble: null, to no success.

Thanks.