参数名称 | 是否必填 | 默认值 | 格式举例 | 说明 |
---|---|---|---|---|
coords | 需转换的源坐标,多组坐标以“;”分隔 (经度,纬度) | string |
419366061,143909387;
419400643,143738167
|
Y |
from | 源坐标类型: 0:凯立德坐标 1:GPS标准坐标(wgs84) 2:火星坐标(gcj02) 3:百度坐标 | Int | 0 | Y |
to | 目标坐标类型: 0:凯立德坐标 2:火星坐标(gcj02) | Int | 2 | Y |
参数名称 | 类型 | 长度 | 描述 |
---|---|---|---|
errorCode | integer | 4 | 错误编码 |
errorMessage | string | 255 | 错误提示 |
result | array |
参数名称 | 类型 | 长度 | 描述 |
---|---|---|---|
0 | string | 经度 | |
1 | string | 纬度 |
https://api.careland.com.cn/api/v2/pub/geoconv?ak=您的密钥&coords=419366061,143909387;419400643,143738167;418180878,144152599&from=0&to=2