Searches locations based off of a list addresses to find Latitude and Longitude Points
Needed for this project to work you need:
- Google Places API key – this will actually allow you to grab the lat-longs
- Initial data needs to be typed in a specific way
Google Places API key is a unique number that Google allows you to look through their stuff to grab anything that you want for your project – in this case lat-longs and addresses.
Inorder for this to work we need the data to be in a certain way. Note all of them should be in TEXT/strings:
Job Number, Address, City, State/Providence/etc name, Country
This is a console program that runs in the console.
GitHub