I am trying to create a custom infowindow window on google maps api. If this is not possible, I want to at least remove the rounded corners for the popup. Is it possible?
I tried to use
InfoWindow({ content: "<h3>" + title + "</h3>", boxStyle: { styles } })
but boxStyle does nothing.
javascript google-maps google-api
Phil
source share