Google Fusion Table Double Click(dblClick) [英] Google Fusion Table Double Click (dblClick)

查看:267
本文介绍了Google Fusion Table Double Click(dblClick)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用Fusion Table来覆盖某些州的县。在单击,我显示一个弹出显示县的详细措施。我被要求在dblclick事件上钻取更多信息(钻取到另一个报表/地图)。我理解,地图触发dblclick事件所有的时间,除非dblclick是在一个标记或覆盖。现在有了这个长的介绍说...任何人都可以帮助我得到dblclick

I am using a Fusion Table to overlay counties on some states. On a single click, I display a popup showing the detail measures for the county. I was asked to drill into more information (drill-through to another report/map) on a dblclick event. I understand that the map fires the dblclick event all the time except when the dblclick is on a marker or an overlay. Now with that long introduction said... can anyone help me get the dblclick

google.maps.event.addListener(ftLayer, 'dblclick', function(e) {
        var url ="http://the_URL";
        window.location.href = url;
});


推荐答案

Fusion Tables图层目前未启用dblclick。请随时打开功能请求:

dblclick is not currently enabled on Fusion Tables Layers. Please feel free to open a feature request:

http://code.google.com/p/gmaps-api-issues/issues/list

这篇关于Google Fusion Table Double Click(dblClick)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆