鼠标悬停时的谷歌地图 v3 标记信息窗口
我已经在 stackoverflow 和其他论坛(包括 google 地图 v3 api 文档)中搜索了答案,但我找不到如何将触发标记信息窗口的事件从点击更改为鼠标悬停在我正在处理的文件中。
我正在使用谷歌库中的一个演示,其中包括融合表层。
您放大集群并查看位置的小红色圆圈标记。 您必须单击才能显示信息窗口。我希望翻转以显示信息窗口。
我的演示在这里: http://www.pretravelvideo.com/gmap2/
functions.js 文件完成了这里的大部分工作: http://www.pretravelvideo.com/gmap2/functions.js
I have scoured stackoverflow and other forums including the google maps v3 api docs for an answer but I cannot find how to change the event that fires the marker info window from click to mouseover in the files I am working with.
I am working with a demo from the google library that includes a fusion table layer.
You zoom into the clusters and see the small red circle markers for locations.
You have to click to reveal an info window. I wish to rollover to reveal the info window.
My demo is here:
http://www.pretravelvideo.com/gmap2/
The functions.js file does most of the work here:
http://www.pretravelvideo.com/gmap2/functions.js
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是一个例子:
http://duncan99.wordpress.com/2011/10/08/google-maps -api-infowindows/
Here's an example:
http://duncan99.wordpress.com/2011/10/08/google-maps-api-infowindows/
感谢邓肯的回答,我最终得到了这个:
Thanks to duncan answer, I end up with this: