I would like to set the size of an infowindow to fit the content inside. The standard infowindow is too wide I tried to use maxWidth but it doesn\'t seem to work. What is the be
For me this CSS works fine:
.gm-style-iw { width: 324px !important; height: 120px !important; }