Google Maps Api v3 自定义 InfoWindow - “google 未定义”错误

发布于 2024-09-28 04:56:09 字数 486 浏览 3 评论 0原文

尝试在我的基于谷歌地图的应用程序中创建自定义信息窗口。

下一个示例是我的开发基点之一:

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

愛放△進行李 2024-10-05 04:56:09

我的错误 - 我没有正确包含 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文