谷歌融合表纬度,经度而不是位置

时间:2015-06-12 10:10:32

标签: javascript google-fusion-tables

我使用了融合表格图层查询来使用Location

来检索地点
   layer = new google.maps.FusionTablesLayer({
    query: {
        select: 'Location',
        from: '****************************',
        where: 'ST_INTERSECTS(\'Location\', CIRCLE(LATLNG(' + position.lat() + ', ' + position.lng() + '),' + 5000 + '))',
        limit: 500
    }
});

正如谷歌所说, enter image description here

我们如何使用latitude, longitudelocation中查询地点而不是select and where condition

1 个答案:

答案 0 :(得分:1)

对于两列纬度/经度,请使用第一列的名称,即定义为纬度的列,在您的情况下为Latitude