Google Fusion Tables-获取经地理编码的地址的经度和纬度

问题描述:

我有多个Google Fusion Tables,这些表的地理编码地址列为"LOCATION"类型.当我执行SQL查询时,我想返回这些列的纬度和经度结果.有可能吗?

I have multiple Google Fusion tables with geocoded address columns of type "LOCATION". I would like to return the Latitude and Longitude results for those columns when I perform a SQL Query. Is that possible?

否.这不可能.如果要从表中检索该信息,则需要在外部对其进行地理编码,并将地理坐标包括在表中.

No. It is not possible. If you want to retrieve that information from the table, you need to geocode it externally and include the geographic coordinates in the table.