I m developing one application in which i m having the address of particular person, now i want to find the location of that person on google map. I want to save the latitude and longitude of that person when i m saving his details. How can i find the latitude and longitude from the address?
In address, i m saving his city, state , country, street, etc.
Thanks,
Saloni
The thing you want to do is called geocoding, see the page on Google Geocoding API
Update:
Probably you will need this function. It is able to iterate over an array and execute a callback after each geocoding return:
Don’t forget to include Google Maps API JS file before your script.