GPS.NET API接口文档

WGS84坐标转换为高德坐标系

 接口名称

 GetCoordAMapFromWGS84

 参数说明:

参数

必须

说明

lon

经度

lat

纬度

 

正确的json返回结果 :

{

    "success": true,

    "datas": [

        {

            "Longitude,  Latitude"  // 经度,纬度

        }

    ],

    "errmsg": "",

    "errcode": 200

}

猜你喜欢

转载自www.cnblogs.com/shengya/p/13173864.html