码迷,mamicode.com
首页 > 其他好文 > 详细

Chrome下使用百度地图报错Cannot read property 'minZoom' of undefined

时间:2017-02-09 18:40:03      阅读:1319      评论:0      收藏:0      [点我收藏+]

标签:var   span   color   问题   contain   message   read   cannot   logs   

问题:工作中在Google chome下面的js console里面测试百度地图API

var map = new BMap.Map("container");

map.centerAndZoom(new BMap.Point(116.404, 39.915), 11);
 
TypeError: Cannot read property ‘minZoom‘ of undefined
message: "Cannot read property ‘minZoom‘ of undefined"
stack: (...)
get stack: function () { [native code] }
set stack: function () { [native code] }
__proto__: Error

解决办法:把js代码放到地图DIV容器的下面即可。

Chrome下使用百度地图报错Cannot read property 'minZoom' of undefined

标签:var   span   color   问题   contain   message   read   cannot   logs   

原文地址:http://www.cnblogs.com/mophy/p/6383273.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!