I am trying to have a custom infowindow box in the google maps api. If that is not possible, I want to at least remove the rounded corners for the popup. Is this possible?
I tried useing
InfoWindow({
content: "<h3>" + title + "</h3>",
boxStyle: { styles }
})
but boxStyle does nothing.
You can use an InfoBox class from Google Maps Utility Library. Or you can write a custom class overriding the default styling