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.
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.
Share Improve this question asked Mar 26, 2011 at 18:27 PhilPhil 11.2k17 gold badges72 silver badges105 bronze badges1 Answer
Reset to default 11You can use an InfoBox class from Google Maps Utility Library. Or you can write a custom class overriding the default styling