a在我的Google地图中为空

时间:2012-06-08 08:52:28

标签: javascript google-maps google-maps-api-3 google-maps-api-2

我将javascript代码放在main.js文件中。有以下内容:

http://jsfiddle.net/Rochefort/Q7Vwg/(无法在此处复制我的代码)

但是在检查Firebug时,我收到了这个错误:

''在29.行中是'null'。

enter image description here

我的问题是什么?

2 个答案:

答案 0 :(得分:2)

我有一次这个错误。确保地图脚本仅在使用地图的页面上运行。您可以使用“if”检查地图是否存在。像这样:

if ($('mapClass').length>0) { 
   // here you run the google maps functions 
}

答案 1 :(得分:1)

a is null通常表示您的地图未初始化并且您正在尝试使用它