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?
Share
With the Google Maps Geocoding API.