TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What are some good tools for converting GPS data into a location name?

3 点作者 Devlin_Donnelly超过 12 年前
I am working on a web-based application and I want to read in GPS coordinates provided by the user's browser and output a specific location such as the name of a city or other locality.<p>Thanks for any tips.

3 条评论

gspyrou超过 12 年前
Try using Google maps reverse geocoding <a href="https://developers.google.com/maps/documentation/geocoding/#ReverseGeocoding" rel="nofollow">https://developers.google.com/maps/documentation/geocoding/#...</a>
评论 #4971410 未加载
got2surf超过 12 年前
If by chance you're using Ruby on Rails, then <a href="http://www.rubygeocoder.com/" rel="nofollow">http://www.rubygeocoder.com/</a> is great.
belbn超过 12 年前
<a href="http://www.google.com/search?q=GPSDATA" rel="nofollow">http://www.google.com/search?q=GPSDATA</a>