I currently have Google Maps integrated into my webpage. It is being used to tell the user where an event is (generally, it's a user submitted event). The previous programmer put it the functionality to center the map on a latitude and longitude, if you knew it. However, most people don't know the latitude and longitude of locations (sometimes they do but...), and the users want to be able to enter just a street address like you do when you go to maps.google.com. How can I get it to do this?
+2
A:
It's called Geocoding and Google exposes public Geocoding services.
Here's a link to the Google Geocoding Developer service
Here's a link to Yahoo's Geocoding API.
Read the docs. You'll send the address and receive back the Latitude and Longitude.
marcc
2009-07-07 16:13:20