1

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?

Carter Medlin
  • 11,857
  • 5
  • 62
  • 68

1 Answers1

2

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.

geocodezip
  • 158,664
  • 13
  • 220
  • 245
  • As far as I can figure this is correct, but it seems nuts that they don't allow you to select this or have it as some form of pseudo-column. – Ben D Jul 08 '16 at 01:41