I have a list of 100 companies that I want to geocode. I have all of their addresses but none of their lon/lat coordinates.
I have three columns related to location:
- Address
- Longitude
- Latitude
Is it possible that when file->geocode is clicked (relating to the address column) that it fills in the longitude and latitude columns with the coordinates? I can then read these columns from there on in avoiding the need to geocode again.
Update
On further research it's seems I have to store the geocoded result in a database... not fusion tables as it doesn't seem possible with how I want it to work.