How do i Use the Google Co-ordinates for selected location.. I am using PHP and jQuery. And this is my Fiddle...
<input type="radio" name="r"><label>New York</label>
<input type="radio" name="r"><label>Paris</label>
<input type="radio" name="r"><label>Los Angeles</label>
Latitude <input type="text">
Longitude <input type="text">
This from the google developer documentation for their geocoding api:
Geocoding is the process of converting addresses (like "1600 Amphitheatre Parkway, Mountain View, CA") into geographic coordinates (like latitude 37.423021 and longitude -122.083739)
Is that what you need?