Geocoding the Contents of an Address Element With jQuery and the Google Maps API
Here’s a little piece of code I put together Friday that will take the contents of an address element and find it’s latitude and longitude using jQuery and the Google Maps API. var g = new google.maps.Geocoder(); var a = … Continue reading