FlowingCode / GoogleMapsAddon

Vaadin Addon based on Google Maps Web Component
https://www.flowingcode.com/en/open-source/
Apache License 2.0
20 stars 7 forks source link

Info window doesn't work #51

Closed paodb closed 2 years ago

paodb commented 2 years ago

From directory:

I face a problem: I use a marker but I can't show the info window on both cases:

when a click on it, or through setInfoWindowVisible() method I can reproduce it on your official demo: changing tab from 'Google Maps Demo' to another one (e.g. 'Add Markers Demo') and then back again to 'Google Maps Demo', when I do click on the marker the info window does not appear again (neither the icons on the polygon).

paodb commented 2 years ago

Same issue as #45. Info window is set by calling executeJs instead of setting a property.