What is the best way to convert address to latitude/longitude

Hi I have 1000 addresses that need to be converted to latitude and longitude.
Can anyone tell me what is the best way to go about this?

Probably just run a process, for each address search it in google maps and then get the new URL from the address bar. The GPS co-ordinates appear in the URL. use string splitting to extract the GPS co-ordinates and then push to a file

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.