How to use google.maps.event.trigger(map, 'resize')

前端 未结 5 1608
無奈伤痛
無奈伤痛 2020-11-28 12:49

I am new to JS, and have found the answer to a previous question, which brought up a new question, which brought me here again.

I have a Reveal Modal that contains a

5条回答
  •  暖寄归人
    2020-11-28 13:38

    Just add it here

    
    

    BUT you need to put the map as a global variable, so lose the var here

    
    

提交回复
热议问题