将坐标转换为地图地址
我正在开发 GPS 服务器和跟踪系统:
- 如何将从 GPS 跟踪设备获取的纬度和经度数据转换为地址数据,以便客户端应用程序报告显示道路名称而不是坐标?
- 如何映射坐标数据,以便跟踪器位置显示在地图上,即谷歌地图或矢量地图上?
我将非常感谢您的回答或建议
I am developing a GPS Server and tracking system:
- How can I convert latitudes and longitudes data got from a GPS tracking device into address data so that the client application report be displaying road names instead of coordinates?
- How can I map the coordinate data so that tracker position be displayed on a map i.e. google maps or vector maps?
I'll highly appreciate your answers or suggestions
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用反向地理编码器。 http://code.google.com/apis/maps/documentation/geocoding/ #ReverseGeocoding
使用 Google 地图等地图 API。 http://code.google.com/apis/maps/documentation/javascript/
Use a reverse geocoder. http://code.google.com/apis/maps/documentation/geocoding/#ReverseGeocoding
Use a mapping API like Google Maps. http://code.google.com/apis/maps/documentation/javascript/
在这里您可以找到如何将 GPS 坐标转换为php 的完整地址?
在 Ruby 中:
Here you find How to convert GPS coordinates to a full address with php?
And in Ruby: