Javascript v3 Fusion Table Layer语言 - ROWID in where clause



如果这个问题已经在其他地方得到解决,请原谅我;我确实搜索了,但找不到有关此特定主题的任何内容。 基本上,ROWID 可以在 where 子句中使用吗?使用 Javascript v3 API 的融合查询,例如:

    var locationLayer = new google.maps.FusionTablesLayer({ 
       query: { 
           select: 'Address', 
           from: 3349066, 
           where: "'ROWID' in ('2076','2077',....)" 
       } 
   }); 
   locationLayer.setMap(map); 

此查询使用不包含 ROWID 的 where 子句,但也许我的语法有问题? 感谢您的帮助。

只是为了让大家知道,我收到了谷歌关于在maps API的where子句中使用ROWID的回应:

四月 6, 2012

嗨[亚伯兰],

不,我认为 rowid 过滤器在地图 API 中不起作用。随意打开功能请求:

http://code.google.com/p/fusion-tables/issues/list

干杯凯瑟 琳

最新更新