Grey area in Google maps

前端 未结 4 1163
时光说笑
时光说笑 2021-01-05 02:19

I have implemented Google maps in my app (in a modal), however as you can see on the images below there is a grey area that I of course want to get rid of. It is possible to

4条回答
  •  时光取名叫无心
    2021-01-05 03:16

    Put google.maps.event.trigger(map, "resize"); in a setTimeout function so that it fires AFTER the event is triggered.

提交回复
热议问题