I am pretty new to the Google API. I have in my database some addresses information stored and I am calling it to my page with a PHP while loop. What I would like is that it shows the location of the address in Googlemaps based on street name and city stored in database.
The only way I see how to use Google maps is with latitude and longitude. Is there a way to convert the street name and city into these coordinates so it generate correct maps location on my website?
I hope someone can provide me with an answer. Thank you in advance.