将坐标转换为地名
我正在使用 HTML5 Geolocation API 来查找我网站用户的经度和纬度。这可行,但现在我想在屏幕上显示“您当前位于......”。所以我需要将从 Geolocation API 获得的这些坐标转换为地名。
我尝试了一下 Google Maps API,但没有成功。
有谁知道该怎么做?
I am using the HTML5 Geolocation API to find the longitude and the latitude from the users of my site. This works, but now I would like to show on the screen "You currently are in ...". So I need to convert these coordinates I get from the Geolocation API to a place name.
I tried a bit with Google Maps API, but I didn't get it working.
Does anyone knows how to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Google Maps API 文档似乎提供了完整的反向地理编码示例。 (请注意,这是新的 V3 API!)
The Google Maps API Docs have what seems to be a complete reverse geocoding example. (Note that this is the new V3 API!)