摩托车路线规划
GET
/direction/v2/motorcycle
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.map.baidu.com/direction/v2/motorcycle?origin=4846797.3,12948640.7&ak=&sn='
响应示例响应示例
{
"status": 0,
"message": "string",
"result": {
"restriction": "string",
"total": 0,
"routes": {
"origin": {
"lng": 0,
"lat": 0
},
"destination": {
"lng": 0,
"lat": 0
},
"tag": "string",
"restriction_info": {
"status": 0,
"desc": "string"
},
"distance": 0,
"duration": 0,
"taxi_fee": 0,
"toll": 0,
"toll_distance": 0,
"steps": {
"leg_index": 0,
"direction": 0,
"distance": 0,
"road_name": "string",
"road_type": 0,
"toll": 0,
"toll_distance": 0,
"toll_gate_name": "string",
"toll_gate_location": {
"lng": 0,
"lat": 0
},
"start_location": {
"lng": 0,
"lat": 0
},
"end_location": {
"lng": 0,
"lat": 0
},
"path": "string",
"adcodes": "string",
"traffic_condition": {
"status": 0,
"geo_cnt": 0,
"distance": 0
}
}
}
}
}
请求参数
Query 参数
origin
string
必需
示例值:
4846797.3,12948640.7
destination
string
可选
示例值:
4836829.84,12967554.88
origin_uid
string
可选
destination_uid
string
可选
waypoints
string
可选
coord_type
string
可选
示例值:
bd09mc
ret_coordtype
string
可选
tactics
integer
可选
alternatives
integer
可选
plate_number
string
可选
displacement
integer
可选
gps_direction
integer
可选
radius
number
可选
speed
number
可选
output
string
可选
timestamp
integer
可选
callback
string
可选
ak
string
必需
默认值:
{{ak}}
sn
string
可选
默认值:
{{sn}}
返回响应
修改于 2022-08-22 02:01:24