将坐标转换为地图地址

问题描述:

我正在开发一个GPS服务器和跟踪系统:

I am developing a GPS Server and tracking system:


  1. 如何将GPS跟踪设备获取的纬度和经度数据转换成地址数据,以便客户端应用程序报告显示道路名称,而不是坐标?

  2. 如何映射坐标数据,以便跟踪器位置显示在地图上,即谷歌地图或矢量地图?

我会非常感谢您的回答或建议

I'll highly appreciate your answers or suggestions


  1. 使用反向地理编码器。 http://code.google.com/apis/maps/documentation/geocoding/ #ReverseGeocoding

使用Google Maps等地图API。 http://code.google.com/apis/maps/documentation/javascript/

Use a mapping API like Google Maps. http://code.google.com/apis/maps/documentation/javascript/