Open thagul opened 9 years ago
@thagul Did you figure out a way to make this happen?
No, I didn't find a way to do that and unfortunately I've no much time to dig any further. I'm very busy on more urgent issues on my project and this is not one of them
Ok, that's something I'll be adding in 0.1
. Basically (if someone wants to do a PR) it'd need a property on the google-map
component to point to the currently shown info-window, and in the info-window view, use that value to close the old one before updating that property with the new opening one. I know it might be a bit more complex, just no time to work on this now :-/
:+1:
If I add
description
to each markers, and then click on every markers, all infowindows stay open. I would like to show one infowindow at a time, as suggested in the Google Documentation regarding infowindow (https://developers.google.com/maps/documentation/javascript/infowindows#add)I can't find a way to do that. Any suggestion? Thanks