douhuan6305 2014-05-27 09:25
浏览 18
已采纳

Google协调PHP中的特定位置

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">        
  • 写回答

1条回答 默认 最新

  • dongzaijiao4863 2014-05-27 09:35
    关注

    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?

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?