Google Fusion Tables - 关闭 infoWindowHtml 的事件
当前使用 infoWindowHtml
在 Ajax 请求中填充工具提示。不过,如果可能的话,我想在活动中删除这个东西,那就太棒了。有什么想法吗?
或者我必须先执行 infowindow.setContent()
然后执行 .open
?
Currently using infoWindowHtml
to populate the tooltip within an Ajax request. Though, I would like to just remove the thing on an event if possible, that would be fantastic. Any Ideas?
Or do I have to do infowindow.setContent()
and then .open
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以创建自己的信息窗口,这样您就可以控制它们的打开时间、显示位置、内容内容以及关闭时间。以下是基本步骤:
以下是信息窗口参考的链接,了解更多信息:
http:// /code.google.com/apis/maps/documentation/javascript/reference.html#InfoWindow
You can create your own info windows, which allow you control over when they're opened, where they display, what the content is, and when they close. Here are the basic steps:
Here's a link to the info window reference for more information:
http://code.google.com/apis/maps/documentation/javascript/reference.html#InfoWindow