Google Maps Api v3 自定义 InfoWindow - “google 未定义”错误
尝试在我的基于谷歌地图的应用程序中创建自定义信息窗口。
下一个示例是我的开发基点之一:
http: //gmaps-samples-v3.googlecode.com/svn/trunk/infowindow_custom/infowindow-custom.html
问题是,无论我使用这个还是其他一些示例,在forefox的firebug中我都会遇到错误,
google is not defined
InfoBox.prototype = new google.maps.OverlayView();
你能帮忙吗我该如何解决这个问题,如果没有自定义信息窗口,我将无法继续我的工作......
trying to create custom infowindows in my application that is based on google maps.
next example is one of my base points for development:
http://gmaps-samples-v3.googlecode.com/svn/trunk/infowindow_custom/infowindow-custom.html
problem is that whatever i use this or some other example, in forefox's firebug i'm getting error
google is not defined
InfoBox.prototype = new google.maps.OverlayView();
can you help me how to solve this, i can not continue my work without custom infowindows.....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的错误 - 我没有正确包含 google 地图 api 库 - 我在 http://maps.google.com/maps/api/js?sensor=false
my mistake - i did not include properly google map api library - i included infobox.js before http://maps.google.com/maps/api/js?sensor=false