Carter Medlin
Carter Medlin

Reputation: 12495

Google Fusion Tables - Get the Latitude and Longitude for a geocoded address

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?

Upvotes: 1

Views: 507

Answers (1)

geocodezip
geocodezip

Reputation: 161384

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.

Upvotes: 2

Related Questions