坐标转换
GET
/v3/assistant/coordinate/convert
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://restapi.amap.com/v3/assistant/coordinate/convert?locations=116.481499,39.990475|116.481499,39.990375&Key='
响应示例响应示例
{
"status": "1",
"info": "ok",
"infocode": "10000",
"locations": "116.487585177952,39.991754014757;116.487585177952,39.991653917101"
}
请求参数
Query 参数
locations
string
必需
示例值:
116.481499,39.990475|116.481499,39.990375
coordsys
string
可选
示例值:
gps
sig
string
可选
output
string
可选
返回响应
修改于 2022-03-22 13:30:39