Google 地图 API(获取 Lat Lon 附近的位置)

发布于 2024-11-02 08:12:18 字数 301 浏览 1 评论 0原文

当用户在我们的网站中输入真实世界的地址时。我们使用脚本获取纬度和经度,并使用它来传播 gMap。

然而我想做的是......

如果用户在搜索框中输入一个郊区(即在我们的数据库中) 然后单击一个复选框,以包含周围的郊区,我们如何设置邻近代码来搜索该郊区,获取纬度和经度,并返回该半径内其他地址的结果,或者实质上获取纬度和经度附近的位置。

这有道理吗?我一整天都在谷歌上摸索,但没有真正的运气。

我确信一定有一种方法、API 或某些公式来显示原始 LAT LONG 地理位置附近位置的搜索结果。

任何帮助表示赞赏

when a user types a real world address into our website. We grab the latitude and longitude using a script , and use this to propagate a gMap.

However what I would like to do, is ...

If user types into search box, a suburb ( that is in our DB )
And clicks a checkBox , to include surrounding suburbs, how we could set a proximity code to search for that suburb , grab the lat and long and also return results for other addresses within that radius , or in essence Get Locations near Lat and Long.

Does this make sense, ? I have been scrabbling around on Google all day, with no real luck.

I am sure there must be a way, or API or some formula, for displaying search results of locations within the vicinity of the original LAT LONG geo location.

Any help appreciated

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

迷爱 2024-11-09 08:12:18

“Google Places API”处于“有限开发者预览版”,您必须请求所需的凭据才能使用它。请参阅 http://code.google.com/apis/maps/documentation/places/< /a> 了解详细信息。

There is the 'Google Places API' which is in 'limited developer preview', you have to request the required credentials to use it. See http://code.google.com/apis/maps/documentation/places/ for the details.

很快妥协 2024-11-09 08:12:18

您还可以使用 Yahoo 的服务根据 Flickr 查找附近的地点,尝试测试控制台 http://developer.yahoo.com/yql/console/#h=select%20*%20from%20flickr.places%20where%20lat%3D43%20and%20lon%3D-94

You could also use Yahoo's service to find places nearby according to Flickr, try the test console at http://developer.yahoo.com/yql/console/#h=select%20*%20from%20flickr.places%20where%20lat%3D43%20and%20lon%3D-94

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文