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

Allow to display an InfoWindow without depending on markers. #39

Closed paodb closed 2 years ago

paodb commented 3 years ago

Right now, InfoWindows are attached to Markers but it will be a nice feature to be able to display InfoWindows in a specific location without depending on having a Marker. See: https://developers.google.com/maps/documentation/javascript/infowindows#add

mlopezFC commented 2 years ago

It would be nice to add a specific use case for this.

paodb commented 2 years ago

According to the documentation, typically an info window is attached to a marker but it can also be attached to a specific latitude/longitude. I thought that it could be something useful to have but I'm having second thoughts about it, I have no specific use case, just that it is possible to use the feature that way also.