Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我制作了一个 Wordpress 插件,可以在其中使用 Google 地图添加酒店及其详细信息。在我使用的插件中,位置不在包含 div 的中心。它是这样显示的。
我需要这样的东西
我使用了以下代码。我无法理解问题所在。
当您动态调整地图 div 的大小或更改其可见性时,通常会出现这种效果。无论哪种情况,您都需要rezize在地图上触发该事件。
rezize
var mapdiv = document.getElementById('map_canvas'); mapdiv.style.display=block; google.maps.event.trigger(map, 'resize');