Disable CSS Styles in Google Maps (3.14) Infowindow

前端 未结 11 1028
再見小時候
再見小時候 2021-02-05 02:39

In google maps version 3.14 there are some new css rules added for the custom infowindow. I use the infobox plugin and now many of my elements styles are overwritten.

Fo

11条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-05 03:18

    InfoBox also provides style element in options

    var labelOptions = {
      content: label,
      boxStyle: {
      //Insert style here
      },
      .
      .
    }
    

提交回复
热议问题