FlowingCode/GoogleMapsAddon

Allow to display an InfoWindow without depending on markers.

Closed this issue · 2 comments

paodb commented

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

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

paodb commented

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.