【问题标题】:Google Co-ordinates for specific location in PHPPHP中特定位置的Google坐标
【发布时间】:2014-07-16 03:31:43
【问题描述】:

我如何为选定的位置使用 Google 坐标。我使用的是 PHP 和 jQuery。 而this 是我的小提琴......

<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">        

【问题讨论】:

标签: php jquery google-maps radio-button


【解决方案1】:

来自the google developer documentation for their geocoding api

地理编码是将地址(例如“1600 Amphitheatre Parkway, Mountain View, CA”)转换为地理坐标(例如纬度 37.423021 和经度 -122.083739)的过程

这是你需要的吗?

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-10-11
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多