根据Google地图Api代码示例,我无法平移和缩放此基本地图。
地图 here 。
正如您在控制台中看到的,我收到了第一个错误:
Uncaught TypeError: Cannot read property 'getAttribution' of undefined
在我用鼠标去地图后,很多:
Uncaught TypeError: Cannot read property 'offsetX' of undefined
我可以通过加入 this library 来进行缩放和平移工作。
但在这种情况下,我得到的控件错误,如 this capture 。