调试 google.maps.FusionTablesLayer

发布于 2025-01-06 21:07:28 字数 284 浏览 2 评论 0原文

创建FusionTablesLayer时是否有failureCallback?有没有办法知道您的查询是否有问题?或者从查询中加载了多少行?

var layer = new google.maps.FusionTablesLayer({ 
       query: {    select: 'address',    
                   from: '198945',
                   where: 'ridership > 5000'  }
 });

Is there any failureCallback when creating a FusionTablesLayer? Is there a way to know if there is a problem with your query? Or how many rows were loaded from the query?

var layer = new google.maps.FusionTablesLayer({ 
       query: {    select: 'address',    
                   from: '198945',
                   where: 'ridership > 5000'  }
 });

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

茶色山野 2025-01-13 21:07:28

对你的两个问题的简短回答是否定的。
我依靠未记录的 Fusion Table JSONP 支持来轻松​​测试查询,而无需担心 GMap 内容,并从特定查询中检索行计数。

Robin Kraft 在以下博客中使用 jQuery 记录了这种 JSONP 方法:

http://www.reddmetrics.com/2011/08/10/fusion-tables-javascript-query-maps.html

旧版本上也对此进行了讨论FT API 谷歌集团。

埃里克

The short answer to both your questions is no.
I've relied on the undocumented Fusion Table JSONP support to both easily test queries without worrying about GMap stuff and as well to retrieve the row count from a particular query.

Robin Kraft documented this JSONP approach using jQuery at this blog:

http://www.reddmetrics.com/2011/08/10/fusion-tables-javascript-query-maps.html

As well there has been discussion of this on the old FT API Google Group.

Eric

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