For one of my clients, I want to be able to display on a map the location of all scheduled service calls for a date.
Apparently there is a way to display such information using Google Maps, but it requires submitting the geocode location of each site (that is, latitude and longitude). So I need to be able to convert street, city, state to geocode.
As a temporary method, I put a button on the form that takes all the addresses for the day and copies them to the clipboard, then opens a website named batchgeo.com. The user has to right-click on a box on the screen, select “Paste” (to copy-in the list of address), then click the “Map now” button on the website. It works, but I’d like to do better.
How can I get the geocode for a specific address so I can directly call the Google Map?