Google Maps don't fully load

前端 未结 7 2007
無奈伤痛
無奈伤痛 2020-12-29 08:32

I have a somewhat strange problem. I have two maps on my site, a big one and a small one. I want to use the big one to show a route to a certain address. I\'m now trying to

7条回答
  •  佛祖请我去吃肉
    2020-12-29 09:16

    You are using pop up window with jQuery, and I guest you call initialize() function when document is ready ( $(document).ready(function() {initialize(); }) ). Try call initialize() function after pop up windown showed.

    Johnny

提交回复
热议问题