Is there a way to show/ hide infoWindow for a marker on click of something like button etc.
I have a scenario where I have loaded markers and infoWindow content from my JSON on the map, and have associated images on the page. I need to show the corresponding infoWindow on click of the image.
When I click the marker on the map, I am able to see the infoWindow. But I want to reproduce the same thing on click of the image.
A nudge towards the approach would be a great help.