浏览器版本低!无法浏览完整内容,建议升级或更换浏览器。
公交路线规划
下载开发文档
API服务地址

https://api.map.baidu.com/direction/v2/transit?origin=40.056878,116.30815&destination=31.222965,121.505821&ak=您的AK
//GET请求

请求参数
字段名称含义字段类型必填备注
origin起点

"double,double",格式为:纬度,经度,小数点后不超过6位,如:“40.056878,116.30815”

必填
destination终点

"double,double",格式为:纬度,经度,小数点后不超过6位,如:“40.056878,116.30815”

必填
origin_uid

POI 的 uid(在已知起点POI 的 uid 情况下,请尽量填写uid,将提升路线规划的准确性,
使用地点检索服务获取uid
使用地点输入提示服务获取uid )

string选填
destination_uid

POI 的 uid(在已知终点POI 的 uid 情况下,请尽量填写uid,将提升路线规划的准确性,
使用地点检索服务获取uid
使用地点输入提示服务获取uid )

string选填
coord_type起终点的坐标类型string选填

坐标类型,可选参数,默认为bd09ll。允许的 值为
bd09ll(百度经纬度坐标)、
bd09mc (百度墨卡托坐标)、
gcj02(国测局加密坐 标)、
wgs84(gps设备获取的坐标)

departure_date出发日期string选填

可指定出发日期,若不填默认规则如下:
1. 若为起终点为同城:则默认为当天
2. 若为起终点为跨城:则默认第二天

departure_time出发时间区间string选填

出发时间区间,格式为:
1. hh:mm-hh:mm,如”08:00-14:00”:表示只查询发车时间在8点至14点之间的方案
2. hh:mm,如”08:00” :表示只查询发车时间在8点至24点的方案

tactics_incity市内公交换乘策略int(0-5)选填

默认为0
可选值:
0 推荐
1 少换乘
2 少步行
3 不坐地铁
4 时间短
5 地铁优先

tactics_intercity跨城公交换乘策略int(0-2)选填

默认为0
可选值:
0 时间短
1 出发早
2 价格低

trans_type_intercity跨城交通方式策略int(0-2)选填

默认为0
可选值:
0 火车优先
1 飞机优先
2 大巴优先

ret_coordtype返回值的坐标类型string选填

默认为百度经纬度坐标:bd09ll
可选值:
bd09ll:百度经纬度坐标
gcj02:国测局坐标

output输出类型string选填

默认为json
可选值:
json
xml

page_size返回每页几条路线int(1-10)选填

默认为10

page_index返回第几页int选填

默认为1

ak

开发者密钥AK申请

string必填
sn

用户的权限签名,当AK设置为SN校验时,该参数必填SN计算方法

string选填
timestamp时间戳,与SN配合使用int64SN存在时必填SN存在时必填
callback回调函数,用于解决浏览器请求跨域问题string选填仅再output=json时,该参数有效
返回参数
字段名称字段含义字段类型备注
status状态码int0:成功
1:服务器内部错误
2:参数无效
1001:没有公交方案
1002:不支持跨域
message状态码对应的信息string
result返回的结果dict如果status为1001 或1002,此字段为null
origin
city_id起点城市IDstring
city_name起点城市名称string
location
lng起点坐标的经度值double坐标系由ret_coordtype设置
lat起点坐标的纬度值double坐标系由ret_coordtype设置
destination
city_id终点城市IDstring
city_name终点城市名称string
location
lng终点坐标的经度值double坐标系由ret_coordtype设置
lat终点坐标的纬度值double坐标系由ret_coordtype设置
taxi
detail出租车的详细信息 array
desc白天还是夜间string仅在同城请求时才返回
km_price每公里价格(元)double仅在同城请求时才返回
start_price起步价(元)double仅在同城请求时才返回
total_price总价(元)double仅在同城请求时才返回
distance出租车预计里程数int仅在同城请求时才返回
duration出租车预计耗时int仅在同城请求时才返回
remark出租车备注信息string仅在同城请求时才返回
total所有路线的总数int符合条件的所有routes 的总数
routes每页page_size 条,第page_index页的路线array请求中指定的page_index 和page_size 的部分。数组元素个数为page_size,每个元素代表从起点到终点的一条路线。
distance本条路线的总距离(米)int
duration本条路线的总耗时(秒)int
arrive_time本条路线预计到达时间string格式为2016-04-05 17:06:10
price本条路线的总票价(元)double境外地区此字段值为null
price_detail车票详细信息array起终点为境内同城时此字段为一个数组,数组中的每一项都有ticket_type 和ticket_price 两个字段;
起终点为境内跨城时,该字段为一个空的数组。
ticket_type票类型int(0-1)0 公交票价;1 地铁票价
ticket_price价格(元)double本类型的票的总价
steps本条路线有几个step(步骤)array数组,数组中的每一项是一步(step)。每条路线都由多个step组成。
起终点为同城时,比如从奎科大厦到西直门分3个step,第一步是奎科大厦步行到上地五街,第二步是上地五街到上地地铁站,第三步是上地地铁站到西直门;
起终点为跨城时,比如从奎科大厦到天津大学分3个step,第一步是奎科大厦到北京南站,第二步是北京南站到天津站,第三步是天津站到天津大学。
schemes本step 中的有几个scheme(方案)或sub_step(子步骤)array当起终点为同城时,一个step 中可能会有多个scheme(方案),上述同城的第二步上地五街到上地地铁站可以坐205或447,每一种是一个scheme;
当起终点为跨城时,一个step 中可能会有多个sub_step(子步骤),上述跨城的第一步从奎科大厦到北京南站分为多个sub_step(子步骤),这里的每个子步骤类似同城时的一个scheme(方案)。
distance本step 的距离(米)int
duration本step 的耗时(秒)int
instructions本step 的描述string
path本step 中的关键点坐标string坐标系由ret_coordtype设置,示例:“116.321858,40.039183;116.3216343,40.039141”
traffic_condition本step 中的路况信息array目前无输出
start_location
lng本step 起点经度double坐标系由ret_coordtype设置
lat本step 起点纬度double坐标系由ret_coordtype设置
end_location
lng本step 终点经度double坐标系由ret_coordtype设置
lat本step 终点纬度double坐标系由ret_coordtype设置
vehicle_info
type本step 中交通方式的类型int1:火车
2:飞机
3:公交
4:驾车
5:步行
6:大巴
detail交通方式的具体信息火车、飞机、大巴、公交4 种交通方式的这个字段有各自的格式,参见下面的文档,步行和驾车为null。
火车:vehicle_info 中type=1(火车)时detail 字段格式
字段名称含义字段类型备注
name火车车次名称string
price总票价double
booking订票电话 string
departure_station上车火车站名称string
arrive_station下车火车站名称string
departure_time发车时间 string所乘的火车在上车火车站的发车时间
arrive_time到站时间string所乘的火车在下车火车站的到站时
start_info
start_name起点站名string
start_city起点所在城市名称string
start_time出发时间string
end_info
end_name终点站名string
end_city终点所在城市名称string
end_time抵达时间string
飞机:vehicle_info 中type=2(飞机)时detail 字段格式
字段名称含义字段类型备注
name航班名称string
price总票价double
discount折扣double
airlines航空公司string
booking订票网址string
departure_station登机机场名称string
arrive_station下飞机机场名称string
departure_time飞机起飞时间 string
arrive_time飞机降落时间string
start_info
start_name起点站名string
start_city起点所在城市名称string
start_time出发时间string
end_info
end_name终点站名string
end_city终点所在城市名称string
end_time抵达时间string
公交:vehicle_info 中type=3(公交)时detail 字段格式
字段名称含义字段类型备注
name公交线路名称string
type市内公交的具体类型int

只有同城公交才会有此字段
0:普通日行公交车
1:地铁、轻轨
2:机场巴士(前往机场)
3:有轨电车
4:机场巴士(从机场返回)
5:旅游线路车
6:夜班车
7:机场巴士(机场之间)
8:轮渡
9:其他
10:快车
11:慢车
12:机场快轨(前往机场)
13:机场快轨(从机场返回)
14:机场轨道交通环路

stop_num途经站点数int
on_station上车站点名称string
off_station下车站点名称string
first_time始发车发车时间string指的是从上车站点到下车站点这个方向上的始发车发车时间
last_time末班车发车时间 string指的是从上车站点到下车站点这个方向上的末班车发车时间
start_info
start_time首班车时间string
start_ uid起点poi 的 uidstring
start_name起点公交站名称string
end_info
end_time末班车时间string
end_ uid终点POI 的 uidstring
end_name终点公交站名称string
大巴:大巴:vehicle_info 中type=6(大巴)时detail 字段格式
字段名称含义字段类型备注
name大巴班次名称string
price总票价double
booking订票网址string
provider_name合作方名称string
provider_url合作方官网地址string
departure_station上车汽车站名称string
arrive_station下车汽车站名称string
departure_time发车时间string
arrive_time到站时间string
start_info
start_name起点站名string
start_city起点所在城市名称string
start_time出发时间string
end_info
end_name终点站名string
end_city终点所在城市名称string
end_time抵达时间string
如您需要获取未来驾车路线规划,驾车路线历史耗时,建议出发时间,途经点智能路线规划,请点击未来驾车路线规划驾车路线历史耗时建议出发时间途经点智能路线规划
示例代码
填写您的AK

输入AK可生成包含IP/SN校验方式的代码

<?php
// 此处填写你在控制台-应用管理-创建应用后获取的AK
$ak = '您的AK';
// 发起一个http get请求,并返回请求的结果
// $url字段为请求的地址
// $param字段为请求的参数
function request_get($url = '', $param = array()) {
if (empty($url) || empty($param)) {
return false;
}
$getUrl = $url . "?" . http_build_query($param);
$curl = curl_init(); // 初始化curl
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false); // 跳过证书检查
curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, 2); // 从证书中检查SSL加密算法是否存在
curl_setopt($curl, CURLOPT_URL, $getUrl); // 抓取指定网页
curl_setopt($curl, CURLOPT_TIMEOUT, 1000); // 设置超时时间1秒
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1); // curl不直接输出到屏幕
curl_setopt($curl, CURLOPT_HEADER, 0); // 设置header
$data = curl_exec($curl); // 运行curl
if (!$data) {
print("an error occured in function request_get(): " . curl_error($curl) . "\n");
}
curl_close($curl);
return $data;
}
// 请求地址
$url = 'https://api.map.baidu.com/direction/v2/transit';
// 构造请求参数
$param['origin'] = '40.056878,116.30815';
$param['destination'] = '31.222965,121.505821';
$param['ak'] = $ak;
$res = request_get($url, $param);
// 将原始返回的结果打印出来
print("请求的原始返回结果为:\n");
print($res . "\n");
?>
{
"status": 0,
"type": 2,
"result": {
"origin": {
"city_id": 131,
"city_name": "北京市",
"location": {
"lng": 116.3081418168,
"lat": 40.056871561538
}
},
"destination": {
"city_id": 289,
"city_name": "上海市",
"location": {
"lng": 121.50581834502,
"lat": 31.222960154925
}
},
"total": 1,
"routes": [
{
"distance": 32051,
"duration": 24060,
"arrive_time": "2023-03-15 11:51:00",
"price": 631,
"price_detail": [],
"steps": [
[
{
"distance": 700,
"duration": 596,
"instructions": "步行700米",
"path": "116.30822266429,40.056885367807;116.30809690152,40.057182201905;116.30771063015,40.058051987341;116.30792622347,40.058162435484;116.30798910486,40.058217659488;116.30815079985,40.05838333123;116.30808791847,40.05852829367;116.30804300319,40.058631838081;116.30813283374,40.058652546944;116.30877961371,40.058797508807;116.30958808867,40.058997693727;116.31089063166,40.059301421438;116.31105232665,40.059335935864;116.31107927581,40.059335935864;116.31116012331,40.059356644512;116.31139368274,40.05941186754;116.31142961496,40.059418770416;116.31146554718,40.05942567329;116.31149249635,40.05942567329;116.31163622523,40.059487799131;116.31168114051,40.059508507732;116.31174402189,40.059536119189;116.31187876772,40.059612050641;116.31203147965,40.059329032981;116.3120224966,40.059329032981;116.31214825937,40.05939115891;116.31214825937,40.05939115891;116.31218419159,40.059398061787;116.31218419159,40.059398061787;116.31223808992,40.059418770416;116.3122830052,40.059398061787;116.3125435138,40.059108140325;116.31257944602,40.059039111222;116.31257944602,40.059039111222",
"traffic_condition": [],
"start_location": {
"lng": 116.3081418168,
"lat": 40.056871561538
},
"end_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 13359,
"duration": 1260,
"instructions": "西二旗站(A1北口)乘地铁13号线(西直门方向)经过6站到西直门站",
"path": "116.31258842907,40.059046014136;116.31280402239,40.058666352849;116.31298368349,40.05828668943;116.31505876922,40.055028399332;116.31619961722,40.053495844184;116.31922690679,40.049602169471;116.32102351781,40.047316947463;116.32103250086,40.04730313924;116.32103250086,40.04730313924;116.32308962048,40.044693334536;116.32457182457,40.043008645212;116.3254072487,40.041765814717;116.32656606281,40.039328419721;116.32683555446,40.038693163539;116.32683555446,40.038693163539;116.32706911389,40.038120046865;116.33010538652,40.030372137803;116.33232420112,40.024943929738;116.33297098109,40.024059905521;116.34142403594,40.01652451175;116.34252895172,40.015446971686;116.34322064696,40.014466119026;116.34365183361,40.013423084059;116.34383149471,40.012518186403;116.34389437609,40.010950129007;116.34385844387,40.010197172243;116.34410098636,40.007371782767;116.3444333594,39.998563271813;116.3444333594,39.998563271813;116.3446130205,39.994016941184;116.34471183411,39.992552100987;116.34525081741,39.989663785561;116.3458526821,39.986063583697;116.34640963152,39.983112795804;116.3466342079,39.982062367237;116.3466342079,39.982062367237;116.34687675039,39.981115585435;116.34714624204,39.980369207979;116.34898776833,39.977984891604;116.35096404046,39.975296387921;116.35135031183,39.974473919484;116.35161082042,39.973471738576;116.35181743069,39.972027189687;116.35181743069,39.972027189687;116.35196115957,39.970983501246;116.35224861734,39.969193296248;116.35232946483,39.968695624688;116.3527965837,39.967043605409;116.35352421116,39.965557444897;116.3549974322,39.962695630139;116.35694675515,39.959100909125;116.3582582812,39.956453137021;116.35830319647,39.955706488089;116.35793489121,39.953590938161;116.35788997594,39.952519310905;116.3597584514,39.94745823608",
"traffic_condition": [],
"start_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
},
"end_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁13号线",
"line_id": "7ad85451ff003ccb5d17c3b7",
"type": 1,
"stop_num": 6,
"on_station": "西二旗站(A1北口)",
"off_station": "西直门站",
"first_time": "05:10",
"last_time": "23:26",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "清河站",
"stop_location": {
"lng": 116.3210378907,
"lat": 40.047308731571
}
},
{
"stop_name": "上地",
"stop_location": {
"lng": 116.32683636293,
"lat": 40.038699170881
}
},
{
"stop_name": "五道口",
"stop_location": {
"lng": 116.34443389838,
"lat": 39.998568246354
}
},
{
"stop_name": "知春路",
"stop_location": {
"lng": 116.34664175366,
"lat": 39.982068241389
}
},
{
"stop_name": "大钟寺",
"stop_location": {
"lng": 116.3518203951,
"lat": 39.97203368677
}
}
],
"start_info": {
"start_time": "05:10",
"start_uid": "4e2e5e35444596fbf4eafc53",
"start_name": "西二旗站(A1北口)",
"start_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
}
},
"end_info": {
"end_time": "23:26",
"end_uid": "eb368582b6f2d35bac31e5de",
"end_name": "西直门站",
"end_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
}
}
}
}
},
{
"distance": 423,
"duration": 352,
"instructions": "站内通道换乘 步行423米",
"path": "116.35974946834,39.947451321785;116.3597584514,39.947465150374;116.35973150223,39.947561950418;116.3601177736,39.947568864701;116.36118675716,39.946912004619;116.361159808,39.946891261566;116.36117777411,39.946891261566;116.36119574022,39.946898175918;116.3614382827,39.94671148817;116.36150116409,39.946683830682;116.36170777436,39.946614686913;116.36170777436,39.946614686913;116.36176167269,39.946607772532;116.36204014739,39.946628515673;116.36204014739,39.946621601293;116.36211201184,39.945999304267;116.36211201184,39.945999304267;116.36210302878,39.946020047593",
"traffic_condition": [],
"start_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
},
"end_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 9917,
"duration": 1200,
"instructions": "西直门站乘地铁4号线大兴线(天宫院方向)经过9站到北京南站(C南口)",
"path": "116.36211201184,39.946020047593;116.36211201184,39.946020047593;116.36481591142,39.946213651665;116.36942421869,39.946386511976;116.37413133956,39.946580115002;116.37789523965,39.946676916308;116.37835337546,39.946593943769;116.37890134182,39.946317367905;116.37915286736,39.945923245351;116.37931456235,39.939748359884;116.37931456235,39.939748359884;116.37972778289,39.931027884146;116.37976371511,39.930246375256;116.37976371511,39.930246375256;116.37979066427,39.929478689626;116.38021286786,39.922963386572;116.38022185092,39.922133366781;116.38022185092,39.922133366781;116.38024880008,39.921123495693;116.38032964758,39.9205908864;116.38051829174,39.914607391176;116.38057219007,39.913306862386;116.38057219007,39.913306862386;116.38059913923,39.911985554986;116.38079676644,39.906921458347;116.38084168172,39.905876768511;116.38096744449,39.895380549836;116.38096744449,39.895380549836;116.38089558005,39.884619724788;116.38089558005,39.884619724788;116.38089558005,39.880155731832;116.38117405476,39.879020654354;116.3817849025,39.878217783239;116.38269219107,39.877318002626;116.38325812354,39.876715835108;116.38402168322,39.875608386679;116.38460558181,39.874493998502;116.38497388706,39.873400357578;116.38528829399,39.872542044795;116.38567456536,39.871039971374",
"traffic_condition": [],
"start_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
},
"end_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁4号线大兴线",
"line_id": "1479a7007b19e457ebf8536c",
"type": 1,
"stop_num": 9,
"on_station": "西直门站",
"off_station": "北京南站",
"first_time": "05:22",
"last_time": "23:12",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "新街口",
"stop_location": {
"lng": 116.37413196837,
"lat": 39.946580460721
}
},
{
"stop_name": "平安里",
"stop_location": {
"lng": 116.37931815557,
"lat": 39.939750780162
}
},
{
"stop_name": "西四",
"stop_location": {
"lng": 116.37977009308,
"lat": 39.930247827626
}
},
{
"stop_name": "灵境胡同",
"stop_location": {
"lng": 116.38022328821,
"lat": 39.922135787687
}
},
{
"stop_name": "西单",
"stop_location": {
"lng": 116.3805752443,
"lat": 39.913308937718
}
},
{
"stop_name": "宣武门",
"stop_location": {
"lng": 116.38084788003,
"lat": 39.905881057998
}
},
{
"stop_name": "菜市口",
"stop_location": {
"lng": 116.38097319365,
"lat": 39.895386154709
}
},
{
"stop_name": "陶然亭",
"stop_location": {
"lng": 116.38090150887,
"lat": 39.884625468962
}
}
],
"start_info": {
"start_time": "05:22",
"start_uid": "bdd5e3dce1b94802705e8028",
"start_name": "西直门站",
"start_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
}
},
"end_info": {
"end_time": "23:12",
"end_uid": "d44c0f1c6af0814f12882496",
"end_name": "北京南站",
"end_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
}
}
}
}
},
{
"distance": 43,
"duration": 35,
"instructions": "步行43米",
"path": "116.38566558231,39.8710330493;116.3856476162,39.871005360996;116.38563863314,39.87089460767;116.38581829424,39.87089460767;116.38581829424,39.87089460767;116.38584524341,39.870887685582",
"traffic_condition": [],
"start_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
},
"end_location": {
"lng": 116.38690524391,
"lat": 39.869953197121
},
"vehicle_info": {
"type": 5,
"detail": null
}
}
],
[
{
"distance": 0,
"duration": 16140,
"instructions": "北京南站乘坐G1到达上海站 ",
"path": "116.38548592121,39.871275321474;117.06727285411,39.062754661525;118.80433520181,31.975021252677;121.46205290058,31.255919613617",
"traffic_condition": [],
"start_location": {
"lng": 116.38548592121,
"lat": 39.871275321474
},
"end_location": {
"lng": 121.46205290058,
"lat": 31.255919613617
},
"vehicle_info": {
"type": 1,
"detail": {
"name": "G1",
"price": 631,
"departure_station": "北京南站",
"arrive_station": "上海站",
"departure_time": "007:00",
"arrive_time": "011:29",
"start_info": {
"start_name": "北京南站",
"start_city": "北京",
"start_time": "2023-03-15 07:00:00"
},
"end_info": {
"end_name": "上海站",
"end_city": "上海",
"end_time": "2023-03-15 11:29:00"
},
"booking": "12306"
}
}
}
],
[
{
"distance": 335,
"duration": 283,
"instructions": "步行335米",
"path": "121.46282544332,31.254144575753;121.4626278161,31.254221752013;121.46190018864,31.254491868422;121.46181934115,31.254530456417;121.46177442587,31.254460998015;121.46163069699,31.254229469636;121.46175645976,31.254183163891;121.46204391752,31.254082834699;121.46205290058,31.254082834699;121.46205290058,31.254075117065;121.46213374807,31.254206316767;121.46213374807,31.254206316767;121.46215171418,31.254183163891;121.46215171418,31.254183163891;121.46257391777,31.253997940683;121.46257391777,31.253997940683;121.46236730751,31.253604340148;121.46235832445,31.253596622474",
"traffic_condition": [],
"start_location": {
"lng": 121.4630679858,
"lat": 31.254599914767
},
"end_location": {
"lng": 121.46236730751,
"lat": 31.253596622474
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 2800,
"duration": 300,
"instructions": "上海火车站(1口)乘地铁1号线(莘庄方向)经过3站到人民广场站",
"path": "121.46236730751,31.253596622474;121.46236730751,31.253596622474;121.46186425642,31.252709085699;121.46149595116,31.251883283046;121.46144205283,31.251644030447;121.46143306978,31.2514279308;121.46159476477,31.250818218386;121.46228646001,31.249575627614;121.46386747771,31.248086040514;121.46392137604,31.24804744986;121.46398425742,31.248016577324;121.46499934265,31.247900805226;121.46499934265,31.247900805226;121.46677798756,31.247684696927;121.46696663172,31.247653824272;121.47393748248,31.245029611337;121.47479985576,31.244697720337;121.47479985576,31.244697720337;121.47563527989,31.244373546596;121.47647070401,31.244049371731;121.47683002622,31.243825536049;121.47727019592,31.243586262832;121.47801578949,31.243130870177;121.47948002747,31.241679773709;121.48074663824,31.240159185699;121.48133951988,31.239371866457;121.48142935043,31.239248364798;121.48156409626,31.239070830878;121.48162697764,31.238985923231;121.48167189292,31.238924172167;121.48168985903,31.23889329662;121.4819144354,31.238584540588;121.4819144354,31.238584540588",
"traffic_condition": [],
"start_location": {
"lng": 121.46236730751,
"lat": 31.253596622474
},
"end_location": {
"lng": 121.4819144354,
"lat": 31.238584540588
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁1号线",
"line_id": "3f30cc2f15f096fb9fec2bb7",
"type": 1,
"stop_num": 3,
"on_station": "上海火车站(1口)",
"off_station": "人民广场站",
"first_time": "05:30",
"last_time": "23:00",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "汉中路",
"stop_location": {
"lng": 121.4650065291,
"lat": 31.247906207927
}
},
{
"stop_name": "新闸路",
"stop_location": {
"lng": 121.47480138288,
"lat": 31.244698800915
}
}
],
"start_info": {
"start_time": "05:30",
"start_uid": "722cee03d327cb7527d2bbd9",
"start_name": "上海火车站(1口)",
"start_location": {
"lng": 121.46236730751,
"lat": 31.253596622474
}
},
"end_info": {
"end_time": "23:00",
"end_uid": "0b153ed2266fb36677e5b6d9",
"end_name": "人民广场站",
"end_location": {
"lng": 121.4819144354,
"lat": 31.238584540588
}
}
}
}
},
{
"distance": 32,
"duration": 26,
"instructions": "站厅换乘",
"path": "121.4819144354,31.238576821674;121.48189646929,31.238576821674;121.48188748624,31.238592259501;121.48208511345,31.238638572967;121.48205816429,31.238669448598;121.48205816429,31.238669448598;121.48209409651,31.238677167504",
"traffic_condition": [],
"start_location": {
"lng": 121.4819144354,
"lat": 31.238584540588
},
"end_location": {
"lng": 121.48210307956,
"lat": 31.238677167504
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 2596,
"duration": 300,
"instructions": "人民广场站乘地铁8号线(沈杜公路方向)经过3站到陆家浜路站",
"path": "121.48210307956,31.238677167504;121.48210307956,31.238677167504;121.48358528365,31.236554444292;121.48480697915,31.234740442649;121.4858759627,31.233127109507;121.48588494576,31.233119390143;121.48588494576,31.233119390143;121.48644189517,31.232293414493;121.4869359632,31.231506029047;121.48734020068,31.230764954338;121.48769053983,31.22934454474;121.48774443816,31.229043476893;121.48782528566,31.228572573958;121.48790613316,31.227707959122;121.48824748925,31.22687421582;121.48834630286,31.226634899241;121.48937037114,31.224874745599;121.4894781678,31.224674024221;121.4894781678,31.224666304159;121.4895769814,31.224496462643;121.49046630386,31.222882952867;121.49102325328,31.221732634654;121.49210121989,31.219262104802;121.49273003374,31.217370561311",
"traffic_condition": [],
"start_location": {
"lng": 121.48210307956,
"lat": 31.238677167504
},
"end_location": {
"lng": 121.49273003374,
"lat": 31.217370561311
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁8号线",
"line_id": "2d6cc6ff85250abeb75f1eb7",
"type": 1,
"stop_num": 3,
"on_station": "人民广场站",
"off_station": "陆家浜路站",
"first_time": "06:00",
"last_time": "23:00",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "大世界",
"stop_location": {
"lng": 121.48588871864,
"lat": 31.23312186034
}
},
{
"stop_name": "老西门",
"stop_location": {
"lng": 121.48948481526,
"lat": 31.224674178622
}
}
],
"start_info": {
"start_time": "06:00",
"start_uid": "0613d21bc5f0d35717a190de",
"start_name": "人民广场站",
"start_location": {
"lng": 121.48210307956,
"lat": 31.238677167504
}
},
"end_info": {
"end_time": "23:00",
"end_uid": "f4350ea165df78a85a1093de",
"end_name": "陆家浜路站",
"end_location": {
"lng": 121.49273003374,
"lat": 31.217370561311
}
}
}
}
},
{
"distance": 11,
"duration": 9,
"instructions": "站厅换乘",
"path": "121.49272105069,31.217362840647;121.49270308458,31.217386002637;121.49270308458,31.217386002637;121.4926581693,31.217386002637;121.49264918625,31.2173937233",
"traffic_condition": [],
"start_location": {
"lng": 121.49273003374,
"lat": 31.217370561311
},
"end_location": {
"lng": 121.4926581693,
"lat": 31.217401443961
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 1505,
"duration": 180,
"instructions": "陆家浜路站乘地铁9号线(曹路方向)经过1站到小南门站(1口)",
"path": "121.4926581693,31.217401443961;121.49496681446,31.217656225432;121.49863190094,31.218096300884;121.50059919001,31.218351080464;121.50354563208,31.218798873196;121.50390495429,31.219030489285;121.50413851372,31.219424235323;121.50489309035,31.22265134631;121.50489309035,31.22265134631",
"traffic_condition": [],
"start_location": {
"lng": 121.4926581693,
"lat": 31.217401443961
},
"end_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁9号线",
"line_id": "afe624f70958ecccdb1318b7",
"type": 1,
"stop_num": 1,
"on_station": "陆家浜路站",
"off_station": "小南门站",
"first_time": "06:12",
"last_time": "23:37",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [],
"start_info": {
"start_time": "06:12",
"start_uid": "c78e3647d2c73bb683a12e47",
"start_name": "陆家浜路站",
"start_location": {
"lng": 121.4926581693,
"lat": 31.217401443961
}
},
"end_info": {
"end_time": "23:37",
"end_uid": "add374c0bdf8bae8b7f42f47",
"end_name": "小南门站",
"end_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
}
}
}
}
},
{
"distance": 330,
"duration": 279,
"instructions": "步行330米",
"path": "121.50488410729,31.222643626081;121.50488410729,31.222643626081;121.50549495504,31.222543263054;121.50549495504,31.222543263054;121.50552190421,31.222543263054;121.50552190421,31.222543263054;121.50505478534,31.222435179673;121.50505478534,31.222427459427;121.50509071756,31.22255098329;121.50509970062,31.22260502493;121.50512664978,31.222890673076;121.50518054811,31.223361604602;121.50517156506,31.223446526428;121.50571054836,31.223431086102;121.50580936197,31.223075957893;121.50588122641,31.22300647613",
"traffic_condition": [],
"start_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
},
"end_location": {
"lng": 121.50581834502,
"lat": 31.222960154925
},
"vehicle_info": {
"type": 5,
"detail": null
}
}
]
]
},
{
"distance": 32051,
"duration": 24240,
"arrive_time": "2023-03-15 12:54:00",
"price": 631,
"price_detail": [],
"steps": [
[
{
"distance": 700,
"duration": 596,
"instructions": "步行700米",
"path": "116.30822266429,40.056885367807;116.30809690152,40.057182201905;116.30771063015,40.058051987341;116.30792622347,40.058162435484;116.30798910486,40.058217659488;116.30815079985,40.05838333123;116.30808791847,40.05852829367;116.30804300319,40.058631838081;116.30813283374,40.058652546944;116.30877961371,40.058797508807;116.30958808867,40.058997693727;116.31089063166,40.059301421438;116.31105232665,40.059335935864;116.31107927581,40.059335935864;116.31116012331,40.059356644512;116.31139368274,40.05941186754;116.31142961496,40.059418770416;116.31146554718,40.05942567329;116.31149249635,40.05942567329;116.31163622523,40.059487799131;116.31168114051,40.059508507732;116.31174402189,40.059536119189;116.31187876772,40.059612050641;116.31203147965,40.059329032981;116.3120224966,40.059329032981;116.31214825937,40.05939115891;116.31214825937,40.05939115891;116.31218419159,40.059398061787;116.31218419159,40.059398061787;116.31223808992,40.059418770416;116.3122830052,40.059398061787;116.3125435138,40.059108140325;116.31257944602,40.059039111222;116.31257944602,40.059039111222",
"traffic_condition": [],
"start_location": {
"lng": 116.3081418168,
"lat": 40.056871561538
},
"end_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 13359,
"duration": 1260,
"instructions": "西二旗站(A1北口)乘地铁13号线(西直门方向)经过6站到西直门站",
"path": "116.31258842907,40.059046014136;116.31280402239,40.058666352849;116.31298368349,40.05828668943;116.31505876922,40.055028399332;116.31619961722,40.053495844184;116.31922690679,40.049602169471;116.32102351781,40.047316947463;116.32103250086,40.04730313924;116.32103250086,40.04730313924;116.32308962048,40.044693334536;116.32457182457,40.043008645212;116.3254072487,40.041765814717;116.32656606281,40.039328419721;116.32683555446,40.038693163539;116.32683555446,40.038693163539;116.32706911389,40.038120046865;116.33010538652,40.030372137803;116.33232420112,40.024943929738;116.33297098109,40.024059905521;116.34142403594,40.01652451175;116.34252895172,40.015446971686;116.34322064696,40.014466119026;116.34365183361,40.013423084059;116.34383149471,40.012518186403;116.34389437609,40.010950129007;116.34385844387,40.010197172243;116.34410098636,40.007371782767;116.3444333594,39.998563271813;116.3444333594,39.998563271813;116.3446130205,39.994016941184;116.34471183411,39.992552100987;116.34525081741,39.989663785561;116.3458526821,39.986063583697;116.34640963152,39.983112795804;116.3466342079,39.982062367237;116.3466342079,39.982062367237;116.34687675039,39.981115585435;116.34714624204,39.980369207979;116.34898776833,39.977984891604;116.35096404046,39.975296387921;116.35135031183,39.974473919484;116.35161082042,39.973471738576;116.35181743069,39.972027189687;116.35181743069,39.972027189687;116.35196115957,39.970983501246;116.35224861734,39.969193296248;116.35232946483,39.968695624688;116.3527965837,39.967043605409;116.35352421116,39.965557444897;116.3549974322,39.962695630139;116.35694675515,39.959100909125;116.3582582812,39.956453137021;116.35830319647,39.955706488089;116.35793489121,39.953590938161;116.35788997594,39.952519310905;116.3597584514,39.94745823608",
"traffic_condition": [],
"start_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
},
"end_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁13号线",
"line_id": "7ad85451ff003ccb5d17c3b7",
"type": 1,
"stop_num": 6,
"on_station": "西二旗站(A1北口)",
"off_station": "西直门站",
"first_time": "05:10",
"last_time": "23:26",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "清河站",
"stop_location": {
"lng": 116.3210378907,
"lat": 40.047308731571
}
},
{
"stop_name": "上地",
"stop_location": {
"lng": 116.32683636293,
"lat": 40.038699170881
}
},
{
"stop_name": "五道口",
"stop_location": {
"lng": 116.34443389838,
"lat": 39.998568246354
}
},
{
"stop_name": "知春路",
"stop_location": {
"lng": 116.34664175366,
"lat": 39.982068241389
}
},
{
"stop_name": "大钟寺",
"stop_location": {
"lng": 116.3518203951,
"lat": 39.97203368677
}
}
],
"start_info": {
"start_time": "05:10",
"start_uid": "4e2e5e35444596fbf4eafc53",
"start_name": "西二旗站(A1北口)",
"start_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
}
},
"end_info": {
"end_time": "23:26",
"end_uid": "eb368582b6f2d35bac31e5de",
"end_name": "西直门站",
"end_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
}
}
}
}
},
{
"distance": 423,
"duration": 352,
"instructions": "站内通道换乘 步行423米",
"path": "116.35974946834,39.947451321785;116.3597584514,39.947465150374;116.35973150223,39.947561950418;116.3601177736,39.947568864701;116.36118675716,39.946912004619;116.361159808,39.946891261566;116.36117777411,39.946891261566;116.36119574022,39.946898175918;116.3614382827,39.94671148817;116.36150116409,39.946683830682;116.36170777436,39.946614686913;116.36170777436,39.946614686913;116.36176167269,39.946607772532;116.36204014739,39.946628515673;116.36204014739,39.946621601293;116.36211201184,39.945999304267;116.36211201184,39.945999304267;116.36210302878,39.946020047593",
"traffic_condition": [],
"start_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
},
"end_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 9917,
"duration": 1200,
"instructions": "西直门站乘地铁4号线大兴线(天宫院方向)经过9站到北京南站(C南口)",
"path": "116.36211201184,39.946020047593;116.36211201184,39.946020047593;116.36481591142,39.946213651665;116.36942421869,39.946386511976;116.37413133956,39.946580115002;116.37789523965,39.946676916308;116.37835337546,39.946593943769;116.37890134182,39.946317367905;116.37915286736,39.945923245351;116.37931456235,39.939748359884;116.37931456235,39.939748359884;116.37972778289,39.931027884146;116.37976371511,39.930246375256;116.37976371511,39.930246375256;116.37979066427,39.929478689626;116.38021286786,39.922963386572;116.38022185092,39.922133366781;116.38022185092,39.922133366781;116.38024880008,39.921123495693;116.38032964758,39.9205908864;116.38051829174,39.914607391176;116.38057219007,39.913306862386;116.38057219007,39.913306862386;116.38059913923,39.911985554986;116.38079676644,39.906921458347;116.38084168172,39.905876768511;116.38096744449,39.895380549836;116.38096744449,39.895380549836;116.38089558005,39.884619724788;116.38089558005,39.884619724788;116.38089558005,39.880155731832;116.38117405476,39.879020654354;116.3817849025,39.878217783239;116.38269219107,39.877318002626;116.38325812354,39.876715835108;116.38402168322,39.875608386679;116.38460558181,39.874493998502;116.38497388706,39.873400357578;116.38528829399,39.872542044795;116.38567456536,39.871039971374",
"traffic_condition": [],
"start_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
},
"end_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁4号线大兴线",
"line_id": "1479a7007b19e457ebf8536c",
"type": 1,
"stop_num": 9,
"on_station": "西直门站",
"off_station": "北京南站",
"first_time": "05:22",
"last_time": "23:12",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "新街口",
"stop_location": {
"lng": 116.37413196837,
"lat": 39.946580460721
}
},
{
"stop_name": "平安里",
"stop_location": {
"lng": 116.37931815557,
"lat": 39.939750780162
}
},
{
"stop_name": "西四",
"stop_location": {
"lng": 116.37977009308,
"lat": 39.930247827626
}
},
{
"stop_name": "灵境胡同",
"stop_location": {
"lng": 116.38022328821,
"lat": 39.922135787687
}
},
{
"stop_name": "西单",
"stop_location": {
"lng": 116.3805752443,
"lat": 39.913308937718
}
},
{
"stop_name": "宣武门",
"stop_location": {
"lng": 116.38084788003,
"lat": 39.905881057998
}
},
{
"stop_name": "菜市口",
"stop_location": {
"lng": 116.38097319365,
"lat": 39.895386154709
}
},
{
"stop_name": "陶然亭",
"stop_location": {
"lng": 116.38090150887,
"lat": 39.884625468962
}
}
],
"start_info": {
"start_time": "05:22",
"start_uid": "bdd5e3dce1b94802705e8028",
"start_name": "西直门站",
"start_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
}
},
"end_info": {
"end_time": "23:12",
"end_uid": "d44c0f1c6af0814f12882496",
"end_name": "北京南站",
"end_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
}
}
}
}
},
{
"distance": 43,
"duration": 35,
"instructions": "步行43米",
"path": "116.38566558231,39.8710330493;116.3856476162,39.871005360996;116.38563863314,39.87089460767;116.38581829424,39.87089460767;116.38581829424,39.87089460767;116.38584524341,39.870887685582",
"traffic_condition": [],
"start_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
},
"end_location": {
"lng": 116.38690524391,
"lat": 39.869953197121
},
"vehicle_info": {
"type": 5,
"detail": null
}
}
],
[
{
"distance": 0,
"duration": 16320,
"instructions": "北京南站乘坐G3到达上海站 ",
"path": "116.38548592121,39.871275321474;116.89802311298,36.67526195637;118.80433520181,31.975021252677;121.46205290058,31.255919613617",
"traffic_condition": [],
"start_location": {
"lng": 116.38548592121,
"lat": 39.871275321474
},
"end_location": {
"lng": 121.46205290058,
"lat": 31.255919613617
},
"vehicle_info": {
"type": 1,
"detail": {
"name": "G3",
"price": 631,
"departure_station": "北京南站",
"arrive_station": "上海站",
"departure_time": "008:00",
"arrive_time": "012:32",
"start_info": {
"start_name": "北京南站",
"start_city": "北京",
"start_time": "2023-03-15 08:00:00"
},
"end_info": {
"end_name": "上海站",
"end_city": "上海",
"end_time": "2023-03-15 12:32:00"
},
"booking": "12306"
}
}
}
],
[
{
"distance": 335,
"duration": 283,
"instructions": "步行335米",
"path": "121.46282544332,31.254144575753;121.4626278161,31.254221752013;121.46190018864,31.254491868422;121.46181934115,31.254530456417;121.46177442587,31.254460998015;121.46163069699,31.254229469636;121.46175645976,31.254183163891;121.46204391752,31.254082834699;121.46205290058,31.254082834699;121.46205290058,31.254075117065;121.46213374807,31.254206316767;121.46213374807,31.254206316767;121.46215171418,31.254183163891;121.46215171418,31.254183163891;121.46257391777,31.253997940683;121.46257391777,31.253997940683;121.46236730751,31.253604340148;121.46235832445,31.253596622474",
"traffic_condition": [],
"start_location": {
"lng": 121.4630679858,
"lat": 31.254599914767
},
"end_location": {
"lng": 121.46236730751,
"lat": 31.253596622474
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 2800,
"duration": 300,
"instructions": "上海火车站(1口)乘地铁1号线(莘庄方向)经过3站到人民广场站",
"path": "121.46236730751,31.253596622474;121.46236730751,31.253596622474;121.46186425642,31.252709085699;121.46149595116,31.251883283046;121.46144205283,31.251644030447;121.46143306978,31.2514279308;121.46159476477,31.250818218386;121.46228646001,31.249575627614;121.46386747771,31.248086040514;121.46392137604,31.24804744986;121.46398425742,31.248016577324;121.46499934265,31.247900805226;121.46499934265,31.247900805226;121.46677798756,31.247684696927;121.46696663172,31.247653824272;121.47393748248,31.245029611337;121.47479985576,31.244697720337;121.47479985576,31.244697720337;121.47563527989,31.244373546596;121.47647070401,31.244049371731;121.47683002622,31.243825536049;121.47727019592,31.243586262832;121.47801578949,31.243130870177;121.47948002747,31.241679773709;121.48074663824,31.240159185699;121.48133951988,31.239371866457;121.48142935043,31.239248364798;121.48156409626,31.239070830878;121.48162697764,31.238985923231;121.48167189292,31.238924172167;121.48168985903,31.23889329662;121.4819144354,31.238584540588;121.4819144354,31.238584540588",
"traffic_condition": [],
"start_location": {
"lng": 121.46236730751,
"lat": 31.253596622474
},
"end_location": {
"lng": 121.4819144354,
"lat": 31.238584540588
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁1号线",
"line_id": "3f30cc2f15f096fb9fec2bb7",
"type": 1,
"stop_num": 3,
"on_station": "上海火车站(1口)",
"off_station": "人民广场站",
"first_time": "05:30",
"last_time": "23:00",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "汉中路",
"stop_location": {
"lng": 121.4650065291,
"lat": 31.247906207927
}
},
{
"stop_name": "新闸路",
"stop_location": {
"lng": 121.47480138288,
"lat": 31.244698800915
}
}
],
"start_info": {
"start_time": "05:30",
"start_uid": "722cee03d327cb7527d2bbd9",
"start_name": "上海火车站(1口)",
"start_location": {
"lng": 121.46236730751,
"lat": 31.253596622474
}
},
"end_info": {
"end_time": "23:00",
"end_uid": "0b153ed2266fb36677e5b6d9",
"end_name": "人民广场站",
"end_location": {
"lng": 121.4819144354,
"lat": 31.238584540588
}
}
}
}
},
{
"distance": 32,
"duration": 26,
"instructions": "站厅换乘",
"path": "121.4819144354,31.238576821674;121.48189646929,31.238576821674;121.48188748624,31.238592259501;121.48208511345,31.238638572967;121.48205816429,31.238669448598;121.48205816429,31.238669448598;121.48209409651,31.238677167504",
"traffic_condition": [],
"start_location": {
"lng": 121.4819144354,
"lat": 31.238584540588
},
"end_location": {
"lng": 121.48210307956,
"lat": 31.238677167504
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 2596,
"duration": 300,
"instructions": "人民广场站乘地铁8号线(沈杜公路方向)经过3站到陆家浜路站",
"path": "121.48210307956,31.238677167504;121.48210307956,31.238677167504;121.48358528365,31.236554444292;121.48480697915,31.234740442649;121.4858759627,31.233127109507;121.48588494576,31.233119390143;121.48588494576,31.233119390143;121.48644189517,31.232293414493;121.4869359632,31.231506029047;121.48734020068,31.230764954338;121.48769053983,31.22934454474;121.48774443816,31.229043476893;121.48782528566,31.228572573958;121.48790613316,31.227707959122;121.48824748925,31.22687421582;121.48834630286,31.226634899241;121.48937037114,31.224874745599;121.4894781678,31.224674024221;121.4894781678,31.224666304159;121.4895769814,31.224496462643;121.49046630386,31.222882952867;121.49102325328,31.221732634654;121.49210121989,31.219262104802;121.49273003374,31.217370561311",
"traffic_condition": [],
"start_location": {
"lng": 121.48210307956,
"lat": 31.238677167504
},
"end_location": {
"lng": 121.49273003374,
"lat": 31.217370561311
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁8号线",
"line_id": "2d6cc6ff85250abeb75f1eb7",
"type": 1,
"stop_num": 3,
"on_station": "人民广场站",
"off_station": "陆家浜路站",
"first_time": "06:00",
"last_time": "23:00",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "大世界",
"stop_location": {
"lng": 121.48588871864,
"lat": 31.23312186034
}
},
{
"stop_name": "老西门",
"stop_location": {
"lng": 121.48948481526,
"lat": 31.224674178622
}
}
],
"start_info": {
"start_time": "06:00",
"start_uid": "0613d21bc5f0d35717a190de",
"start_name": "人民广场站",
"start_location": {
"lng": 121.48210307956,
"lat": 31.238677167504
}
},
"end_info": {
"end_time": "23:00",
"end_uid": "f4350ea165df78a85a1093de",
"end_name": "陆家浜路站",
"end_location": {
"lng": 121.49273003374,
"lat": 31.217370561311
}
}
}
}
},
{
"distance": 11,
"duration": 9,
"instructions": "站厅换乘",
"path": "121.49272105069,31.217362840647;121.49270308458,31.217386002637;121.49270308458,31.217386002637;121.4926581693,31.217386002637;121.49264918625,31.2173937233",
"traffic_condition": [],
"start_location": {
"lng": 121.49273003374,
"lat": 31.217370561311
},
"end_location": {
"lng": 121.4926581693,
"lat": 31.217401443961
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 1505,
"duration": 180,
"instructions": "陆家浜路站乘地铁9号线(曹路方向)经过1站到小南门站(1口)",
"path": "121.4926581693,31.217401443961;121.49496681446,31.217656225432;121.49863190094,31.218096300884;121.50059919001,31.218351080464;121.50354563208,31.218798873196;121.50390495429,31.219030489285;121.50413851372,31.219424235323;121.50489309035,31.22265134631;121.50489309035,31.22265134631",
"traffic_condition": [],
"start_location": {
"lng": 121.4926581693,
"lat": 31.217401443961
},
"end_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁9号线",
"line_id": "afe624f70958ecccdb1318b7",
"type": 1,
"stop_num": 1,
"on_station": "陆家浜路站",
"off_station": "小南门站",
"first_time": "06:12",
"last_time": "23:37",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [],
"start_info": {
"start_time": "06:12",
"start_uid": "c78e3647d2c73bb683a12e47",
"start_name": "陆家浜路站",
"start_location": {
"lng": 121.4926581693,
"lat": 31.217401443961
}
},
"end_info": {
"end_time": "23:37",
"end_uid": "add374c0bdf8bae8b7f42f47",
"end_name": "小南门站",
"end_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
}
}
}
}
},
{
"distance": 330,
"duration": 279,
"instructions": "步行330米",
"path": "121.50488410729,31.222643626081;121.50488410729,31.222643626081;121.50549495504,31.222543263054;121.50549495504,31.222543263054;121.50552190421,31.222543263054;121.50552190421,31.222543263054;121.50505478534,31.222435179673;121.50505478534,31.222427459427;121.50509071756,31.22255098329;121.50509970062,31.22260502493;121.50512664978,31.222890673076;121.50518054811,31.223361604602;121.50517156506,31.223446526428;121.50571054836,31.223431086102;121.50580936197,31.223075957893;121.50588122641,31.22300647613",
"traffic_condition": [],
"start_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
},
"end_location": {
"lng": 121.50581834502,
"lat": 31.222960154925
},
"vehicle_info": {
"type": 5,
"detail": null
}
}
]
]
},
{
"distance": 51880,
"duration": 26040,
"arrive_time": "2023-03-15 15:27:00",
"price": 662,
"price_detail": [],
"steps": [
[
{
"distance": 700,
"duration": 596,
"instructions": "步行700米",
"path": "116.30822266429,40.056885367807;116.30809690152,40.057182201905;116.30771063015,40.058051987341;116.30792622347,40.058162435484;116.30798910486,40.058217659488;116.30815079985,40.05838333123;116.30808791847,40.05852829367;116.30804300319,40.058631838081;116.30813283374,40.058652546944;116.30877961371,40.058797508807;116.30958808867,40.058997693727;116.31089063166,40.059301421438;116.31105232665,40.059335935864;116.31107927581,40.059335935864;116.31116012331,40.059356644512;116.31139368274,40.05941186754;116.31142961496,40.059418770416;116.31146554718,40.05942567329;116.31149249635,40.05942567329;116.31163622523,40.059487799131;116.31168114051,40.059508507732;116.31174402189,40.059536119189;116.31187876772,40.059612050641;116.31203147965,40.059329032981;116.3120224966,40.059329032981;116.31214825937,40.05939115891;116.31214825937,40.05939115891;116.31218419159,40.059398061787;116.31218419159,40.059398061787;116.31223808992,40.059418770416;116.3122830052,40.059398061787;116.3125435138,40.059108140325;116.31257944602,40.059039111222;116.31257944602,40.059039111222",
"traffic_condition": [],
"start_location": {
"lng": 116.3081418168,
"lat": 40.056871561538
},
"end_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 13359,
"duration": 1260,
"instructions": "西二旗站(A1北口)乘地铁13号线(西直门方向)经过6站到西直门站",
"path": "116.31258842907,40.059046014136;116.31280402239,40.058666352849;116.31298368349,40.05828668943;116.31505876922,40.055028399332;116.31619961722,40.053495844184;116.31922690679,40.049602169471;116.32102351781,40.047316947463;116.32103250086,40.04730313924;116.32103250086,40.04730313924;116.32308962048,40.044693334536;116.32457182457,40.043008645212;116.3254072487,40.041765814717;116.32656606281,40.039328419721;116.32683555446,40.038693163539;116.32683555446,40.038693163539;116.32706911389,40.038120046865;116.33010538652,40.030372137803;116.33232420112,40.024943929738;116.33297098109,40.024059905521;116.34142403594,40.01652451175;116.34252895172,40.015446971686;116.34322064696,40.014466119026;116.34365183361,40.013423084059;116.34383149471,40.012518186403;116.34389437609,40.010950129007;116.34385844387,40.010197172243;116.34410098636,40.007371782767;116.3444333594,39.998563271813;116.3444333594,39.998563271813;116.3446130205,39.994016941184;116.34471183411,39.992552100987;116.34525081741,39.989663785561;116.3458526821,39.986063583697;116.34640963152,39.983112795804;116.3466342079,39.982062367237;116.3466342079,39.982062367237;116.34687675039,39.981115585435;116.34714624204,39.980369207979;116.34898776833,39.977984891604;116.35096404046,39.975296387921;116.35135031183,39.974473919484;116.35161082042,39.973471738576;116.35181743069,39.972027189687;116.35181743069,39.972027189687;116.35196115957,39.970983501246;116.35224861734,39.969193296248;116.35232946483,39.968695624688;116.3527965837,39.967043605409;116.35352421116,39.965557444897;116.3549974322,39.962695630139;116.35694675515,39.959100909125;116.3582582812,39.956453137021;116.35830319647,39.955706488089;116.35793489121,39.953590938161;116.35788997594,39.952519310905;116.3597584514,39.94745823608",
"traffic_condition": [],
"start_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
},
"end_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁13号线",
"line_id": "7ad85451ff003ccb5d17c3b7",
"type": 1,
"stop_num": 6,
"on_station": "西二旗站(A1北口)",
"off_station": "西直门站",
"first_time": "05:10",
"last_time": "23:26",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "清河站",
"stop_location": {
"lng": 116.3210378907,
"lat": 40.047308731571
}
},
{
"stop_name": "上地",
"stop_location": {
"lng": 116.32683636293,
"lat": 40.038699170881
}
},
{
"stop_name": "五道口",
"stop_location": {
"lng": 116.34443389838,
"lat": 39.998568246354
}
},
{
"stop_name": "知春路",
"stop_location": {
"lng": 116.34664175366,
"lat": 39.982068241389
}
},
{
"stop_name": "大钟寺",
"stop_location": {
"lng": 116.3518203951,
"lat": 39.97203368677
}
}
],
"start_info": {
"start_time": "05:10",
"start_uid": "4e2e5e35444596fbf4eafc53",
"start_name": "西二旗站(A1北口)",
"start_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
}
},
"end_info": {
"end_time": "23:26",
"end_uid": "eb368582b6f2d35bac31e5de",
"end_name": "西直门站",
"end_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
}
}
}
}
},
{
"distance": 423,
"duration": 352,
"instructions": "站内通道换乘 步行423米",
"path": "116.35974946834,39.947451321785;116.3597584514,39.947465150374;116.35973150223,39.947561950418;116.3601177736,39.947568864701;116.36118675716,39.946912004619;116.361159808,39.946891261566;116.36117777411,39.946891261566;116.36119574022,39.946898175918;116.3614382827,39.94671148817;116.36150116409,39.946683830682;116.36170777436,39.946614686913;116.36170777436,39.946614686913;116.36176167269,39.946607772532;116.36204014739,39.946628515673;116.36204014739,39.946621601293;116.36211201184,39.945999304267;116.36211201184,39.945999304267;116.36210302878,39.946020047593",
"traffic_condition": [],
"start_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
},
"end_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 9917,
"duration": 1200,
"instructions": "西直门站乘地铁4号线大兴线(天宫院方向)经过9站到北京南站(C南口)",
"path": "116.36211201184,39.946020047593;116.36211201184,39.946020047593;116.36481591142,39.946213651665;116.36942421869,39.946386511976;116.37413133956,39.946580115002;116.37789523965,39.946676916308;116.37835337546,39.946593943769;116.37890134182,39.946317367905;116.37915286736,39.945923245351;116.37931456235,39.939748359884;116.37931456235,39.939748359884;116.37972778289,39.931027884146;116.37976371511,39.930246375256;116.37976371511,39.930246375256;116.37979066427,39.929478689626;116.38021286786,39.922963386572;116.38022185092,39.922133366781;116.38022185092,39.922133366781;116.38024880008,39.921123495693;116.38032964758,39.9205908864;116.38051829174,39.914607391176;116.38057219007,39.913306862386;116.38057219007,39.913306862386;116.38059913923,39.911985554986;116.38079676644,39.906921458347;116.38084168172,39.905876768511;116.38096744449,39.895380549836;116.38096744449,39.895380549836;116.38089558005,39.884619724788;116.38089558005,39.884619724788;116.38089558005,39.880155731832;116.38117405476,39.879020654354;116.3817849025,39.878217783239;116.38269219107,39.877318002626;116.38325812354,39.876715835108;116.38402168322,39.875608386679;116.38460558181,39.874493998502;116.38497388706,39.873400357578;116.38528829399,39.872542044795;116.38567456536,39.871039971374",
"traffic_condition": [],
"start_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
},
"end_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁4号线大兴线",
"line_id": "1479a7007b19e457ebf8536c",
"type": 1,
"stop_num": 9,
"on_station": "西直门站",
"off_station": "北京南站",
"first_time": "05:22",
"last_time": "23:12",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "新街口",
"stop_location": {
"lng": 116.37413196837,
"lat": 39.946580460721
}
},
{
"stop_name": "平安里",
"stop_location": {
"lng": 116.37931815557,
"lat": 39.939750780162
}
},
{
"stop_name": "西四",
"stop_location": {
"lng": 116.37977009308,
"lat": 39.930247827626
}
},
{
"stop_name": "灵境胡同",
"stop_location": {
"lng": 116.38022328821,
"lat": 39.922135787687
}
},
{
"stop_name": "西单",
"stop_location": {
"lng": 116.3805752443,
"lat": 39.913308937718
}
},
{
"stop_name": "宣武门",
"stop_location": {
"lng": 116.38084788003,
"lat": 39.905881057998
}
},
{
"stop_name": "菜市口",
"stop_location": {
"lng": 116.38097319365,
"lat": 39.895386154709
}
},
{
"stop_name": "陶然亭",
"stop_location": {
"lng": 116.38090150887,
"lat": 39.884625468962
}
}
],
"start_info": {
"start_time": "05:22",
"start_uid": "bdd5e3dce1b94802705e8028",
"start_name": "西直门站",
"start_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
}
},
"end_info": {
"end_time": "23:12",
"end_uid": "d44c0f1c6af0814f12882496",
"end_name": "北京南站",
"end_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
}
}
}
}
},
{
"distance": 43,
"duration": 35,
"instructions": "步行43米",
"path": "116.38566558231,39.8710330493;116.3856476162,39.871005360996;116.38563863314,39.87089460767;116.38581829424,39.87089460767;116.38581829424,39.87089460767;116.38584524341,39.870887685582",
"traffic_condition": [],
"start_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
},
"end_location": {
"lng": 116.38690524391,
"lat": 39.869953197121
},
"vehicle_info": {
"type": 5,
"detail": null
}
}
],
[
{
"distance": 0,
"duration": 16500,
"instructions": "北京南站乘坐G7到达上海虹桥站 ",
"path": "116.38548592121,39.871275321474;116.89802311298,36.67526195637;118.80433520181,31.975021252677;120.46657768359,31.603105761608;121.32701063326,31.200453058987",
"traffic_condition": [],
"start_location": {
"lng": 116.38548592121,
"lat": 39.871275321474
},
"end_location": {
"lng": 121.32701063326,
"lat": 31.200453058987
},
"vehicle_info": {
"type": 1,
"detail": {
"name": "G7",
"price": 662,
"departure_station": "北京南站",
"arrive_station": "上海虹桥站",
"departure_time": "010:00",
"arrive_time": "014:35",
"start_info": {
"start_name": "北京南站",
"start_city": "北京",
"start_time": "2023-03-15 10:00:00"
},
"end_info": {
"end_name": "上海虹桥站",
"end_city": "上海",
"end_time": "2023-03-15 14:35:00"
},
"booking": "12306"
}
}
}
],
[
{
"distance": 119,
"duration": 99,
"instructions": "步行119米",
"path": "121.32571707333,31.200128731965;121.325663175,31.200105565706;121.325663175,31.200105565706;121.32563622583,31.200121009879;121.32562724278,31.200167342384;121.32564520889,31.200175064466;121.32615724303,31.200236841097;121.32651656523,31.200260007324;121.32651656523,31.200267729398",
"traffic_condition": [],
"start_location": {
"lng": 121.32486368309,
"lat": 31.20005151108
},
"end_location": {
"lng": 121.32652554829,
"lat": 31.200275451471
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 23457,
"duration": 2400,
"instructions": "虹桥火车站(南1口)乘地铁2号线(浦东国际机场方向)经过14站到世纪大道站",
"path": "121.32652554829,31.200275451471;121.32789995572,31.200321783899;121.32938215981,31.200383560434;121.3298043634,31.200437614869;121.33135843193,31.200584333891;121.33212199162,31.200622944122;121.3327058902,31.200646110253;121.3327058902,31.200646110253;121.33359521265,31.200684720459;121.33788012993,31.200815995038;121.33869758795,31.200870049223;121.33957792735,31.201186651681;121.33997318177,31.201565028824;121.34076369062,31.203001303661;121.34112301283,31.203912477355;121.34099725005,31.20470009493;121.33891318127,31.209147693401;121.33787114688,31.211633932444;121.3373860619,31.214259082142;121.33776335022,31.218629021032;121.33823046908,31.220914278863;121.33887724905,31.222504661861;121.33936233403,31.222967875128;121.33977555456,31.223230361628;121.34061996174,31.22366269073;121.342129115,31.224025536827;121.34321606466,31.224195379198;121.34437487877,31.224457862256;121.34553369288,31.22461226371;121.34665657477,31.22476666491;121.34801301609,31.224874745599;121.34989945766,31.224928785896;121.3508516615,31.224836145367;121.35380708663,31.224720344577;121.35822674974,31.224519622868;121.35990658104,31.224419261852;121.36220624314,31.224342060997;121.36471251552,31.224056417281;121.36600607545,31.223948335648;121.36600607545,31.223948335648;121.36734455066,31.223840253889;121.37420760476,31.223353884432;121.37472862195,31.223299843225;121.37690252129,31.222898393284;121.37922913256,31.222458340408;121.38063947221,31.222103208508;121.38063947221,31.222103208508;121.38187015076,31.221802117364;121.38214862547,31.221763515865;121.38257082906,31.221701753434;121.38329845652,31.221647711273;121.38519388114,31.221578228449;121.38635269525,31.221493304928;121.38930812038,31.221253974589;121.3904040531,31.221138169366;121.39197608774,31.220844795495;121.3927845627,31.220667226652;121.3936649021,31.220481937066;121.3936649021,31.220481937066;121.39582083533,31.220034152386;121.39948592181,31.219292986828;121.40248626221,31.218698506045;121.40448050044,31.218320198127;121.40680711171,31.217633063508;121.40939423158,31.2171852652;121.41036440153,31.217030851493;121.41036440153,31.217030851493;121.41166694452,31.216845554709;121.41194541923,31.216837834002;121.41271796197,31.216899599642;121.41535898017,31.218289315781;121.41700287925,31.219941507012;121.4179730492,31.220775312075;121.42122491515,31.223685851161;121.42215915288,31.224102737943;121.42414440806,31.224565943301;121.42414440806,31.224565943301;121.42654288377,31.225098626628;121.43054932634,31.225222146966;121.43452881975,31.225098626628;121.43574153219,31.225276187063;121.43694526157,31.225615866957;121.4380411943,31.225947825662;121.43893949981,31.22620258387;121.43893949981,31.22620258387;121.44001746642,31.226503660858;121.44097865331,31.226596299736;121.44147272134,31.226534540494;121.44196678938,31.226411021888;121.44292797627,31.225847466178;121.44339509514,31.22580114638;121.44391611233,31.225901505914;121.44627865582,31.226920535088;121.44685357135,31.227167570792;121.44732967327,31.227306528089;121.44881187736,31.227576722243;121.44982696259,31.228047630189;121.45241408246,31.229421741468;121.45308781159,31.229722808098;121.45308781159,31.229722808098;121.45519882954,31.230649160885;121.45597137228,31.231042858042;121.4598879843,31.233103951413;121.46544849541,31.23571306067;121.46654442813,31.23603726443;121.46654442813,31.23603726443;121.46893392078,31.236762859249;121.47014663322,31.236963554695;121.474512398,31.237341787249;121.47640782263,31.237542481453;121.47726121286,31.237835802976;121.47926443415,31.238785232125;121.47926443415,31.238785232125;121.48098918073,31.239657463418;121.48128562155,31.239819558603;121.48223782539,31.240359873857;121.48335172422,31.240799842544;121.48804986204,31.242065705819;121.49031359192,31.242907032297;121.49031359192,31.242907032297;121.49484105169,31.244404420334;121.49663766271,31.244643691459;121.50280902157,31.244720875562;121.50491105646,31.244612817799;121.50827970212,31.244026216341;121.50898038042,31.243810099086;121.50898038042,31.243810099086;121.50966309261,31.24357854433;121.51843055438,31.240228654725;121.51970614821,31.239796402166;121.52199682726,31.239078549751;121.52199682726,31.239078549751;121.52713513478,31.237449853412;121.52781784696,31.237202844856;121.53134818762,31.235936915767;121.53170750982,31.235751656415;121.53236327284,31.235388855787;121.5334322564,31.234848511818;121.5334322564,31.234848511818",
"traffic_condition": [],
"start_location": {
"lng": 121.32652554829,
"lat": 31.200275451471
},
"end_location": {
"lng": 121.5334322564,
"lat": 31.234848511818
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁2号线",
"line_id": "247689ecaf8ffcb9455726b7",
"type": 1,
"stop_num": 14,
"on_station": "虹桥火车站(南1口)",
"off_station": "世纪大道站",
"first_time": "05:31",
"last_time": "22:48",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "虹桥2号航站楼",
"stop_location": {
"lng": 121.33271011223,
"lat": 31.200647886323
}
},
{
"stop_name": "淞虹路",
"stop_location": {
"lng": 121.36601047715,
"lat": 31.223954125738
}
},
{
"stop_name": "北新泾",
"stop_location": {
"lng": 121.3806397417,
"lat": 31.222104057738
}
},
{
"stop_name": "威宁路",
"stop_location": {
"lng": 121.39367172923,
"lat": 31.22048371276
}
},
{
"stop_name": "娄山关路",
"stop_location": {
"lng": 121.41037068967,
"lat": 31.217035561115
}
},
{
"stop_name": "中山公园",
"stop_location": {
"lng": 121.42415294196,
"lat": 31.224568490924
}
},
{
"stop_name": "江苏路",
"stop_location": {
"lng": 121.43894210489,
"lat": 31.226206675435
}
},
{
"stop_name": "静安寺",
"stop_location": {
"lng": 121.45308942854,
"lat": 31.229724583617
}
},
{
"stop_name": "南京西路",
"stop_location": {
"lng": 121.46654478745,
"lat": 31.236045060744
}
},
{
"stop_name": "人民广场",
"stop_location": {
"lng": 121.47927144093,
"lat": 31.238790480975
}
},
{
"stop_name": "南京东路",
"stop_location": {
"lng": 121.49031413091,
"lat": 31.242911200318
}
},
{
"stop_name": "陆家嘴",
"stop_location": {
"lng": 121.50898370415,
"lat": 31.243811719967
}
},
{
"stop_name": "东昌路",
"stop_location": {
"lng": 121.52199772556,
"lat": 31.239079090072
}
}
],
"start_info": {
"start_time": "05:31",
"start_uid": "5bfd3476e7bc47605bf6bea5",
"start_name": "虹桥火车站(南1口)",
"start_location": {
"lng": 121.32652554829,
"lat": 31.200275451471
}
},
"end_info": {
"end_time": "22:48",
"end_uid": "f4236c4f9f3c50008d55ecd9",
"end_name": "世纪大道站",
"end_location": {
"lng": 121.5334322564,
"lat": 31.234848511818
}
}
}
}
},
{
"distance": 7,
"duration": 5,
"instructions": "站厅换乘",
"path": "121.5334322564,31.234840792595;121.53342327335,31.234833073373;121.53342327335,31.234833073373;121.53339632418,31.234840792595;121.53338734113,31.2348099157",
"traffic_condition": [],
"start_location": {
"lng": 121.5334322564,
"lat": 31.234848511818
},
"end_location": {
"lng": 121.53339632418,
"lat": 31.2348099157
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 3525,
"duration": 360,
"instructions": "世纪大道站乘地铁9号线(松江南站方向)经过2站到小南门站(1口)",
"path": "121.53339632418,31.2348099157;121.53284835782,31.235087807389;121.53232734062,31.235357979073;121.53161767927,31.235751656415;121.53133022151,31.235890600963;121.53127632318,31.235906039234;121.53106971291,31.235983230548;121.53020733962,31.236245680539;121.52819513528,31.236917240399;121.52751242309,31.237141092615;121.52712615172,31.237264597056;121.52696445673,31.237287754121;121.52657818536,31.237295473141;121.52290411582,31.236129893869;121.52290411582,31.236129893869;121.52288614971,31.236122174753;121.52203275948,31.235828847856;121.52071225038,31.235396574964;121.51877191048,31.234972019286;121.51683157058,31.234616934875;121.515106824,31.233706060008;121.51333716214,31.232694824131;121.50885461765,31.229792284875;121.50854021072,31.22953753644;121.50799224436,31.229051196593;121.50748919327,31.228564854218;121.50642020972,31.227383726498;121.50599800613,31.226835616414;121.5056027517,31.226140824368;121.5052434295,31.225345667142;121.50500987007,31.223168600165;121.50489309035,31.22265134631",
"traffic_condition": [],
"start_location": {
"lng": 121.53339632418,
"lat": 31.2348099157
},
"end_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁9号线",
"line_id": "a533a15f6a82e35a970319b7",
"type": 1,
"stop_num": 2,
"on_station": "世纪大道站",
"off_station": "小南门站",
"first_time": "05:34",
"last_time": "22:59",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "商城路",
"stop_location": {
"lng": 121.52290708023,
"lat": 31.236130742972
}
}
],
"start_info": {
"start_time": "05:34",
"start_uid": "b877d321ffd171b4e4073847",
"start_name": "世纪大道站",
"start_location": {
"lng": 121.53339632418,
"lat": 31.2348099157
}
},
"end_info": {
"end_time": "22:59",
"end_uid": "354251fd5b009d930bb93a47",
"end_name": "小南门站",
"end_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
}
}
}
}
},
{
"distance": 330,
"duration": 279,
"instructions": "步行330米",
"path": "121.50488410729,31.222643626081;121.50488410729,31.222643626081;121.50549495504,31.222543263054;121.50549495504,31.222543263054;121.50552190421,31.222543263054;121.50552190421,31.222543263054;121.50505478534,31.222435179673;121.50505478534,31.222427459427;121.50509071756,31.22255098329;121.50509970062,31.22260502493;121.50512664978,31.222890673076;121.50518054811,31.223361604602;121.50517156506,31.223446526428;121.50571054836,31.223431086102;121.50580936197,31.223075957893;121.50588122641,31.22300647613",
"traffic_condition": [],
"start_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
},
"end_location": {
"lng": 121.50581834502,
"lat": 31.222960154925
},
"vehicle_info": {
"type": 5,
"detail": null
}
}
]
]
},
{
"distance": 32051,
"duration": 24420,
"arrive_time": "2023-03-15 17:57:00",
"price": 667,
"price_detail": [],
"steps": [
[
{
"distance": 700,
"duration": 596,
"instructions": "步行700米",
"path": "116.30822266429,40.056885367807;116.30809690152,40.057182201905;116.30771063015,40.058051987341;116.30792622347,40.058162435484;116.30798910486,40.058217659488;116.30815079985,40.05838333123;116.30808791847,40.05852829367;116.30804300319,40.058631838081;116.30813283374,40.058652546944;116.30877961371,40.058797508807;116.30958808867,40.058997693727;116.31089063166,40.059301421438;116.31105232665,40.059335935864;116.31107927581,40.059335935864;116.31116012331,40.059356644512;116.31139368274,40.05941186754;116.31142961496,40.059418770416;116.31146554718,40.05942567329;116.31149249635,40.05942567329;116.31163622523,40.059487799131;116.31168114051,40.059508507732;116.31174402189,40.059536119189;116.31187876772,40.059612050641;116.31203147965,40.059329032981;116.3120224966,40.059329032981;116.31214825937,40.05939115891;116.31214825937,40.05939115891;116.31218419159,40.059398061787;116.31218419159,40.059398061787;116.31223808992,40.059418770416;116.3122830052,40.059398061787;116.3125435138,40.059108140325;116.31257944602,40.059039111222;116.31257944602,40.059039111222",
"traffic_condition": [],
"start_location": {
"lng": 116.3081418168,
"lat": 40.056871561538
},
"end_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 13359,
"duration": 1260,
"instructions": "西二旗站(A1北口)乘地铁13号线(西直门方向)经过6站到西直门站",
"path": "116.31258842907,40.059046014136;116.31280402239,40.058666352849;116.31298368349,40.05828668943;116.31505876922,40.055028399332;116.31619961722,40.053495844184;116.31922690679,40.049602169471;116.32102351781,40.047316947463;116.32103250086,40.04730313924;116.32103250086,40.04730313924;116.32308962048,40.044693334536;116.32457182457,40.043008645212;116.3254072487,40.041765814717;116.32656606281,40.039328419721;116.32683555446,40.038693163539;116.32683555446,40.038693163539;116.32706911389,40.038120046865;116.33010538652,40.030372137803;116.33232420112,40.024943929738;116.33297098109,40.024059905521;116.34142403594,40.01652451175;116.34252895172,40.015446971686;116.34322064696,40.014466119026;116.34365183361,40.013423084059;116.34383149471,40.012518186403;116.34389437609,40.010950129007;116.34385844387,40.010197172243;116.34410098636,40.007371782767;116.3444333594,39.998563271813;116.3444333594,39.998563271813;116.3446130205,39.994016941184;116.34471183411,39.992552100987;116.34525081741,39.989663785561;116.3458526821,39.986063583697;116.34640963152,39.983112795804;116.3466342079,39.982062367237;116.3466342079,39.982062367237;116.34687675039,39.981115585435;116.34714624204,39.980369207979;116.34898776833,39.977984891604;116.35096404046,39.975296387921;116.35135031183,39.974473919484;116.35161082042,39.973471738576;116.35181743069,39.972027189687;116.35181743069,39.972027189687;116.35196115957,39.970983501246;116.35224861734,39.969193296248;116.35232946483,39.968695624688;116.3527965837,39.967043605409;116.35352421116,39.965557444897;116.3549974322,39.962695630139;116.35694675515,39.959100909125;116.3582582812,39.956453137021;116.35830319647,39.955706488089;116.35793489121,39.953590938161;116.35788997594,39.952519310905;116.3597584514,39.94745823608",
"traffic_condition": [],
"start_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
},
"end_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁13号线",
"line_id": "7ad85451ff003ccb5d17c3b7",
"type": 1,
"stop_num": 6,
"on_station": "西二旗站(A1北口)",
"off_station": "西直门站",
"first_time": "05:10",
"last_time": "23:26",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "清河站",
"stop_location": {
"lng": 116.3210378907,
"lat": 40.047308731571
}
},
{
"stop_name": "上地",
"stop_location": {
"lng": 116.32683636293,
"lat": 40.038699170881
}
},
{
"stop_name": "五道口",
"stop_location": {
"lng": 116.34443389838,
"lat": 39.998568246354
}
},
{
"stop_name": "知春路",
"stop_location": {
"lng": 116.34664175366,
"lat": 39.982068241389
}
},
{
"stop_name": "大钟寺",
"stop_location": {
"lng": 116.3518203951,
"lat": 39.97203368677
}
}
],
"start_info": {
"start_time": "05:10",
"start_uid": "4e2e5e35444596fbf4eafc53",
"start_name": "西二旗站(A1北口)",
"start_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
}
},
"end_info": {
"end_time": "23:26",
"end_uid": "eb368582b6f2d35bac31e5de",
"end_name": "西直门站",
"end_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
}
}
}
}
},
{
"distance": 423,
"duration": 352,
"instructions": "站内通道换乘 步行423米",
"path": "116.35974946834,39.947451321785;116.3597584514,39.947465150374;116.35973150223,39.947561950418;116.3601177736,39.947568864701;116.36118675716,39.946912004619;116.361159808,39.946891261566;116.36117777411,39.946891261566;116.36119574022,39.946898175918;116.3614382827,39.94671148817;116.36150116409,39.946683830682;116.36170777436,39.946614686913;116.36170777436,39.946614686913;116.36176167269,39.946607772532;116.36204014739,39.946628515673;116.36204014739,39.946621601293;116.36211201184,39.945999304267;116.36211201184,39.945999304267;116.36210302878,39.946020047593",
"traffic_condition": [],
"start_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
},
"end_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 9917,
"duration": 1200,
"instructions": "西直门站乘地铁4号线大兴线(天宫院方向)经过9站到北京南站(C南口)",
"path": "116.36211201184,39.946020047593;116.36211201184,39.946020047593;116.36481591142,39.946213651665;116.36942421869,39.946386511976;116.37413133956,39.946580115002;116.37789523965,39.946676916308;116.37835337546,39.946593943769;116.37890134182,39.946317367905;116.37915286736,39.945923245351;116.37931456235,39.939748359884;116.37931456235,39.939748359884;116.37972778289,39.931027884146;116.37976371511,39.930246375256;116.37976371511,39.930246375256;116.37979066427,39.929478689626;116.38021286786,39.922963386572;116.38022185092,39.922133366781;116.38022185092,39.922133366781;116.38024880008,39.921123495693;116.38032964758,39.9205908864;116.38051829174,39.914607391176;116.38057219007,39.913306862386;116.38057219007,39.913306862386;116.38059913923,39.911985554986;116.38079676644,39.906921458347;116.38084168172,39.905876768511;116.38096744449,39.895380549836;116.38096744449,39.895380549836;116.38089558005,39.884619724788;116.38089558005,39.884619724788;116.38089558005,39.880155731832;116.38117405476,39.879020654354;116.3817849025,39.878217783239;116.38269219107,39.877318002626;116.38325812354,39.876715835108;116.38402168322,39.875608386679;116.38460558181,39.874493998502;116.38497388706,39.873400357578;116.38528829399,39.872542044795;116.38567456536,39.871039971374",
"traffic_condition": [],
"start_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
},
"end_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁4号线大兴线",
"line_id": "1479a7007b19e457ebf8536c",
"type": 1,
"stop_num": 9,
"on_station": "西直门站",
"off_station": "北京南站",
"first_time": "05:22",
"last_time": "23:12",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "新街口",
"stop_location": {
"lng": 116.37413196837,
"lat": 39.946580460721
}
},
{
"stop_name": "平安里",
"stop_location": {
"lng": 116.37931815557,
"lat": 39.939750780162
}
},
{
"stop_name": "西四",
"stop_location": {
"lng": 116.37977009308,
"lat": 39.930247827626
}
},
{
"stop_name": "灵境胡同",
"stop_location": {
"lng": 116.38022328821,
"lat": 39.922135787687
}
},
{
"stop_name": "西单",
"stop_location": {
"lng": 116.3805752443,
"lat": 39.913308937718
}
},
{
"stop_name": "宣武门",
"stop_location": {
"lng": 116.38084788003,
"lat": 39.905881057998
}
},
{
"stop_name": "菜市口",
"stop_location": {
"lng": 116.38097319365,
"lat": 39.895386154709
}
},
{
"stop_name": "陶然亭",
"stop_location": {
"lng": 116.38090150887,
"lat": 39.884625468962
}
}
],
"start_info": {
"start_time": "05:22",
"start_uid": "bdd5e3dce1b94802705e8028",
"start_name": "西直门站",
"start_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
}
},
"end_info": {
"end_time": "23:12",
"end_uid": "d44c0f1c6af0814f12882496",
"end_name": "北京南站",
"end_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
}
}
}
}
},
{
"distance": 43,
"duration": 35,
"instructions": "步行43米",
"path": "116.38566558231,39.8710330493;116.3856476162,39.871005360996;116.38563863314,39.87089460767;116.38581829424,39.87089460767;116.38581829424,39.87089460767;116.38584524341,39.870887685582",
"traffic_condition": [],
"start_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
},
"end_location": {
"lng": 116.38690524391,
"lat": 39.869953197121
},
"vehicle_info": {
"type": 5,
"detail": null
}
}
],
[
{
"distance": 0,
"duration": 16500,
"instructions": "北京南站乘坐G13到达上海站 ",
"path": "116.38548592121,39.871275321474;117.06727285411,39.062754661525;116.89802311298,36.67526195637;118.80433520181,31.975021252677;121.46205290058,31.255919613617",
"traffic_condition": [],
"start_location": {
"lng": 116.38548592121,
"lat": 39.871275321474
},
"end_location": {
"lng": 121.46205290058,
"lat": 31.255919613617
},
"vehicle_info": {
"type": 1,
"detail": {
"name": "G13",
"price": 667,
"departure_station": "北京南站",
"arrive_station": "上海站",
"departure_time": "013:00",
"arrive_time": "017:35",
"start_info": {
"start_name": "北京南站",
"start_city": "北京",
"start_time": "2023-03-15 13:00:00"
},
"end_info": {
"end_name": "上海站",
"end_city": "上海",
"end_time": "2023-03-15 17:35:00"
},
"booking": "12306"
}
}
}
],
[
{
"distance": 335,
"duration": 283,
"instructions": "步行335米",
"path": "121.46282544332,31.254144575753;121.4626278161,31.254221752013;121.46190018864,31.254491868422;121.46181934115,31.254530456417;121.46177442587,31.254460998015;121.46163069699,31.254229469636;121.46175645976,31.254183163891;121.46204391752,31.254082834699;121.46205290058,31.254082834699;121.46205290058,31.254075117065;121.46213374807,31.254206316767;121.46213374807,31.254206316767;121.46215171418,31.254183163891;121.46215171418,31.254183163891;121.46257391777,31.253997940683;121.46257391777,31.253997940683;121.46236730751,31.253604340148;121.46235832445,31.253596622474",
"traffic_condition": [],
"start_location": {
"lng": 121.4630679858,
"lat": 31.254599914767
},
"end_location": {
"lng": 121.46236730751,
"lat": 31.253596622474
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 2800,
"duration": 300,
"instructions": "上海火车站(1口)乘地铁1号线(莘庄方向)经过3站到人民广场站",
"path": "121.46236730751,31.253596622474;121.46236730751,31.253596622474;121.46186425642,31.252709085699;121.46149595116,31.251883283046;121.46144205283,31.251644030447;121.46143306978,31.2514279308;121.46159476477,31.250818218386;121.46228646001,31.249575627614;121.46386747771,31.248086040514;121.46392137604,31.24804744986;121.46398425742,31.248016577324;121.46499934265,31.247900805226;121.46499934265,31.247900805226;121.46677798756,31.247684696927;121.46696663172,31.247653824272;121.47393748248,31.245029611337;121.47479985576,31.244697720337;121.47479985576,31.244697720337;121.47563527989,31.244373546596;121.47647070401,31.244049371731;121.47683002622,31.243825536049;121.47727019592,31.243586262832;121.47801578949,31.243130870177;121.47948002747,31.241679773709;121.48074663824,31.240159185699;121.48133951988,31.239371866457;121.48142935043,31.239248364798;121.48156409626,31.239070830878;121.48162697764,31.238985923231;121.48167189292,31.238924172167;121.48168985903,31.23889329662;121.4819144354,31.238584540588;121.4819144354,31.238584540588",
"traffic_condition": [],
"start_location": {
"lng": 121.46236730751,
"lat": 31.253596622474
},
"end_location": {
"lng": 121.4819144354,
"lat": 31.238584540588
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁1号线",
"line_id": "3f30cc2f15f096fb9fec2bb7",
"type": 1,
"stop_num": 3,
"on_station": "上海火车站(1口)",
"off_station": "人民广场站",
"first_time": "05:30",
"last_time": "23:00",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "汉中路",
"stop_location": {
"lng": 121.4650065291,
"lat": 31.247906207927
}
},
{
"stop_name": "新闸路",
"stop_location": {
"lng": 121.47480138288,
"lat": 31.244698800915
}
}
],
"start_info": {
"start_time": "05:30",
"start_uid": "722cee03d327cb7527d2bbd9",
"start_name": "上海火车站(1口)",
"start_location": {
"lng": 121.46236730751,
"lat": 31.253596622474
}
},
"end_info": {
"end_time": "23:00",
"end_uid": "0b153ed2266fb36677e5b6d9",
"end_name": "人民广场站",
"end_location": {
"lng": 121.4819144354,
"lat": 31.238584540588
}
}
}
}
},
{
"distance": 32,
"duration": 26,
"instructions": "站厅换乘",
"path": "121.4819144354,31.238576821674;121.48189646929,31.238576821674;121.48188748624,31.238592259501;121.48208511345,31.238638572967;121.48205816429,31.238669448598;121.48205816429,31.238669448598;121.48209409651,31.238677167504",
"traffic_condition": [],
"start_location": {
"lng": 121.4819144354,
"lat": 31.238584540588
},
"end_location": {
"lng": 121.48210307956,
"lat": 31.238677167504
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 2596,
"duration": 300,
"instructions": "人民广场站乘地铁8号线(沈杜公路方向)经过3站到陆家浜路站",
"path": "121.48210307956,31.238677167504;121.48210307956,31.238677167504;121.48358528365,31.236554444292;121.48480697915,31.234740442649;121.4858759627,31.233127109507;121.48588494576,31.233119390143;121.48588494576,31.233119390143;121.48644189517,31.232293414493;121.4869359632,31.231506029047;121.48734020068,31.230764954338;121.48769053983,31.22934454474;121.48774443816,31.229043476893;121.48782528566,31.228572573958;121.48790613316,31.227707959122;121.48824748925,31.22687421582;121.48834630286,31.226634899241;121.48937037114,31.224874745599;121.4894781678,31.224674024221;121.4894781678,31.224666304159;121.4895769814,31.224496462643;121.49046630386,31.222882952867;121.49102325328,31.221732634654;121.49210121989,31.219262104802;121.49273003374,31.217370561311",
"traffic_condition": [],
"start_location": {
"lng": 121.48210307956,
"lat": 31.238677167504
},
"end_location": {
"lng": 121.49273003374,
"lat": 31.217370561311
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁8号线",
"line_id": "2d6cc6ff85250abeb75f1eb7",
"type": 1,
"stop_num": 3,
"on_station": "人民广场站",
"off_station": "陆家浜路站",
"first_time": "06:00",
"last_time": "23:00",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "大世界",
"stop_location": {
"lng": 121.48588871864,
"lat": 31.23312186034
}
},
{
"stop_name": "老西门",
"stop_location": {
"lng": 121.48948481526,
"lat": 31.224674178622
}
}
],
"start_info": {
"start_time": "06:00",
"start_uid": "0613d21bc5f0d35717a190de",
"start_name": "人民广场站",
"start_location": {
"lng": 121.48210307956,
"lat": 31.238677167504
}
},
"end_info": {
"end_time": "23:00",
"end_uid": "f4350ea165df78a85a1093de",
"end_name": "陆家浜路站",
"end_location": {
"lng": 121.49273003374,
"lat": 31.217370561311
}
}
}
}
},
{
"distance": 11,
"duration": 9,
"instructions": "站厅换乘",
"path": "121.49272105069,31.217362840647;121.49270308458,31.217386002637;121.49270308458,31.217386002637;121.4926581693,31.217386002637;121.49264918625,31.2173937233",
"traffic_condition": [],
"start_location": {
"lng": 121.49273003374,
"lat": 31.217370561311
},
"end_location": {
"lng": 121.4926581693,
"lat": 31.217401443961
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 1505,
"duration": 180,
"instructions": "陆家浜路站乘地铁9号线(曹路方向)经过1站到小南门站(1口)",
"path": "121.4926581693,31.217401443961;121.49496681446,31.217656225432;121.49863190094,31.218096300884;121.50059919001,31.218351080464;121.50354563208,31.218798873196;121.50390495429,31.219030489285;121.50413851372,31.219424235323;121.50489309035,31.22265134631;121.50489309035,31.22265134631",
"traffic_condition": [],
"start_location": {
"lng": 121.4926581693,
"lat": 31.217401443961
},
"end_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁9号线",
"line_id": "afe624f70958ecccdb1318b7",
"type": 1,
"stop_num": 1,
"on_station": "陆家浜路站",
"off_station": "小南门站",
"first_time": "06:12",
"last_time": "23:37",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [],
"start_info": {
"start_time": "06:12",
"start_uid": "c78e3647d2c73bb683a12e47",
"start_name": "陆家浜路站",
"start_location": {
"lng": 121.4926581693,
"lat": 31.217401443961
}
},
"end_info": {
"end_time": "23:37",
"end_uid": "add374c0bdf8bae8b7f42f47",
"end_name": "小南门站",
"end_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
}
}
}
}
},
{
"distance": 330,
"duration": 279,
"instructions": "步行330米",
"path": "121.50488410729,31.222643626081;121.50488410729,31.222643626081;121.50549495504,31.222543263054;121.50549495504,31.222543263054;121.50552190421,31.222543263054;121.50552190421,31.222543263054;121.50505478534,31.222435179673;121.50505478534,31.222427459427;121.50509071756,31.22255098329;121.50509970062,31.22260502493;121.50512664978,31.222890673076;121.50518054811,31.223361604602;121.50517156506,31.223446526428;121.50571054836,31.223431086102;121.50580936197,31.223075957893;121.50588122641,31.22300647613",
"traffic_condition": [],
"start_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
},
"end_location": {
"lng": 121.50581834502,
"lat": 31.222960154925
},
"vehicle_info": {
"type": 5,
"detail": null
}
}
]
]
},
{
"distance": 51880,
"duration": 25920,
"arrive_time": "2023-03-15 19:25:00",
"price": 662,
"price_detail": [],
"steps": [
[
{
"distance": 700,
"duration": 596,
"instructions": "步行700米",
"path": "116.30822266429,40.056885367807;116.30809690152,40.057182201905;116.30771063015,40.058051987341;116.30792622347,40.058162435484;116.30798910486,40.058217659488;116.30815079985,40.05838333123;116.30808791847,40.05852829367;116.30804300319,40.058631838081;116.30813283374,40.058652546944;116.30877961371,40.058797508807;116.30958808867,40.058997693727;116.31089063166,40.059301421438;116.31105232665,40.059335935864;116.31107927581,40.059335935864;116.31116012331,40.059356644512;116.31139368274,40.05941186754;116.31142961496,40.059418770416;116.31146554718,40.05942567329;116.31149249635,40.05942567329;116.31163622523,40.059487799131;116.31168114051,40.059508507732;116.31174402189,40.059536119189;116.31187876772,40.059612050641;116.31203147965,40.059329032981;116.3120224966,40.059329032981;116.31214825937,40.05939115891;116.31214825937,40.05939115891;116.31218419159,40.059398061787;116.31218419159,40.059398061787;116.31223808992,40.059418770416;116.3122830052,40.059398061787;116.3125435138,40.059108140325;116.31257944602,40.059039111222;116.31257944602,40.059039111222",
"traffic_condition": [],
"start_location": {
"lng": 116.3081418168,
"lat": 40.056871561538
},
"end_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 13359,
"duration": 1260,
"instructions": "西二旗站(A1北口)乘地铁13号线(西直门方向)经过6站到西直门站",
"path": "116.31258842907,40.059046014136;116.31280402239,40.058666352849;116.31298368349,40.05828668943;116.31505876922,40.055028399332;116.31619961722,40.053495844184;116.31922690679,40.049602169471;116.32102351781,40.047316947463;116.32103250086,40.04730313924;116.32103250086,40.04730313924;116.32308962048,40.044693334536;116.32457182457,40.043008645212;116.3254072487,40.041765814717;116.32656606281,40.039328419721;116.32683555446,40.038693163539;116.32683555446,40.038693163539;116.32706911389,40.038120046865;116.33010538652,40.030372137803;116.33232420112,40.024943929738;116.33297098109,40.024059905521;116.34142403594,40.01652451175;116.34252895172,40.015446971686;116.34322064696,40.014466119026;116.34365183361,40.013423084059;116.34383149471,40.012518186403;116.34389437609,40.010950129007;116.34385844387,40.010197172243;116.34410098636,40.007371782767;116.3444333594,39.998563271813;116.3444333594,39.998563271813;116.3446130205,39.994016941184;116.34471183411,39.992552100987;116.34525081741,39.989663785561;116.3458526821,39.986063583697;116.34640963152,39.983112795804;116.3466342079,39.982062367237;116.3466342079,39.982062367237;116.34687675039,39.981115585435;116.34714624204,39.980369207979;116.34898776833,39.977984891604;116.35096404046,39.975296387921;116.35135031183,39.974473919484;116.35161082042,39.973471738576;116.35181743069,39.972027189687;116.35181743069,39.972027189687;116.35196115957,39.970983501246;116.35224861734,39.969193296248;116.35232946483,39.968695624688;116.3527965837,39.967043605409;116.35352421116,39.965557444897;116.3549974322,39.962695630139;116.35694675515,39.959100909125;116.3582582812,39.956453137021;116.35830319647,39.955706488089;116.35793489121,39.953590938161;116.35788997594,39.952519310905;116.3597584514,39.94745823608",
"traffic_condition": [],
"start_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
},
"end_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁13号线",
"line_id": "7ad85451ff003ccb5d17c3b7",
"type": 1,
"stop_num": 6,
"on_station": "西二旗站(A1北口)",
"off_station": "西直门站",
"first_time": "05:10",
"last_time": "23:26",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "清河站",
"stop_location": {
"lng": 116.3210378907,
"lat": 40.047308731571
}
},
{
"stop_name": "上地",
"stop_location": {
"lng": 116.32683636293,
"lat": 40.038699170881
}
},
{
"stop_name": "五道口",
"stop_location": {
"lng": 116.34443389838,
"lat": 39.998568246354
}
},
{
"stop_name": "知春路",
"stop_location": {
"lng": 116.34664175366,
"lat": 39.982068241389
}
},
{
"stop_name": "大钟寺",
"stop_location": {
"lng": 116.3518203951,
"lat": 39.97203368677
}
}
],
"start_info": {
"start_time": "05:10",
"start_uid": "4e2e5e35444596fbf4eafc53",
"start_name": "西二旗站(A1北口)",
"start_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
}
},
"end_info": {
"end_time": "23:26",
"end_uid": "eb368582b6f2d35bac31e5de",
"end_name": "西直门站",
"end_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
}
}
}
}
},
{
"distance": 423,
"duration": 352,
"instructions": "站内通道换乘 步行423米",
"path": "116.35974946834,39.947451321785;116.3597584514,39.947465150374;116.35973150223,39.947561950418;116.3601177736,39.947568864701;116.36118675716,39.946912004619;116.361159808,39.946891261566;116.36117777411,39.946891261566;116.36119574022,39.946898175918;116.3614382827,39.94671148817;116.36150116409,39.946683830682;116.36170777436,39.946614686913;116.36170777436,39.946614686913;116.36176167269,39.946607772532;116.36204014739,39.946628515673;116.36204014739,39.946621601293;116.36211201184,39.945999304267;116.36211201184,39.945999304267;116.36210302878,39.946020047593",
"traffic_condition": [],
"start_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
},
"end_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 9917,
"duration": 1200,
"instructions": "西直门站乘地铁4号线大兴线(天宫院方向)经过9站到北京南站(C南口)",
"path": "116.36211201184,39.946020047593;116.36211201184,39.946020047593;116.36481591142,39.946213651665;116.36942421869,39.946386511976;116.37413133956,39.946580115002;116.37789523965,39.946676916308;116.37835337546,39.946593943769;116.37890134182,39.946317367905;116.37915286736,39.945923245351;116.37931456235,39.939748359884;116.37931456235,39.939748359884;116.37972778289,39.931027884146;116.37976371511,39.930246375256;116.37976371511,39.930246375256;116.37979066427,39.929478689626;116.38021286786,39.922963386572;116.38022185092,39.922133366781;116.38022185092,39.922133366781;116.38024880008,39.921123495693;116.38032964758,39.9205908864;116.38051829174,39.914607391176;116.38057219007,39.913306862386;116.38057219007,39.913306862386;116.38059913923,39.911985554986;116.38079676644,39.906921458347;116.38084168172,39.905876768511;116.38096744449,39.895380549836;116.38096744449,39.895380549836;116.38089558005,39.884619724788;116.38089558005,39.884619724788;116.38089558005,39.880155731832;116.38117405476,39.879020654354;116.3817849025,39.878217783239;116.38269219107,39.877318002626;116.38325812354,39.876715835108;116.38402168322,39.875608386679;116.38460558181,39.874493998502;116.38497388706,39.873400357578;116.38528829399,39.872542044795;116.38567456536,39.871039971374",
"traffic_condition": [],
"start_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
},
"end_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁4号线大兴线",
"line_id": "1479a7007b19e457ebf8536c",
"type": 1,
"stop_num": 9,
"on_station": "西直门站",
"off_station": "北京南站",
"first_time": "05:22",
"last_time": "23:12",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "新街口",
"stop_location": {
"lng": 116.37413196837,
"lat": 39.946580460721
}
},
{
"stop_name": "平安里",
"stop_location": {
"lng": 116.37931815557,
"lat": 39.939750780162
}
},
{
"stop_name": "西四",
"stop_location": {
"lng": 116.37977009308,
"lat": 39.930247827626
}
},
{
"stop_name": "灵境胡同",
"stop_location": {
"lng": 116.38022328821,
"lat": 39.922135787687
}
},
{
"stop_name": "西单",
"stop_location": {
"lng": 116.3805752443,
"lat": 39.913308937718
}
},
{
"stop_name": "宣武门",
"stop_location": {
"lng": 116.38084788003,
"lat": 39.905881057998
}
},
{
"stop_name": "菜市口",
"stop_location": {
"lng": 116.38097319365,
"lat": 39.895386154709
}
},
{
"stop_name": "陶然亭",
"stop_location": {
"lng": 116.38090150887,
"lat": 39.884625468962
}
}
],
"start_info": {
"start_time": "05:22",
"start_uid": "bdd5e3dce1b94802705e8028",
"start_name": "西直门站",
"start_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
}
},
"end_info": {
"end_time": "23:12",
"end_uid": "d44c0f1c6af0814f12882496",
"end_name": "北京南站",
"end_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
}
}
}
}
},
{
"distance": 43,
"duration": 35,
"instructions": "步行43米",
"path": "116.38566558231,39.8710330493;116.3856476162,39.871005360996;116.38563863314,39.87089460767;116.38581829424,39.87089460767;116.38581829424,39.87089460767;116.38584524341,39.870887685582",
"traffic_condition": [],
"start_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
},
"end_location": {
"lng": 116.38690524391,
"lat": 39.869953197121
},
"vehicle_info": {
"type": 5,
"detail": null
}
}
],
[
{
"distance": 0,
"duration": 16380,
"instructions": "北京南站乘坐G15到达上海虹桥站 ",
"path": "116.38548592121,39.871275321474;116.89802311298,36.67526195637;118.80433520181,31.975021252677;120.64981404151,31.427321653326;121.32701063326,31.200453058987",
"traffic_condition": [],
"start_location": {
"lng": 116.38548592121,
"lat": 39.871275321474
},
"end_location": {
"lng": 121.32701063326,
"lat": 31.200453058987
},
"vehicle_info": {
"type": 1,
"detail": {
"name": "G15",
"price": 662,
"departure_station": "北京南站",
"arrive_station": "上海虹桥站",
"departure_time": "014:00",
"arrive_time": "018:33",
"start_info": {
"start_name": "北京南站",
"start_city": "北京",
"start_time": "2023-03-15 14:00:00"
},
"end_info": {
"end_name": "上海虹桥站",
"end_city": "上海",
"end_time": "2023-03-15 18:33:00"
},
"booking": "12306"
}
}
}
],
[
{
"distance": 119,
"duration": 99,
"instructions": "步行119米",
"path": "121.32571707333,31.200128731965;121.325663175,31.200105565706;121.325663175,31.200105565706;121.32563622583,31.200121009879;121.32562724278,31.200167342384;121.32564520889,31.200175064466;121.32615724303,31.200236841097;121.32651656523,31.200260007324;121.32651656523,31.200267729398",
"traffic_condition": [],
"start_location": {
"lng": 121.32486368309,
"lat": 31.20005151108
},
"end_location": {
"lng": 121.32652554829,
"lat": 31.200275451471
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 23457,
"duration": 2400,
"instructions": "虹桥火车站(南1口)乘地铁2号线(浦东国际机场方向)经过14站到世纪大道站",
"path": "121.32652554829,31.200275451471;121.32789995572,31.200321783899;121.32938215981,31.200383560434;121.3298043634,31.200437614869;121.33135843193,31.200584333891;121.33212199162,31.200622944122;121.3327058902,31.200646110253;121.3327058902,31.200646110253;121.33359521265,31.200684720459;121.33788012993,31.200815995038;121.33869758795,31.200870049223;121.33957792735,31.201186651681;121.33997318177,31.201565028824;121.34076369062,31.203001303661;121.34112301283,31.203912477355;121.34099725005,31.20470009493;121.33891318127,31.209147693401;121.33787114688,31.211633932444;121.3373860619,31.214259082142;121.33776335022,31.218629021032;121.33823046908,31.220914278863;121.33887724905,31.222504661861;121.33936233403,31.222967875128;121.33977555456,31.223230361628;121.34061996174,31.22366269073;121.342129115,31.224025536827;121.34321606466,31.224195379198;121.34437487877,31.224457862256;121.34553369288,31.22461226371;121.34665657477,31.22476666491;121.34801301609,31.224874745599;121.34989945766,31.224928785896;121.3508516615,31.224836145367;121.35380708663,31.224720344577;121.35822674974,31.224519622868;121.35990658104,31.224419261852;121.36220624314,31.224342060997;121.36471251552,31.224056417281;121.36600607545,31.223948335648;121.36600607545,31.223948335648;121.36734455066,31.223840253889;121.37420760476,31.223353884432;121.37472862195,31.223299843225;121.37690252129,31.222898393284;121.37922913256,31.222458340408;121.38063947221,31.222103208508;121.38063947221,31.222103208508;121.38187015076,31.221802117364;121.38214862547,31.221763515865;121.38257082906,31.221701753434;121.38329845652,31.221647711273;121.38519388114,31.221578228449;121.38635269525,31.221493304928;121.38930812038,31.221253974589;121.3904040531,31.221138169366;121.39197608774,31.220844795495;121.3927845627,31.220667226652;121.3936649021,31.220481937066;121.3936649021,31.220481937066;121.39582083533,31.220034152386;121.39948592181,31.219292986828;121.40248626221,31.218698506045;121.40448050044,31.218320198127;121.40680711171,31.217633063508;121.40939423158,31.2171852652;121.41036440153,31.217030851493;121.41036440153,31.217030851493;121.41166694452,31.216845554709;121.41194541923,31.216837834002;121.41271796197,31.216899599642;121.41535898017,31.218289315781;121.41700287925,31.219941507012;121.4179730492,31.220775312075;121.42122491515,31.223685851161;121.42215915288,31.224102737943;121.42414440806,31.224565943301;121.42414440806,31.224565943301;121.42654288377,31.225098626628;121.43054932634,31.225222146966;121.43452881975,31.225098626628;121.43574153219,31.225276187063;121.43694526157,31.225615866957;121.4380411943,31.225947825662;121.43893949981,31.22620258387;121.43893949981,31.22620258387;121.44001746642,31.226503660858;121.44097865331,31.226596299736;121.44147272134,31.226534540494;121.44196678938,31.226411021888;121.44292797627,31.225847466178;121.44339509514,31.22580114638;121.44391611233,31.225901505914;121.44627865582,31.226920535088;121.44685357135,31.227167570792;121.44732967327,31.227306528089;121.44881187736,31.227576722243;121.44982696259,31.228047630189;121.45241408246,31.229421741468;121.45308781159,31.229722808098;121.45308781159,31.229722808098;121.45519882954,31.230649160885;121.45597137228,31.231042858042;121.4598879843,31.233103951413;121.46544849541,31.23571306067;121.46654442813,31.23603726443;121.46654442813,31.23603726443;121.46893392078,31.236762859249;121.47014663322,31.236963554695;121.474512398,31.237341787249;121.47640782263,31.237542481453;121.47726121286,31.237835802976;121.47926443415,31.238785232125;121.47926443415,31.238785232125;121.48098918073,31.239657463418;121.48128562155,31.239819558603;121.48223782539,31.240359873857;121.48335172422,31.240799842544;121.48804986204,31.242065705819;121.49031359192,31.242907032297;121.49031359192,31.242907032297;121.49484105169,31.244404420334;121.49663766271,31.244643691459;121.50280902157,31.244720875562;121.50491105646,31.244612817799;121.50827970212,31.244026216341;121.50898038042,31.243810099086;121.50898038042,31.243810099086;121.50966309261,31.24357854433;121.51843055438,31.240228654725;121.51970614821,31.239796402166;121.52199682726,31.239078549751;121.52199682726,31.239078549751;121.52713513478,31.237449853412;121.52781784696,31.237202844856;121.53134818762,31.235936915767;121.53170750982,31.235751656415;121.53236327284,31.235388855787;121.5334322564,31.234848511818;121.5334322564,31.234848511818",
"traffic_condition": [],
"start_location": {
"lng": 121.32652554829,
"lat": 31.200275451471
},
"end_location": {
"lng": 121.5334322564,
"lat": 31.234848511818
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁2号线",
"line_id": "247689ecaf8ffcb9455726b7",
"type": 1,
"stop_num": 14,
"on_station": "虹桥火车站(南1口)",
"off_station": "世纪大道站",
"first_time": "05:31",
"last_time": "22:48",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "虹桥2号航站楼",
"stop_location": {
"lng": 121.33271011223,
"lat": 31.200647886323
}
},
{
"stop_name": "淞虹路",
"stop_location": {
"lng": 121.36601047715,
"lat": 31.223954125738
}
},
{
"stop_name": "北新泾",
"stop_location": {
"lng": 121.3806397417,
"lat": 31.222104057738
}
},
{
"stop_name": "威宁路",
"stop_location": {
"lng": 121.39367172923,
"lat": 31.22048371276
}
},
{
"stop_name": "娄山关路",
"stop_location": {
"lng": 121.41037068967,
"lat": 31.217035561115
}
},
{
"stop_name": "中山公园",
"stop_location": {
"lng": 121.42415294196,
"lat": 31.224568490924
}
},
{
"stop_name": "江苏路",
"stop_location": {
"lng": 121.43894210489,
"lat": 31.226206675435
}
},
{
"stop_name": "静安寺",
"stop_location": {
"lng": 121.45308942854,
"lat": 31.229724583617
}
},
{
"stop_name": "南京西路",
"stop_location": {
"lng": 121.46654478745,
"lat": 31.236045060744
}
},
{
"stop_name": "人民广场",
"stop_location": {
"lng": 121.47927144093,
"lat": 31.238790480975
}
},
{
"stop_name": "南京东路",
"stop_location": {
"lng": 121.49031413091,
"lat": 31.242911200318
}
},
{
"stop_name": "陆家嘴",
"stop_location": {
"lng": 121.50898370415,
"lat": 31.243811719967
}
},
{
"stop_name": "东昌路",
"stop_location": {
"lng": 121.52199772556,
"lat": 31.239079090072
}
}
],
"start_info": {
"start_time": "05:31",
"start_uid": "5bfd3476e7bc47605bf6bea5",
"start_name": "虹桥火车站(南1口)",
"start_location": {
"lng": 121.32652554829,
"lat": 31.200275451471
}
},
"end_info": {
"end_time": "22:48",
"end_uid": "f4236c4f9f3c50008d55ecd9",
"end_name": "世纪大道站",
"end_location": {
"lng": 121.5334322564,
"lat": 31.234848511818
}
}
}
}
},
{
"distance": 7,
"duration": 5,
"instructions": "站厅换乘",
"path": "121.5334322564,31.234840792595;121.53342327335,31.234833073373;121.53342327335,31.234833073373;121.53339632418,31.234840792595;121.53338734113,31.2348099157",
"traffic_condition": [],
"start_location": {
"lng": 121.5334322564,
"lat": 31.234848511818
},
"end_location": {
"lng": 121.53339632418,
"lat": 31.2348099157
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 3525,
"duration": 360,
"instructions": "世纪大道站乘地铁9号线(松江南站方向)经过2站到小南门站(1口)",
"path": "121.53339632418,31.2348099157;121.53284835782,31.235087807389;121.53232734062,31.235357979073;121.53161767927,31.235751656415;121.53133022151,31.235890600963;121.53127632318,31.235906039234;121.53106971291,31.235983230548;121.53020733962,31.236245680539;121.52819513528,31.236917240399;121.52751242309,31.237141092615;121.52712615172,31.237264597056;121.52696445673,31.237287754121;121.52657818536,31.237295473141;121.52290411582,31.236129893869;121.52290411582,31.236129893869;121.52288614971,31.236122174753;121.52203275948,31.235828847856;121.52071225038,31.235396574964;121.51877191048,31.234972019286;121.51683157058,31.234616934875;121.515106824,31.233706060008;121.51333716214,31.232694824131;121.50885461765,31.229792284875;121.50854021072,31.22953753644;121.50799224436,31.229051196593;121.50748919327,31.228564854218;121.50642020972,31.227383726498;121.50599800613,31.226835616414;121.5056027517,31.226140824368;121.5052434295,31.225345667142;121.50500987007,31.223168600165;121.50489309035,31.22265134631",
"traffic_condition": [],
"start_location": {
"lng": 121.53339632418,
"lat": 31.2348099157
},
"end_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁9号线",
"line_id": "a533a15f6a82e35a970319b7",
"type": 1,
"stop_num": 2,
"on_station": "世纪大道站",
"off_station": "小南门站",
"first_time": "05:34",
"last_time": "22:59",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "商城路",
"stop_location": {
"lng": 121.52290708023,
"lat": 31.236130742972
}
}
],
"start_info": {
"start_time": "05:34",
"start_uid": "b877d321ffd171b4e4073847",
"start_name": "世纪大道站",
"start_location": {
"lng": 121.53339632418,
"lat": 31.2348099157
}
},
"end_info": {
"end_time": "22:59",
"end_uid": "354251fd5b009d930bb93a47",
"end_name": "小南门站",
"end_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
}
}
}
}
},
{
"distance": 330,
"duration": 279,
"instructions": "步行330米",
"path": "121.50488410729,31.222643626081;121.50488410729,31.222643626081;121.50549495504,31.222543263054;121.50549495504,31.222543263054;121.50552190421,31.222543263054;121.50552190421,31.222543263054;121.50505478534,31.222435179673;121.50505478534,31.222427459427;121.50509071756,31.22255098329;121.50509970062,31.22260502493;121.50512664978,31.222890673076;121.50518054811,31.223361604602;121.50517156506,31.223446526428;121.50571054836,31.223431086102;121.50580936197,31.223075957893;121.50588122641,31.22300647613",
"traffic_condition": [],
"start_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
},
"end_location": {
"lng": 121.50581834502,
"lat": 31.222960154925
},
"vehicle_info": {
"type": 5,
"detail": null
}
}
]
]
},
{
"distance": 51880,
"duration": 25980,
"arrive_time": "2023-03-15 20:26:00",
"price": 662,
"price_detail": [],
"steps": [
[
{
"distance": 700,
"duration": 596,
"instructions": "步行700米",
"path": "116.30822266429,40.056885367807;116.30809690152,40.057182201905;116.30771063015,40.058051987341;116.30792622347,40.058162435484;116.30798910486,40.058217659488;116.30815079985,40.05838333123;116.30808791847,40.05852829367;116.30804300319,40.058631838081;116.30813283374,40.058652546944;116.30877961371,40.058797508807;116.30958808867,40.058997693727;116.31089063166,40.059301421438;116.31105232665,40.059335935864;116.31107927581,40.059335935864;116.31116012331,40.059356644512;116.31139368274,40.05941186754;116.31142961496,40.059418770416;116.31146554718,40.05942567329;116.31149249635,40.05942567329;116.31163622523,40.059487799131;116.31168114051,40.059508507732;116.31174402189,40.059536119189;116.31187876772,40.059612050641;116.31203147965,40.059329032981;116.3120224966,40.059329032981;116.31214825937,40.05939115891;116.31214825937,40.05939115891;116.31218419159,40.059398061787;116.31218419159,40.059398061787;116.31223808992,40.059418770416;116.3122830052,40.059398061787;116.3125435138,40.059108140325;116.31257944602,40.059039111222;116.31257944602,40.059039111222",
"traffic_condition": [],
"start_location": {
"lng": 116.3081418168,
"lat": 40.056871561538
},
"end_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 13359,
"duration": 1260,
"instructions": "西二旗站(A1北口)乘地铁13号线(西直门方向)经过6站到西直门站",
"path": "116.31258842907,40.059046014136;116.31280402239,40.058666352849;116.31298368349,40.05828668943;116.31505876922,40.055028399332;116.31619961722,40.053495844184;116.31922690679,40.049602169471;116.32102351781,40.047316947463;116.32103250086,40.04730313924;116.32103250086,40.04730313924;116.32308962048,40.044693334536;116.32457182457,40.043008645212;116.3254072487,40.041765814717;116.32656606281,40.039328419721;116.32683555446,40.038693163539;116.32683555446,40.038693163539;116.32706911389,40.038120046865;116.33010538652,40.030372137803;116.33232420112,40.024943929738;116.33297098109,40.024059905521;116.34142403594,40.01652451175;116.34252895172,40.015446971686;116.34322064696,40.014466119026;116.34365183361,40.013423084059;116.34383149471,40.012518186403;116.34389437609,40.010950129007;116.34385844387,40.010197172243;116.34410098636,40.007371782767;116.3444333594,39.998563271813;116.3444333594,39.998563271813;116.3446130205,39.994016941184;116.34471183411,39.992552100987;116.34525081741,39.989663785561;116.3458526821,39.986063583697;116.34640963152,39.983112795804;116.3466342079,39.982062367237;116.3466342079,39.982062367237;116.34687675039,39.981115585435;116.34714624204,39.980369207979;116.34898776833,39.977984891604;116.35096404046,39.975296387921;116.35135031183,39.974473919484;116.35161082042,39.973471738576;116.35181743069,39.972027189687;116.35181743069,39.972027189687;116.35196115957,39.970983501246;116.35224861734,39.969193296248;116.35232946483,39.968695624688;116.3527965837,39.967043605409;116.35352421116,39.965557444897;116.3549974322,39.962695630139;116.35694675515,39.959100909125;116.3582582812,39.956453137021;116.35830319647,39.955706488089;116.35793489121,39.953590938161;116.35788997594,39.952519310905;116.3597584514,39.94745823608",
"traffic_condition": [],
"start_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
},
"end_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁13号线",
"line_id": "7ad85451ff003ccb5d17c3b7",
"type": 1,
"stop_num": 6,
"on_station": "西二旗站(A1北口)",
"off_station": "西直门站",
"first_time": "05:10",
"last_time": "23:26",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "清河站",
"stop_location": {
"lng": 116.3210378907,
"lat": 40.047308731571
}
},
{
"stop_name": "上地",
"stop_location": {
"lng": 116.32683636293,
"lat": 40.038699170881
}
},
{
"stop_name": "五道口",
"stop_location": {
"lng": 116.34443389838,
"lat": 39.998568246354
}
},
{
"stop_name": "知春路",
"stop_location": {
"lng": 116.34664175366,
"lat": 39.982068241389
}
},
{
"stop_name": "大钟寺",
"stop_location": {
"lng": 116.3518203951,
"lat": 39.97203368677
}
}
],
"start_info": {
"start_time": "05:10",
"start_uid": "4e2e5e35444596fbf4eafc53",
"start_name": "西二旗站(A1北口)",
"start_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
}
},
"end_info": {
"end_time": "23:26",
"end_uid": "eb368582b6f2d35bac31e5de",
"end_name": "西直门站",
"end_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
}
}
}
}
},
{
"distance": 423,
"duration": 352,
"instructions": "站内通道换乘 步行423米",
"path": "116.35974946834,39.947451321785;116.3597584514,39.947465150374;116.35973150223,39.947561950418;116.3601177736,39.947568864701;116.36118675716,39.946912004619;116.361159808,39.946891261566;116.36117777411,39.946891261566;116.36119574022,39.946898175918;116.3614382827,39.94671148817;116.36150116409,39.946683830682;116.36170777436,39.946614686913;116.36170777436,39.946614686913;116.36176167269,39.946607772532;116.36204014739,39.946628515673;116.36204014739,39.946621601293;116.36211201184,39.945999304267;116.36211201184,39.945999304267;116.36210302878,39.946020047593",
"traffic_condition": [],
"start_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
},
"end_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 9917,
"duration": 1200,
"instructions": "西直门站乘地铁4号线大兴线(天宫院方向)经过9站到北京南站(C南口)",
"path": "116.36211201184,39.946020047593;116.36211201184,39.946020047593;116.36481591142,39.946213651665;116.36942421869,39.946386511976;116.37413133956,39.946580115002;116.37789523965,39.946676916308;116.37835337546,39.946593943769;116.37890134182,39.946317367905;116.37915286736,39.945923245351;116.37931456235,39.939748359884;116.37931456235,39.939748359884;116.37972778289,39.931027884146;116.37976371511,39.930246375256;116.37976371511,39.930246375256;116.37979066427,39.929478689626;116.38021286786,39.922963386572;116.38022185092,39.922133366781;116.38022185092,39.922133366781;116.38024880008,39.921123495693;116.38032964758,39.9205908864;116.38051829174,39.914607391176;116.38057219007,39.913306862386;116.38057219007,39.913306862386;116.38059913923,39.911985554986;116.38079676644,39.906921458347;116.38084168172,39.905876768511;116.38096744449,39.895380549836;116.38096744449,39.895380549836;116.38089558005,39.884619724788;116.38089558005,39.884619724788;116.38089558005,39.880155731832;116.38117405476,39.879020654354;116.3817849025,39.878217783239;116.38269219107,39.877318002626;116.38325812354,39.876715835108;116.38402168322,39.875608386679;116.38460558181,39.874493998502;116.38497388706,39.873400357578;116.38528829399,39.872542044795;116.38567456536,39.871039971374",
"traffic_condition": [],
"start_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
},
"end_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁4号线大兴线",
"line_id": "1479a7007b19e457ebf8536c",
"type": 1,
"stop_num": 9,
"on_station": "西直门站",
"off_station": "北京南站",
"first_time": "05:22",
"last_time": "23:12",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "新街口",
"stop_location": {
"lng": 116.37413196837,
"lat": 39.946580460721
}
},
{
"stop_name": "平安里",
"stop_location": {
"lng": 116.37931815557,
"lat": 39.939750780162
}
},
{
"stop_name": "西四",
"stop_location": {
"lng": 116.37977009308,
"lat": 39.930247827626
}
},
{
"stop_name": "灵境胡同",
"stop_location": {
"lng": 116.38022328821,
"lat": 39.922135787687
}
},
{
"stop_name": "西单",
"stop_location": {
"lng": 116.3805752443,
"lat": 39.913308937718
}
},
{
"stop_name": "宣武门",
"stop_location": {
"lng": 116.38084788003,
"lat": 39.905881057998
}
},
{
"stop_name": "菜市口",
"stop_location": {
"lng": 116.38097319365,
"lat": 39.895386154709
}
},
{
"stop_name": "陶然亭",
"stop_location": {
"lng": 116.38090150887,
"lat": 39.884625468962
}
}
],
"start_info": {
"start_time": "05:22",
"start_uid": "bdd5e3dce1b94802705e8028",
"start_name": "西直门站",
"start_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
}
},
"end_info": {
"end_time": "23:12",
"end_uid": "d44c0f1c6af0814f12882496",
"end_name": "北京南站",
"end_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
}
}
}
}
},
{
"distance": 43,
"duration": 35,
"instructions": "步行43米",
"path": "116.38566558231,39.8710330493;116.3856476162,39.871005360996;116.38563863314,39.87089460767;116.38581829424,39.87089460767;116.38581829424,39.87089460767;116.38584524341,39.870887685582",
"traffic_condition": [],
"start_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
},
"end_location": {
"lng": 116.38690524391,
"lat": 39.869953197121
},
"vehicle_info": {
"type": 5,
"detail": null
}
}
],
[
{
"distance": 0,
"duration": 16440,
"instructions": "北京南站乘坐G17到达上海虹桥站 ",
"path": "116.38548592121,39.871275321474;116.89802311298,36.67526195637;118.80433520181,31.975021252677;119.96206236002,31.859733458602;121.32701063326,31.200453058987",
"traffic_condition": [],
"start_location": {
"lng": 116.38548592121,
"lat": 39.871275321474
},
"end_location": {
"lng": 121.32701063326,
"lat": 31.200453058987
},
"vehicle_info": {
"type": 1,
"detail": {
"name": "G17",
"price": 662,
"departure_station": "北京南站",
"arrive_station": "上海虹桥站",
"departure_time": "015:00",
"arrive_time": "019:34",
"start_info": {
"start_name": "北京南站",
"start_city": "北京",
"start_time": "2023-03-15 15:00:00"
},
"end_info": {
"end_name": "上海虹桥站",
"end_city": "上海",
"end_time": "2023-03-15 19:34:00"
},
"booking": "12306"
}
}
}
],
[
{
"distance": 119,
"duration": 99,
"instructions": "步行119米",
"path": "121.32571707333,31.200128731965;121.325663175,31.200105565706;121.325663175,31.200105565706;121.32563622583,31.200121009879;121.32562724278,31.200167342384;121.32564520889,31.200175064466;121.32615724303,31.200236841097;121.32651656523,31.200260007324;121.32651656523,31.200267729398",
"traffic_condition": [],
"start_location": {
"lng": 121.32486368309,
"lat": 31.20005151108
},
"end_location": {
"lng": 121.32652554829,
"lat": 31.200275451471
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 23457,
"duration": 2400,
"instructions": "虹桥火车站(南1口)乘地铁2号线(浦东国际机场方向)经过14站到世纪大道站",
"path": "121.32652554829,31.200275451471;121.32789995572,31.200321783899;121.32938215981,31.200383560434;121.3298043634,31.200437614869;121.33135843193,31.200584333891;121.33212199162,31.200622944122;121.3327058902,31.200646110253;121.3327058902,31.200646110253;121.33359521265,31.200684720459;121.33788012993,31.200815995038;121.33869758795,31.200870049223;121.33957792735,31.201186651681;121.33997318177,31.201565028824;121.34076369062,31.203001303661;121.34112301283,31.203912477355;121.34099725005,31.20470009493;121.33891318127,31.209147693401;121.33787114688,31.211633932444;121.3373860619,31.214259082142;121.33776335022,31.218629021032;121.33823046908,31.220914278863;121.33887724905,31.222504661861;121.33936233403,31.222967875128;121.33977555456,31.223230361628;121.34061996174,31.22366269073;121.342129115,31.224025536827;121.34321606466,31.224195379198;121.34437487877,31.224457862256;121.34553369288,31.22461226371;121.34665657477,31.22476666491;121.34801301609,31.224874745599;121.34989945766,31.224928785896;121.3508516615,31.224836145367;121.35380708663,31.224720344577;121.35822674974,31.224519622868;121.35990658104,31.224419261852;121.36220624314,31.224342060997;121.36471251552,31.224056417281;121.36600607545,31.223948335648;121.36600607545,31.223948335648;121.36734455066,31.223840253889;121.37420760476,31.223353884432;121.37472862195,31.223299843225;121.37690252129,31.222898393284;121.37922913256,31.222458340408;121.38063947221,31.222103208508;121.38063947221,31.222103208508;121.38187015076,31.221802117364;121.38214862547,31.221763515865;121.38257082906,31.221701753434;121.38329845652,31.221647711273;121.38519388114,31.221578228449;121.38635269525,31.221493304928;121.38930812038,31.221253974589;121.3904040531,31.221138169366;121.39197608774,31.220844795495;121.3927845627,31.220667226652;121.3936649021,31.220481937066;121.3936649021,31.220481937066;121.39582083533,31.220034152386;121.39948592181,31.219292986828;121.40248626221,31.218698506045;121.40448050044,31.218320198127;121.40680711171,31.217633063508;121.40939423158,31.2171852652;121.41036440153,31.217030851493;121.41036440153,31.217030851493;121.41166694452,31.216845554709;121.41194541923,31.216837834002;121.41271796197,31.216899599642;121.41535898017,31.218289315781;121.41700287925,31.219941507012;121.4179730492,31.220775312075;121.42122491515,31.223685851161;121.42215915288,31.224102737943;121.42414440806,31.224565943301;121.42414440806,31.224565943301;121.42654288377,31.225098626628;121.43054932634,31.225222146966;121.43452881975,31.225098626628;121.43574153219,31.225276187063;121.43694526157,31.225615866957;121.4380411943,31.225947825662;121.43893949981,31.22620258387;121.43893949981,31.22620258387;121.44001746642,31.226503660858;121.44097865331,31.226596299736;121.44147272134,31.226534540494;121.44196678938,31.226411021888;121.44292797627,31.225847466178;121.44339509514,31.22580114638;121.44391611233,31.225901505914;121.44627865582,31.226920535088;121.44685357135,31.227167570792;121.44732967327,31.227306528089;121.44881187736,31.227576722243;121.44982696259,31.228047630189;121.45241408246,31.229421741468;121.45308781159,31.229722808098;121.45308781159,31.229722808098;121.45519882954,31.230649160885;121.45597137228,31.231042858042;121.4598879843,31.233103951413;121.46544849541,31.23571306067;121.46654442813,31.23603726443;121.46654442813,31.23603726443;121.46893392078,31.236762859249;121.47014663322,31.236963554695;121.474512398,31.237341787249;121.47640782263,31.237542481453;121.47726121286,31.237835802976;121.47926443415,31.238785232125;121.47926443415,31.238785232125;121.48098918073,31.239657463418;121.48128562155,31.239819558603;121.48223782539,31.240359873857;121.48335172422,31.240799842544;121.48804986204,31.242065705819;121.49031359192,31.242907032297;121.49031359192,31.242907032297;121.49484105169,31.244404420334;121.49663766271,31.244643691459;121.50280902157,31.244720875562;121.50491105646,31.244612817799;121.50827970212,31.244026216341;121.50898038042,31.243810099086;121.50898038042,31.243810099086;121.50966309261,31.24357854433;121.51843055438,31.240228654725;121.51970614821,31.239796402166;121.52199682726,31.239078549751;121.52199682726,31.239078549751;121.52713513478,31.237449853412;121.52781784696,31.237202844856;121.53134818762,31.235936915767;121.53170750982,31.235751656415;121.53236327284,31.235388855787;121.5334322564,31.234848511818;121.5334322564,31.234848511818",
"traffic_condition": [],
"start_location": {
"lng": 121.32652554829,
"lat": 31.200275451471
},
"end_location": {
"lng": 121.5334322564,
"lat": 31.234848511818
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁2号线",
"line_id": "247689ecaf8ffcb9455726b7",
"type": 1,
"stop_num": 14,
"on_station": "虹桥火车站(南1口)",
"off_station": "世纪大道站",
"first_time": "05:31",
"last_time": "22:48",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "虹桥2号航站楼",
"stop_location": {
"lng": 121.33271011223,
"lat": 31.200647886323
}
},
{
"stop_name": "淞虹路",
"stop_location": {
"lng": 121.36601047715,
"lat": 31.223954125738
}
},
{
"stop_name": "北新泾",
"stop_location": {
"lng": 121.3806397417,
"lat": 31.222104057738
}
},
{
"stop_name": "威宁路",
"stop_location": {
"lng": 121.39367172923,
"lat": 31.22048371276
}
},
{
"stop_name": "娄山关路",
"stop_location": {
"lng": 121.41037068967,
"lat": 31.217035561115
}
},
{
"stop_name": "中山公园",
"stop_location": {
"lng": 121.42415294196,
"lat": 31.224568490924
}
},
{
"stop_name": "江苏路",
"stop_location": {
"lng": 121.43894210489,
"lat": 31.226206675435
}
},
{
"stop_name": "静安寺",
"stop_location": {
"lng": 121.45308942854,
"lat": 31.229724583617
}
},
{
"stop_name": "南京西路",
"stop_location": {
"lng": 121.46654478745,
"lat": 31.236045060744
}
},
{
"stop_name": "人民广场",
"stop_location": {
"lng": 121.47927144093,
"lat": 31.238790480975
}
},
{
"stop_name": "南京东路",
"stop_location": {
"lng": 121.49031413091,
"lat": 31.242911200318
}
},
{
"stop_name": "陆家嘴",
"stop_location": {
"lng": 121.50898370415,
"lat": 31.243811719967
}
},
{
"stop_name": "东昌路",
"stop_location": {
"lng": 121.52199772556,
"lat": 31.239079090072
}
}
],
"start_info": {
"start_time": "05:31",
"start_uid": "5bfd3476e7bc47605bf6bea5",
"start_name": "虹桥火车站(南1口)",
"start_location": {
"lng": 121.32652554829,
"lat": 31.200275451471
}
},
"end_info": {
"end_time": "22:48",
"end_uid": "f4236c4f9f3c50008d55ecd9",
"end_name": "世纪大道站",
"end_location": {
"lng": 121.5334322564,
"lat": 31.234848511818
}
}
}
}
},
{
"distance": 7,
"duration": 5,
"instructions": "站厅换乘",
"path": "121.5334322564,31.234840792595;121.53342327335,31.234833073373;121.53342327335,31.234833073373;121.53339632418,31.234840792595;121.53338734113,31.2348099157",
"traffic_condition": [],
"start_location": {
"lng": 121.5334322564,
"lat": 31.234848511818
},
"end_location": {
"lng": 121.53339632418,
"lat": 31.2348099157
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 3525,
"duration": 360,
"instructions": "世纪大道站乘地铁9号线(松江南站方向)经过2站到小南门站(1口)",
"path": "121.53339632418,31.2348099157;121.53284835782,31.235087807389;121.53232734062,31.235357979073;121.53161767927,31.235751656415;121.53133022151,31.235890600963;121.53127632318,31.235906039234;121.53106971291,31.235983230548;121.53020733962,31.236245680539;121.52819513528,31.236917240399;121.52751242309,31.237141092615;121.52712615172,31.237264597056;121.52696445673,31.237287754121;121.52657818536,31.237295473141;121.52290411582,31.236129893869;121.52290411582,31.236129893869;121.52288614971,31.236122174753;121.52203275948,31.235828847856;121.52071225038,31.235396574964;121.51877191048,31.234972019286;121.51683157058,31.234616934875;121.515106824,31.233706060008;121.51333716214,31.232694824131;121.50885461765,31.229792284875;121.50854021072,31.22953753644;121.50799224436,31.229051196593;121.50748919327,31.228564854218;121.50642020972,31.227383726498;121.50599800613,31.226835616414;121.5056027517,31.226140824368;121.5052434295,31.225345667142;121.50500987007,31.223168600165;121.50489309035,31.22265134631",
"traffic_condition": [],
"start_location": {
"lng": 121.53339632418,
"lat": 31.2348099157
},
"end_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁9号线",
"line_id": "a533a15f6a82e35a970319b7",
"type": 1,
"stop_num": 2,
"on_station": "世纪大道站",
"off_station": "小南门站",
"first_time": "05:34",
"last_time": "22:59",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "商城路",
"stop_location": {
"lng": 121.52290708023,
"lat": 31.236130742972
}
}
],
"start_info": {
"start_time": "05:34",
"start_uid": "b877d321ffd171b4e4073847",
"start_name": "世纪大道站",
"start_location": {
"lng": 121.53339632418,
"lat": 31.2348099157
}
},
"end_info": {
"end_time": "22:59",
"end_uid": "354251fd5b009d930bb93a47",
"end_name": "小南门站",
"end_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
}
}
}
}
},
{
"distance": 330,
"duration": 279,
"instructions": "步行330米",
"path": "121.50488410729,31.222643626081;121.50488410729,31.222643626081;121.50549495504,31.222543263054;121.50549495504,31.222543263054;121.50552190421,31.222543263054;121.50552190421,31.222543263054;121.50505478534,31.222435179673;121.50505478534,31.222427459427;121.50509071756,31.22255098329;121.50509970062,31.22260502493;121.50512664978,31.222890673076;121.50518054811,31.223361604602;121.50517156506,31.223446526428;121.50571054836,31.223431086102;121.50580936197,31.223075957893;121.50588122641,31.22300647613",
"traffic_condition": [],
"start_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
},
"end_location": {
"lng": 121.50581834502,
"lat": 31.222960154925
},
"vehicle_info": {
"type": 5,
"detail": null
}
}
]
]
},
{
"distance": 51880,
"duration": 25620,
"arrive_time": "2023-03-15 21:20:00",
"price": 662,
"price_detail": [],
"steps": [
[
{
"distance": 700,
"duration": 596,
"instructions": "步行700米",
"path": "116.30822266429,40.056885367807;116.30809690152,40.057182201905;116.30771063015,40.058051987341;116.30792622347,40.058162435484;116.30798910486,40.058217659488;116.30815079985,40.05838333123;116.30808791847,40.05852829367;116.30804300319,40.058631838081;116.30813283374,40.058652546944;116.30877961371,40.058797508807;116.30958808867,40.058997693727;116.31089063166,40.059301421438;116.31105232665,40.059335935864;116.31107927581,40.059335935864;116.31116012331,40.059356644512;116.31139368274,40.05941186754;116.31142961496,40.059418770416;116.31146554718,40.05942567329;116.31149249635,40.05942567329;116.31163622523,40.059487799131;116.31168114051,40.059508507732;116.31174402189,40.059536119189;116.31187876772,40.059612050641;116.31203147965,40.059329032981;116.3120224966,40.059329032981;116.31214825937,40.05939115891;116.31214825937,40.05939115891;116.31218419159,40.059398061787;116.31218419159,40.059398061787;116.31223808992,40.059418770416;116.3122830052,40.059398061787;116.3125435138,40.059108140325;116.31257944602,40.059039111222;116.31257944602,40.059039111222",
"traffic_condition": [],
"start_location": {
"lng": 116.3081418168,
"lat": 40.056871561538
},
"end_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 13359,
"duration": 1260,
"instructions": "西二旗站(A1北口)乘地铁13号线(西直门方向)经过6站到西直门站",
"path": "116.31258842907,40.059046014136;116.31280402239,40.058666352849;116.31298368349,40.05828668943;116.31505876922,40.055028399332;116.31619961722,40.053495844184;116.31922690679,40.049602169471;116.32102351781,40.047316947463;116.32103250086,40.04730313924;116.32103250086,40.04730313924;116.32308962048,40.044693334536;116.32457182457,40.043008645212;116.3254072487,40.041765814717;116.32656606281,40.039328419721;116.32683555446,40.038693163539;116.32683555446,40.038693163539;116.32706911389,40.038120046865;116.33010538652,40.030372137803;116.33232420112,40.024943929738;116.33297098109,40.024059905521;116.34142403594,40.01652451175;116.34252895172,40.015446971686;116.34322064696,40.014466119026;116.34365183361,40.013423084059;116.34383149471,40.012518186403;116.34389437609,40.010950129007;116.34385844387,40.010197172243;116.34410098636,40.007371782767;116.3444333594,39.998563271813;116.3444333594,39.998563271813;116.3446130205,39.994016941184;116.34471183411,39.992552100987;116.34525081741,39.989663785561;116.3458526821,39.986063583697;116.34640963152,39.983112795804;116.3466342079,39.982062367237;116.3466342079,39.982062367237;116.34687675039,39.981115585435;116.34714624204,39.980369207979;116.34898776833,39.977984891604;116.35096404046,39.975296387921;116.35135031183,39.974473919484;116.35161082042,39.973471738576;116.35181743069,39.972027189687;116.35181743069,39.972027189687;116.35196115957,39.970983501246;116.35224861734,39.969193296248;116.35232946483,39.968695624688;116.3527965837,39.967043605409;116.35352421116,39.965557444897;116.3549974322,39.962695630139;116.35694675515,39.959100909125;116.3582582812,39.956453137021;116.35830319647,39.955706488089;116.35793489121,39.953590938161;116.35788997594,39.952519310905;116.3597584514,39.94745823608",
"traffic_condition": [],
"start_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
},
"end_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁13号线",
"line_id": "7ad85451ff003ccb5d17c3b7",
"type": 1,
"stop_num": 6,
"on_station": "西二旗站(A1北口)",
"off_station": "西直门站",
"first_time": "05:10",
"last_time": "23:26",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "清河站",
"stop_location": {
"lng": 116.3210378907,
"lat": 40.047308731571
}
},
{
"stop_name": "上地",
"stop_location": {
"lng": 116.32683636293,
"lat": 40.038699170881
}
},
{
"stop_name": "五道口",
"stop_location": {
"lng": 116.34443389838,
"lat": 39.998568246354
}
},
{
"stop_name": "知春路",
"stop_location": {
"lng": 116.34664175366,
"lat": 39.982068241389
}
},
{
"stop_name": "大钟寺",
"stop_location": {
"lng": 116.3518203951,
"lat": 39.97203368677
}
}
],
"start_info": {
"start_time": "05:10",
"start_uid": "4e2e5e35444596fbf4eafc53",
"start_name": "西二旗站(A1北口)",
"start_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
}
},
"end_info": {
"end_time": "23:26",
"end_uid": "eb368582b6f2d35bac31e5de",
"end_name": "西直门站",
"end_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
}
}
}
}
},
{
"distance": 423,
"duration": 352,
"instructions": "站内通道换乘 步行423米",
"path": "116.35974946834,39.947451321785;116.3597584514,39.947465150374;116.35973150223,39.947561950418;116.3601177736,39.947568864701;116.36118675716,39.946912004619;116.361159808,39.946891261566;116.36117777411,39.946891261566;116.36119574022,39.946898175918;116.3614382827,39.94671148817;116.36150116409,39.946683830682;116.36170777436,39.946614686913;116.36170777436,39.946614686913;116.36176167269,39.946607772532;116.36204014739,39.946628515673;116.36204014739,39.946621601293;116.36211201184,39.945999304267;116.36211201184,39.945999304267;116.36210302878,39.946020047593",
"traffic_condition": [],
"start_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
},
"end_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 9917,
"duration": 1200,
"instructions": "西直门站乘地铁4号线大兴线(天宫院方向)经过9站到北京南站(C南口)",
"path": "116.36211201184,39.946020047593;116.36211201184,39.946020047593;116.36481591142,39.946213651665;116.36942421869,39.946386511976;116.37413133956,39.946580115002;116.37789523965,39.946676916308;116.37835337546,39.946593943769;116.37890134182,39.946317367905;116.37915286736,39.945923245351;116.37931456235,39.939748359884;116.37931456235,39.939748359884;116.37972778289,39.931027884146;116.37976371511,39.930246375256;116.37976371511,39.930246375256;116.37979066427,39.929478689626;116.38021286786,39.922963386572;116.38022185092,39.922133366781;116.38022185092,39.922133366781;116.38024880008,39.921123495693;116.38032964758,39.9205908864;116.38051829174,39.914607391176;116.38057219007,39.913306862386;116.38057219007,39.913306862386;116.38059913923,39.911985554986;116.38079676644,39.906921458347;116.38084168172,39.905876768511;116.38096744449,39.895380549836;116.38096744449,39.895380549836;116.38089558005,39.884619724788;116.38089558005,39.884619724788;116.38089558005,39.880155731832;116.38117405476,39.879020654354;116.3817849025,39.878217783239;116.38269219107,39.877318002626;116.38325812354,39.876715835108;116.38402168322,39.875608386679;116.38460558181,39.874493998502;116.38497388706,39.873400357578;116.38528829399,39.872542044795;116.38567456536,39.871039971374",
"traffic_condition": [],
"start_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
},
"end_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁4号线大兴线",
"line_id": "1479a7007b19e457ebf8536c",
"type": 1,
"stop_num": 9,
"on_station": "西直门站",
"off_station": "北京南站",
"first_time": "05:22",
"last_time": "23:12",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "新街口",
"stop_location": {
"lng": 116.37413196837,
"lat": 39.946580460721
}
},
{
"stop_name": "平安里",
"stop_location": {
"lng": 116.37931815557,
"lat": 39.939750780162
}
},
{
"stop_name": "西四",
"stop_location": {
"lng": 116.37977009308,
"lat": 39.930247827626
}
},
{
"stop_name": "灵境胡同",
"stop_location": {
"lng": 116.38022328821,
"lat": 39.922135787687
}
},
{
"stop_name": "西单",
"stop_location": {
"lng": 116.3805752443,
"lat": 39.913308937718
}
},
{
"stop_name": "宣武门",
"stop_location": {
"lng": 116.38084788003,
"lat": 39.905881057998
}
},
{
"stop_name": "菜市口",
"stop_location": {
"lng": 116.38097319365,
"lat": 39.895386154709
}
},
{
"stop_name": "陶然亭",
"stop_location": {
"lng": 116.38090150887,
"lat": 39.884625468962
}
}
],
"start_info": {
"start_time": "05:22",
"start_uid": "bdd5e3dce1b94802705e8028",
"start_name": "西直门站",
"start_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
}
},
"end_info": {
"end_time": "23:12",
"end_uid": "d44c0f1c6af0814f12882496",
"end_name": "北京南站",
"end_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
}
}
}
}
},
{
"distance": 43,
"duration": 35,
"instructions": "步行43米",
"path": "116.38566558231,39.8710330493;116.3856476162,39.871005360996;116.38563863314,39.87089460767;116.38581829424,39.87089460767;116.38581829424,39.87089460767;116.38584524341,39.870887685582",
"traffic_condition": [],
"start_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
},
"end_location": {
"lng": 116.38690524391,
"lat": 39.869953197121
},
"vehicle_info": {
"type": 5,
"detail": null
}
}
],
[
{
"distance": 0,
"duration": 16080,
"instructions": "北京南站乘坐G19到达上海虹桥站 ",
"path": "116.38548592121,39.871275321474;116.89802311298,36.67526195637;118.80433520181,31.975021252677;121.32701063326,31.200453058987",
"traffic_condition": [],
"start_location": {
"lng": 116.38548592121,
"lat": 39.871275321474
},
"end_location": {
"lng": 121.32701063326,
"lat": 31.200453058987
},
"vehicle_info": {
"type": 1,
"detail": {
"name": "G19",
"price": 662,
"departure_station": "北京南站",
"arrive_station": "上海虹桥站",
"departure_time": "016:00",
"arrive_time": "020:28",
"start_info": {
"start_name": "北京南站",
"start_city": "北京",
"start_time": "2023-03-15 16:00:00"
},
"end_info": {
"end_name": "上海虹桥站",
"end_city": "上海",
"end_time": "2023-03-15 20:28:00"
},
"booking": "12306"
}
}
}
],
[
{
"distance": 119,
"duration": 99,
"instructions": "步行119米",
"path": "121.32571707333,31.200128731965;121.325663175,31.200105565706;121.325663175,31.200105565706;121.32563622583,31.200121009879;121.32562724278,31.200167342384;121.32564520889,31.200175064466;121.32615724303,31.200236841097;121.32651656523,31.200260007324;121.32651656523,31.200267729398",
"traffic_condition": [],
"start_location": {
"lng": 121.32486368309,
"lat": 31.20005151108
},
"end_location": {
"lng": 121.32652554829,
"lat": 31.200275451471
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 23457,
"duration": 2400,
"instructions": "虹桥火车站(南1口)乘地铁2号线(浦东国际机场方向)经过14站到世纪大道站",
"path": "121.32652554829,31.200275451471;121.32789995572,31.200321783899;121.32938215981,31.200383560434;121.3298043634,31.200437614869;121.33135843193,31.200584333891;121.33212199162,31.200622944122;121.3327058902,31.200646110253;121.3327058902,31.200646110253;121.33359521265,31.200684720459;121.33788012993,31.200815995038;121.33869758795,31.200870049223;121.33957792735,31.201186651681;121.33997318177,31.201565028824;121.34076369062,31.203001303661;121.34112301283,31.203912477355;121.34099725005,31.20470009493;121.33891318127,31.209147693401;121.33787114688,31.211633932444;121.3373860619,31.214259082142;121.33776335022,31.218629021032;121.33823046908,31.220914278863;121.33887724905,31.222504661861;121.33936233403,31.222967875128;121.33977555456,31.223230361628;121.34061996174,31.22366269073;121.342129115,31.224025536827;121.34321606466,31.224195379198;121.34437487877,31.224457862256;121.34553369288,31.22461226371;121.34665657477,31.22476666491;121.34801301609,31.224874745599;121.34989945766,31.224928785896;121.3508516615,31.224836145367;121.35380708663,31.224720344577;121.35822674974,31.224519622868;121.35990658104,31.224419261852;121.36220624314,31.224342060997;121.36471251552,31.224056417281;121.36600607545,31.223948335648;121.36600607545,31.223948335648;121.36734455066,31.223840253889;121.37420760476,31.223353884432;121.37472862195,31.223299843225;121.37690252129,31.222898393284;121.37922913256,31.222458340408;121.38063947221,31.222103208508;121.38063947221,31.222103208508;121.38187015076,31.221802117364;121.38214862547,31.221763515865;121.38257082906,31.221701753434;121.38329845652,31.221647711273;121.38519388114,31.221578228449;121.38635269525,31.221493304928;121.38930812038,31.221253974589;121.3904040531,31.221138169366;121.39197608774,31.220844795495;121.3927845627,31.220667226652;121.3936649021,31.220481937066;121.3936649021,31.220481937066;121.39582083533,31.220034152386;121.39948592181,31.219292986828;121.40248626221,31.218698506045;121.40448050044,31.218320198127;121.40680711171,31.217633063508;121.40939423158,31.2171852652;121.41036440153,31.217030851493;121.41036440153,31.217030851493;121.41166694452,31.216845554709;121.41194541923,31.216837834002;121.41271796197,31.216899599642;121.41535898017,31.218289315781;121.41700287925,31.219941507012;121.4179730492,31.220775312075;121.42122491515,31.223685851161;121.42215915288,31.224102737943;121.42414440806,31.224565943301;121.42414440806,31.224565943301;121.42654288377,31.225098626628;121.43054932634,31.225222146966;121.43452881975,31.225098626628;121.43574153219,31.225276187063;121.43694526157,31.225615866957;121.4380411943,31.225947825662;121.43893949981,31.22620258387;121.43893949981,31.22620258387;121.44001746642,31.226503660858;121.44097865331,31.226596299736;121.44147272134,31.226534540494;121.44196678938,31.226411021888;121.44292797627,31.225847466178;121.44339509514,31.22580114638;121.44391611233,31.225901505914;121.44627865582,31.226920535088;121.44685357135,31.227167570792;121.44732967327,31.227306528089;121.44881187736,31.227576722243;121.44982696259,31.228047630189;121.45241408246,31.229421741468;121.45308781159,31.229722808098;121.45308781159,31.229722808098;121.45519882954,31.230649160885;121.45597137228,31.231042858042;121.4598879843,31.233103951413;121.46544849541,31.23571306067;121.46654442813,31.23603726443;121.46654442813,31.23603726443;121.46893392078,31.236762859249;121.47014663322,31.236963554695;121.474512398,31.237341787249;121.47640782263,31.237542481453;121.47726121286,31.237835802976;121.47926443415,31.238785232125;121.47926443415,31.238785232125;121.48098918073,31.239657463418;121.48128562155,31.239819558603;121.48223782539,31.240359873857;121.48335172422,31.240799842544;121.48804986204,31.242065705819;121.49031359192,31.242907032297;121.49031359192,31.242907032297;121.49484105169,31.244404420334;121.49663766271,31.244643691459;121.50280902157,31.244720875562;121.50491105646,31.244612817799;121.50827970212,31.244026216341;121.50898038042,31.243810099086;121.50898038042,31.243810099086;121.50966309261,31.24357854433;121.51843055438,31.240228654725;121.51970614821,31.239796402166;121.52199682726,31.239078549751;121.52199682726,31.239078549751;121.52713513478,31.237449853412;121.52781784696,31.237202844856;121.53134818762,31.235936915767;121.53170750982,31.235751656415;121.53236327284,31.235388855787;121.5334322564,31.234848511818;121.5334322564,31.234848511818",
"traffic_condition": [],
"start_location": {
"lng": 121.32652554829,
"lat": 31.200275451471
},
"end_location": {
"lng": 121.5334322564,
"lat": 31.234848511818
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁2号线",
"line_id": "247689ecaf8ffcb9455726b7",
"type": 1,
"stop_num": 14,
"on_station": "虹桥火车站(南1口)",
"off_station": "世纪大道站",
"first_time": "05:31",
"last_time": "22:48",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "虹桥2号航站楼",
"stop_location": {
"lng": 121.33271011223,
"lat": 31.200647886323
}
},
{
"stop_name": "淞虹路",
"stop_location": {
"lng": 121.36601047715,
"lat": 31.223954125738
}
},
{
"stop_name": "北新泾",
"stop_location": {
"lng": 121.3806397417,
"lat": 31.222104057738
}
},
{
"stop_name": "威宁路",
"stop_location": {
"lng": 121.39367172923,
"lat": 31.22048371276
}
},
{
"stop_name": "娄山关路",
"stop_location": {
"lng": 121.41037068967,
"lat": 31.217035561115
}
},
{
"stop_name": "中山公园",
"stop_location": {
"lng": 121.42415294196,
"lat": 31.224568490924
}
},
{
"stop_name": "江苏路",
"stop_location": {
"lng": 121.43894210489,
"lat": 31.226206675435
}
},
{
"stop_name": "静安寺",
"stop_location": {
"lng": 121.45308942854,
"lat": 31.229724583617
}
},
{
"stop_name": "南京西路",
"stop_location": {
"lng": 121.46654478745,
"lat": 31.236045060744
}
},
{
"stop_name": "人民广场",
"stop_location": {
"lng": 121.47927144093,
"lat": 31.238790480975
}
},
{
"stop_name": "南京东路",
"stop_location": {
"lng": 121.49031413091,
"lat": 31.242911200318
}
},
{
"stop_name": "陆家嘴",
"stop_location": {
"lng": 121.50898370415,
"lat": 31.243811719967
}
},
{
"stop_name": "东昌路",
"stop_location": {
"lng": 121.52199772556,
"lat": 31.239079090072
}
}
],
"start_info": {
"start_time": "05:31",
"start_uid": "5bfd3476e7bc47605bf6bea5",
"start_name": "虹桥火车站(南1口)",
"start_location": {
"lng": 121.32652554829,
"lat": 31.200275451471
}
},
"end_info": {
"end_time": "22:48",
"end_uid": "f4236c4f9f3c50008d55ecd9",
"end_name": "世纪大道站",
"end_location": {
"lng": 121.5334322564,
"lat": 31.234848511818
}
}
}
}
},
{
"distance": 7,
"duration": 5,
"instructions": "站厅换乘",
"path": "121.5334322564,31.234840792595;121.53342327335,31.234833073373;121.53342327335,31.234833073373;121.53339632418,31.234840792595;121.53338734113,31.2348099157",
"traffic_condition": [],
"start_location": {
"lng": 121.5334322564,
"lat": 31.234848511818
},
"end_location": {
"lng": 121.53339632418,
"lat": 31.2348099157
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 3525,
"duration": 360,
"instructions": "世纪大道站乘地铁9号线(松江南站方向)经过2站到小南门站(1口)",
"path": "121.53339632418,31.2348099157;121.53284835782,31.235087807389;121.53232734062,31.235357979073;121.53161767927,31.235751656415;121.53133022151,31.235890600963;121.53127632318,31.235906039234;121.53106971291,31.235983230548;121.53020733962,31.236245680539;121.52819513528,31.236917240399;121.52751242309,31.237141092615;121.52712615172,31.237264597056;121.52696445673,31.237287754121;121.52657818536,31.237295473141;121.52290411582,31.236129893869;121.52290411582,31.236129893869;121.52288614971,31.236122174753;121.52203275948,31.235828847856;121.52071225038,31.235396574964;121.51877191048,31.234972019286;121.51683157058,31.234616934875;121.515106824,31.233706060008;121.51333716214,31.232694824131;121.50885461765,31.229792284875;121.50854021072,31.22953753644;121.50799224436,31.229051196593;121.50748919327,31.228564854218;121.50642020972,31.227383726498;121.50599800613,31.226835616414;121.5056027517,31.226140824368;121.5052434295,31.225345667142;121.50500987007,31.223168600165;121.50489309035,31.22265134631",
"traffic_condition": [],
"start_location": {
"lng": 121.53339632418,
"lat": 31.2348099157
},
"end_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁9号线",
"line_id": "a533a15f6a82e35a970319b7",
"type": 1,
"stop_num": 2,
"on_station": "世纪大道站",
"off_station": "小南门站",
"first_time": "05:34",
"last_time": "22:59",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "商城路",
"stop_location": {
"lng": 121.52290708023,
"lat": 31.236130742972
}
}
],
"start_info": {
"start_time": "05:34",
"start_uid": "b877d321ffd171b4e4073847",
"start_name": "世纪大道站",
"start_location": {
"lng": 121.53339632418,
"lat": 31.2348099157
}
},
"end_info": {
"end_time": "22:59",
"end_uid": "354251fd5b009d930bb93a47",
"end_name": "小南门站",
"end_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
}
}
}
}
},
{
"distance": 330,
"duration": 279,
"instructions": "步行330米",
"path": "121.50488410729,31.222643626081;121.50488410729,31.222643626081;121.50549495504,31.222543263054;121.50549495504,31.222543263054;121.50552190421,31.222543263054;121.50552190421,31.222543263054;121.50505478534,31.222435179673;121.50505478534,31.222427459427;121.50509071756,31.22255098329;121.50509970062,31.22260502493;121.50512664978,31.222890673076;121.50518054811,31.223361604602;121.50517156506,31.223446526428;121.50571054836,31.223431086102;121.50580936197,31.223075957893;121.50588122641,31.22300647613",
"traffic_condition": [],
"start_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
},
"end_location": {
"lng": 121.50581834502,
"lat": 31.222960154925
},
"vehicle_info": {
"type": 5,
"detail": null
}
}
]
]
},
{
"distance": 51880,
"duration": 25020,
"arrive_time": "2023-03-15 22:10:00",
"price": 626,
"price_detail": [],
"steps": [
[
{
"distance": 700,
"duration": 596,
"instructions": "步行700米",
"path": "116.30822266429,40.056885367807;116.30809690152,40.057182201905;116.30771063015,40.058051987341;116.30792622347,40.058162435484;116.30798910486,40.058217659488;116.30815079985,40.05838333123;116.30808791847,40.05852829367;116.30804300319,40.058631838081;116.30813283374,40.058652546944;116.30877961371,40.058797508807;116.30958808867,40.058997693727;116.31089063166,40.059301421438;116.31105232665,40.059335935864;116.31107927581,40.059335935864;116.31116012331,40.059356644512;116.31139368274,40.05941186754;116.31142961496,40.059418770416;116.31146554718,40.05942567329;116.31149249635,40.05942567329;116.31163622523,40.059487799131;116.31168114051,40.059508507732;116.31174402189,40.059536119189;116.31187876772,40.059612050641;116.31203147965,40.059329032981;116.3120224966,40.059329032981;116.31214825937,40.05939115891;116.31214825937,40.05939115891;116.31218419159,40.059398061787;116.31218419159,40.059398061787;116.31223808992,40.059418770416;116.3122830052,40.059398061787;116.3125435138,40.059108140325;116.31257944602,40.059039111222;116.31257944602,40.059039111222",
"traffic_condition": [],
"start_location": {
"lng": 116.3081418168,
"lat": 40.056871561538
},
"end_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 13359,
"duration": 1260,
"instructions": "西二旗站(A1北口)乘地铁13号线(西直门方向)经过6站到西直门站",
"path": "116.31258842907,40.059046014136;116.31280402239,40.058666352849;116.31298368349,40.05828668943;116.31505876922,40.055028399332;116.31619961722,40.053495844184;116.31922690679,40.049602169471;116.32102351781,40.047316947463;116.32103250086,40.04730313924;116.32103250086,40.04730313924;116.32308962048,40.044693334536;116.32457182457,40.043008645212;116.3254072487,40.041765814717;116.32656606281,40.039328419721;116.32683555446,40.038693163539;116.32683555446,40.038693163539;116.32706911389,40.038120046865;116.33010538652,40.030372137803;116.33232420112,40.024943929738;116.33297098109,40.024059905521;116.34142403594,40.01652451175;116.34252895172,40.015446971686;116.34322064696,40.014466119026;116.34365183361,40.013423084059;116.34383149471,40.012518186403;116.34389437609,40.010950129007;116.34385844387,40.010197172243;116.34410098636,40.007371782767;116.3444333594,39.998563271813;116.3444333594,39.998563271813;116.3446130205,39.994016941184;116.34471183411,39.992552100987;116.34525081741,39.989663785561;116.3458526821,39.986063583697;116.34640963152,39.983112795804;116.3466342079,39.982062367237;116.3466342079,39.982062367237;116.34687675039,39.981115585435;116.34714624204,39.980369207979;116.34898776833,39.977984891604;116.35096404046,39.975296387921;116.35135031183,39.974473919484;116.35161082042,39.973471738576;116.35181743069,39.972027189687;116.35181743069,39.972027189687;116.35196115957,39.970983501246;116.35224861734,39.969193296248;116.35232946483,39.968695624688;116.3527965837,39.967043605409;116.35352421116,39.965557444897;116.3549974322,39.962695630139;116.35694675515,39.959100909125;116.3582582812,39.956453137021;116.35830319647,39.955706488089;116.35793489121,39.953590938161;116.35788997594,39.952519310905;116.3597584514,39.94745823608",
"traffic_condition": [],
"start_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
},
"end_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁13号线",
"line_id": "7ad85451ff003ccb5d17c3b7",
"type": 1,
"stop_num": 6,
"on_station": "西二旗站(A1北口)",
"off_station": "西直门站",
"first_time": "05:10",
"last_time": "23:26",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "清河站",
"stop_location": {
"lng": 116.3210378907,
"lat": 40.047308731571
}
},
{
"stop_name": "上地",
"stop_location": {
"lng": 116.32683636293,
"lat": 40.038699170881
}
},
{
"stop_name": "五道口",
"stop_location": {
"lng": 116.34443389838,
"lat": 39.998568246354
}
},
{
"stop_name": "知春路",
"stop_location": {
"lng": 116.34664175366,
"lat": 39.982068241389
}
},
{
"stop_name": "大钟寺",
"stop_location": {
"lng": 116.3518203951,
"lat": 39.97203368677
}
}
],
"start_info": {
"start_time": "05:10",
"start_uid": "4e2e5e35444596fbf4eafc53",
"start_name": "西二旗站(A1北口)",
"start_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
}
},
"end_info": {
"end_time": "23:26",
"end_uid": "eb368582b6f2d35bac31e5de",
"end_name": "西直门站",
"end_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
}
}
}
}
},
{
"distance": 423,
"duration": 352,
"instructions": "站内通道换乘 步行423米",
"path": "116.35974946834,39.947451321785;116.3597584514,39.947465150374;116.35973150223,39.947561950418;116.3601177736,39.947568864701;116.36118675716,39.946912004619;116.361159808,39.946891261566;116.36117777411,39.946891261566;116.36119574022,39.946898175918;116.3614382827,39.94671148817;116.36150116409,39.946683830682;116.36170777436,39.946614686913;116.36170777436,39.946614686913;116.36176167269,39.946607772532;116.36204014739,39.946628515673;116.36204014739,39.946621601293;116.36211201184,39.945999304267;116.36211201184,39.945999304267;116.36210302878,39.946020047593",
"traffic_condition": [],
"start_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
},
"end_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 9917,
"duration": 1200,
"instructions": "西直门站乘地铁4号线大兴线(天宫院方向)经过9站到北京南站(C南口)",
"path": "116.36211201184,39.946020047593;116.36211201184,39.946020047593;116.36481591142,39.946213651665;116.36942421869,39.946386511976;116.37413133956,39.946580115002;116.37789523965,39.946676916308;116.37835337546,39.946593943769;116.37890134182,39.946317367905;116.37915286736,39.945923245351;116.37931456235,39.939748359884;116.37931456235,39.939748359884;116.37972778289,39.931027884146;116.37976371511,39.930246375256;116.37976371511,39.930246375256;116.37979066427,39.929478689626;116.38021286786,39.922963386572;116.38022185092,39.922133366781;116.38022185092,39.922133366781;116.38024880008,39.921123495693;116.38032964758,39.9205908864;116.38051829174,39.914607391176;116.38057219007,39.913306862386;116.38057219007,39.913306862386;116.38059913923,39.911985554986;116.38079676644,39.906921458347;116.38084168172,39.905876768511;116.38096744449,39.895380549836;116.38096744449,39.895380549836;116.38089558005,39.884619724788;116.38089558005,39.884619724788;116.38089558005,39.880155731832;116.38117405476,39.879020654354;116.3817849025,39.878217783239;116.38269219107,39.877318002626;116.38325812354,39.876715835108;116.38402168322,39.875608386679;116.38460558181,39.874493998502;116.38497388706,39.873400357578;116.38528829399,39.872542044795;116.38567456536,39.871039971374",
"traffic_condition": [],
"start_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
},
"end_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁4号线大兴线",
"line_id": "1479a7007b19e457ebf8536c",
"type": 1,
"stop_num": 9,
"on_station": "西直门站",
"off_station": "北京南站",
"first_time": "05:22",
"last_time": "23:12",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "新街口",
"stop_location": {
"lng": 116.37413196837,
"lat": 39.946580460721
}
},
{
"stop_name": "平安里",
"stop_location": {
"lng": 116.37931815557,
"lat": 39.939750780162
}
},
{
"stop_name": "西四",
"stop_location": {
"lng": 116.37977009308,
"lat": 39.930247827626
}
},
{
"stop_name": "灵境胡同",
"stop_location": {
"lng": 116.38022328821,
"lat": 39.922135787687
}
},
{
"stop_name": "西单",
"stop_location": {
"lng": 116.3805752443,
"lat": 39.913308937718
}
},
{
"stop_name": "宣武门",
"stop_location": {
"lng": 116.38084788003,
"lat": 39.905881057998
}
},
{
"stop_name": "菜市口",
"stop_location": {
"lng": 116.38097319365,
"lat": 39.895386154709
}
},
{
"stop_name": "陶然亭",
"stop_location": {
"lng": 116.38090150887,
"lat": 39.884625468962
}
}
],
"start_info": {
"start_time": "05:22",
"start_uid": "bdd5e3dce1b94802705e8028",
"start_name": "西直门站",
"start_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
}
},
"end_info": {
"end_time": "23:12",
"end_uid": "d44c0f1c6af0814f12882496",
"end_name": "北京南站",
"end_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
}
}
}
}
},
{
"distance": 43,
"duration": 35,
"instructions": "步行43米",
"path": "116.38566558231,39.8710330493;116.3856476162,39.871005360996;116.38563863314,39.87089460767;116.38581829424,39.87089460767;116.38581829424,39.87089460767;116.38584524341,39.870887685582",
"traffic_condition": [],
"start_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
},
"end_location": {
"lng": 116.38690524391,
"lat": 39.869953197121
},
"vehicle_info": {
"type": 5,
"detail": null
}
}
],
[
{
"distance": 0,
"duration": 15480,
"instructions": "北京南站乘坐G21到达上海虹桥站 ",
"path": "116.38548592121,39.871275321474;118.80433520181,31.975021252677;121.32701063326,31.200453058987",
"traffic_condition": [],
"start_location": {
"lng": 116.38548592121,
"lat": 39.871275321474
},
"end_location": {
"lng": 121.32701063326,
"lat": 31.200453058987
},
"vehicle_info": {
"type": 1,
"detail": {
"name": "G21",
"price": 626,
"departure_station": "北京南站",
"arrive_station": "上海虹桥站",
"departure_time": "017:00",
"arrive_time": "021:18",
"start_info": {
"start_name": "北京南站",
"start_city": "北京",
"start_time": "2023-03-15 17:00:00"
},
"end_info": {
"end_name": "上海虹桥站",
"end_city": "上海",
"end_time": "2023-03-15 21:18:00"
},
"booking": "12306"
}
}
}
],
[
{
"distance": 119,
"duration": 99,
"instructions": "步行119米",
"path": "121.32571707333,31.200128731965;121.325663175,31.200105565706;121.325663175,31.200105565706;121.32563622583,31.200121009879;121.32562724278,31.200167342384;121.32564520889,31.200175064466;121.32615724303,31.200236841097;121.32651656523,31.200260007324;121.32651656523,31.200267729398",
"traffic_condition": [],
"start_location": {
"lng": 121.32486368309,
"lat": 31.20005151108
},
"end_location": {
"lng": 121.32652554829,
"lat": 31.200275451471
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 23457,
"duration": 2400,
"instructions": "虹桥火车站(南1口)乘地铁2号线(浦东国际机场方向)经过14站到世纪大道站",
"path": "121.32652554829,31.200275451471;121.32789995572,31.200321783899;121.32938215981,31.200383560434;121.3298043634,31.200437614869;121.33135843193,31.200584333891;121.33212199162,31.200622944122;121.3327058902,31.200646110253;121.3327058902,31.200646110253;121.33359521265,31.200684720459;121.33788012993,31.200815995038;121.33869758795,31.200870049223;121.33957792735,31.201186651681;121.33997318177,31.201565028824;121.34076369062,31.203001303661;121.34112301283,31.203912477355;121.34099725005,31.20470009493;121.33891318127,31.209147693401;121.33787114688,31.211633932444;121.3373860619,31.214259082142;121.33776335022,31.218629021032;121.33823046908,31.220914278863;121.33887724905,31.222504661861;121.33936233403,31.222967875128;121.33977555456,31.223230361628;121.34061996174,31.22366269073;121.342129115,31.224025536827;121.34321606466,31.224195379198;121.34437487877,31.224457862256;121.34553369288,31.22461226371;121.34665657477,31.22476666491;121.34801301609,31.224874745599;121.34989945766,31.224928785896;121.3508516615,31.224836145367;121.35380708663,31.224720344577;121.35822674974,31.224519622868;121.35990658104,31.224419261852;121.36220624314,31.224342060997;121.36471251552,31.224056417281;121.36600607545,31.223948335648;121.36600607545,31.223948335648;121.36734455066,31.223840253889;121.37420760476,31.223353884432;121.37472862195,31.223299843225;121.37690252129,31.222898393284;121.37922913256,31.222458340408;121.38063947221,31.222103208508;121.38063947221,31.222103208508;121.38187015076,31.221802117364;121.38214862547,31.221763515865;121.38257082906,31.221701753434;121.38329845652,31.221647711273;121.38519388114,31.221578228449;121.38635269525,31.221493304928;121.38930812038,31.221253974589;121.3904040531,31.221138169366;121.39197608774,31.220844795495;121.3927845627,31.220667226652;121.3936649021,31.220481937066;121.3936649021,31.220481937066;121.39582083533,31.220034152386;121.39948592181,31.219292986828;121.40248626221,31.218698506045;121.40448050044,31.218320198127;121.40680711171,31.217633063508;121.40939423158,31.2171852652;121.41036440153,31.217030851493;121.41036440153,31.217030851493;121.41166694452,31.216845554709;121.41194541923,31.216837834002;121.41271796197,31.216899599642;121.41535898017,31.218289315781;121.41700287925,31.219941507012;121.4179730492,31.220775312075;121.42122491515,31.223685851161;121.42215915288,31.224102737943;121.42414440806,31.224565943301;121.42414440806,31.224565943301;121.42654288377,31.225098626628;121.43054932634,31.225222146966;121.43452881975,31.225098626628;121.43574153219,31.225276187063;121.43694526157,31.225615866957;121.4380411943,31.225947825662;121.43893949981,31.22620258387;121.43893949981,31.22620258387;121.44001746642,31.226503660858;121.44097865331,31.226596299736;121.44147272134,31.226534540494;121.44196678938,31.226411021888;121.44292797627,31.225847466178;121.44339509514,31.22580114638;121.44391611233,31.225901505914;121.44627865582,31.226920535088;121.44685357135,31.227167570792;121.44732967327,31.227306528089;121.44881187736,31.227576722243;121.44982696259,31.228047630189;121.45241408246,31.229421741468;121.45308781159,31.229722808098;121.45308781159,31.229722808098;121.45519882954,31.230649160885;121.45597137228,31.231042858042;121.4598879843,31.233103951413;121.46544849541,31.23571306067;121.46654442813,31.23603726443;121.46654442813,31.23603726443;121.46893392078,31.236762859249;121.47014663322,31.236963554695;121.474512398,31.237341787249;121.47640782263,31.237542481453;121.47726121286,31.237835802976;121.47926443415,31.238785232125;121.47926443415,31.238785232125;121.48098918073,31.239657463418;121.48128562155,31.239819558603;121.48223782539,31.240359873857;121.48335172422,31.240799842544;121.48804986204,31.242065705819;121.49031359192,31.242907032297;121.49031359192,31.242907032297;121.49484105169,31.244404420334;121.49663766271,31.244643691459;121.50280902157,31.244720875562;121.50491105646,31.244612817799;121.50827970212,31.244026216341;121.50898038042,31.243810099086;121.50898038042,31.243810099086;121.50966309261,31.24357854433;121.51843055438,31.240228654725;121.51970614821,31.239796402166;121.52199682726,31.239078549751;121.52199682726,31.239078549751;121.52713513478,31.237449853412;121.52781784696,31.237202844856;121.53134818762,31.235936915767;121.53170750982,31.235751656415;121.53236327284,31.235388855787;121.5334322564,31.234848511818;121.5334322564,31.234848511818",
"traffic_condition": [],
"start_location": {
"lng": 121.32652554829,
"lat": 31.200275451471
},
"end_location": {
"lng": 121.5334322564,
"lat": 31.234848511818
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁2号线",
"line_id": "247689ecaf8ffcb9455726b7",
"type": 1,
"stop_num": 14,
"on_station": "虹桥火车站(南1口)",
"off_station": "世纪大道站",
"first_time": "05:31",
"last_time": "22:48",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "虹桥2号航站楼",
"stop_location": {
"lng": 121.33271011223,
"lat": 31.200647886323
}
},
{
"stop_name": "淞虹路",
"stop_location": {
"lng": 121.36601047715,
"lat": 31.223954125738
}
},
{
"stop_name": "北新泾",
"stop_location": {
"lng": 121.3806397417,
"lat": 31.222104057738
}
},
{
"stop_name": "威宁路",
"stop_location": {
"lng": 121.39367172923,
"lat": 31.22048371276
}
},
{
"stop_name": "娄山关路",
"stop_location": {
"lng": 121.41037068967,
"lat": 31.217035561115
}
},
{
"stop_name": "中山公园",
"stop_location": {
"lng": 121.42415294196,
"lat": 31.224568490924
}
},
{
"stop_name": "江苏路",
"stop_location": {
"lng": 121.43894210489,
"lat": 31.226206675435
}
},
{
"stop_name": "静安寺",
"stop_location": {
"lng": 121.45308942854,
"lat": 31.229724583617
}
},
{
"stop_name": "南京西路",
"stop_location": {
"lng": 121.46654478745,
"lat": 31.236045060744
}
},
{
"stop_name": "人民广场",
"stop_location": {
"lng": 121.47927144093,
"lat": 31.238790480975
}
},
{
"stop_name": "南京东路",
"stop_location": {
"lng": 121.49031413091,
"lat": 31.242911200318
}
},
{
"stop_name": "陆家嘴",
"stop_location": {
"lng": 121.50898370415,
"lat": 31.243811719967
}
},
{
"stop_name": "东昌路",
"stop_location": {
"lng": 121.52199772556,
"lat": 31.239079090072
}
}
],
"start_info": {
"start_time": "05:31",
"start_uid": "5bfd3476e7bc47605bf6bea5",
"start_name": "虹桥火车站(南1口)",
"start_location": {
"lng": 121.32652554829,
"lat": 31.200275451471
}
},
"end_info": {
"end_time": "22:48",
"end_uid": "f4236c4f9f3c50008d55ecd9",
"end_name": "世纪大道站",
"end_location": {
"lng": 121.5334322564,
"lat": 31.234848511818
}
}
}
}
},
{
"distance": 7,
"duration": 5,
"instructions": "站厅换乘",
"path": "121.5334322564,31.234840792595;121.53342327335,31.234833073373;121.53342327335,31.234833073373;121.53339632418,31.234840792595;121.53338734113,31.2348099157",
"traffic_condition": [],
"start_location": {
"lng": 121.5334322564,
"lat": 31.234848511818
},
"end_location": {
"lng": 121.53339632418,
"lat": 31.2348099157
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 3525,
"duration": 360,
"instructions": "世纪大道站乘地铁9号线(松江南站方向)经过2站到小南门站(1口)",
"path": "121.53339632418,31.2348099157;121.53284835782,31.235087807389;121.53232734062,31.235357979073;121.53161767927,31.235751656415;121.53133022151,31.235890600963;121.53127632318,31.235906039234;121.53106971291,31.235983230548;121.53020733962,31.236245680539;121.52819513528,31.236917240399;121.52751242309,31.237141092615;121.52712615172,31.237264597056;121.52696445673,31.237287754121;121.52657818536,31.237295473141;121.52290411582,31.236129893869;121.52290411582,31.236129893869;121.52288614971,31.236122174753;121.52203275948,31.235828847856;121.52071225038,31.235396574964;121.51877191048,31.234972019286;121.51683157058,31.234616934875;121.515106824,31.233706060008;121.51333716214,31.232694824131;121.50885461765,31.229792284875;121.50854021072,31.22953753644;121.50799224436,31.229051196593;121.50748919327,31.228564854218;121.50642020972,31.227383726498;121.50599800613,31.226835616414;121.5056027517,31.226140824368;121.5052434295,31.225345667142;121.50500987007,31.223168600165;121.50489309035,31.22265134631",
"traffic_condition": [],
"start_location": {
"lng": 121.53339632418,
"lat": 31.2348099157
},
"end_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁9号线",
"line_id": "a533a15f6a82e35a970319b7",
"type": 1,
"stop_num": 2,
"on_station": "世纪大道站",
"off_station": "小南门站",
"first_time": "05:34",
"last_time": "22:59",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "商城路",
"stop_location": {
"lng": 121.52290708023,
"lat": 31.236130742972
}
}
],
"start_info": {
"start_time": "05:34",
"start_uid": "b877d321ffd171b4e4073847",
"start_name": "世纪大道站",
"start_location": {
"lng": 121.53339632418,
"lat": 31.2348099157
}
},
"end_info": {
"end_time": "22:59",
"end_uid": "354251fd5b009d930bb93a47",
"end_name": "小南门站",
"end_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
}
}
}
}
},
{
"distance": 330,
"duration": 279,
"instructions": "步行330米",
"path": "121.50488410729,31.222643626081;121.50488410729,31.222643626081;121.50549495504,31.222543263054;121.50549495504,31.222543263054;121.50552190421,31.222543263054;121.50552190421,31.222543263054;121.50505478534,31.222435179673;121.50505478534,31.222427459427;121.50509071756,31.22255098329;121.50509970062,31.22260502493;121.50512664978,31.222890673076;121.50518054811,31.223361604602;121.50517156506,31.223446526428;121.50571054836,31.223431086102;121.50580936197,31.223075957893;121.50588122641,31.22300647613",
"traffic_condition": [],
"start_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
},
"end_location": {
"lng": 121.50581834502,
"lat": 31.222960154925
},
"vehicle_info": {
"type": 5,
"detail": null
}
}
]
]
},
{
"distance": 32051,
"duration": 24900,
"arrive_time": "2023-03-15 23:05:00",
"price": 631,
"price_detail": [],
"steps": [
[
{
"distance": 700,
"duration": 596,
"instructions": "步行700米",
"path": "116.30822266429,40.056885367807;116.30809690152,40.057182201905;116.30771063015,40.058051987341;116.30792622347,40.058162435484;116.30798910486,40.058217659488;116.30815079985,40.05838333123;116.30808791847,40.05852829367;116.30804300319,40.058631838081;116.30813283374,40.058652546944;116.30877961371,40.058797508807;116.30958808867,40.058997693727;116.31089063166,40.059301421438;116.31105232665,40.059335935864;116.31107927581,40.059335935864;116.31116012331,40.059356644512;116.31139368274,40.05941186754;116.31142961496,40.059418770416;116.31146554718,40.05942567329;116.31149249635,40.05942567329;116.31163622523,40.059487799131;116.31168114051,40.059508507732;116.31174402189,40.059536119189;116.31187876772,40.059612050641;116.31203147965,40.059329032981;116.3120224966,40.059329032981;116.31214825937,40.05939115891;116.31214825937,40.05939115891;116.31218419159,40.059398061787;116.31218419159,40.059398061787;116.31223808992,40.059418770416;116.3122830052,40.059398061787;116.3125435138,40.059108140325;116.31257944602,40.059039111222;116.31257944602,40.059039111222",
"traffic_condition": [],
"start_location": {
"lng": 116.3081418168,
"lat": 40.056871561538
},
"end_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 13359,
"duration": 1260,
"instructions": "西二旗站(A1北口)乘地铁13号线(西直门方向)经过6站到西直门站",
"path": "116.31258842907,40.059046014136;116.31280402239,40.058666352849;116.31298368349,40.05828668943;116.31505876922,40.055028399332;116.31619961722,40.053495844184;116.31922690679,40.049602169471;116.32102351781,40.047316947463;116.32103250086,40.04730313924;116.32103250086,40.04730313924;116.32308962048,40.044693334536;116.32457182457,40.043008645212;116.3254072487,40.041765814717;116.32656606281,40.039328419721;116.32683555446,40.038693163539;116.32683555446,40.038693163539;116.32706911389,40.038120046865;116.33010538652,40.030372137803;116.33232420112,40.024943929738;116.33297098109,40.024059905521;116.34142403594,40.01652451175;116.34252895172,40.015446971686;116.34322064696,40.014466119026;116.34365183361,40.013423084059;116.34383149471,40.012518186403;116.34389437609,40.010950129007;116.34385844387,40.010197172243;116.34410098636,40.007371782767;116.3444333594,39.998563271813;116.3444333594,39.998563271813;116.3446130205,39.994016941184;116.34471183411,39.992552100987;116.34525081741,39.989663785561;116.3458526821,39.986063583697;116.34640963152,39.983112795804;116.3466342079,39.982062367237;116.3466342079,39.982062367237;116.34687675039,39.981115585435;116.34714624204,39.980369207979;116.34898776833,39.977984891604;116.35096404046,39.975296387921;116.35135031183,39.974473919484;116.35161082042,39.973471738576;116.35181743069,39.972027189687;116.35181743069,39.972027189687;116.35196115957,39.970983501246;116.35224861734,39.969193296248;116.35232946483,39.968695624688;116.3527965837,39.967043605409;116.35352421116,39.965557444897;116.3549974322,39.962695630139;116.35694675515,39.959100909125;116.3582582812,39.956453137021;116.35830319647,39.955706488089;116.35793489121,39.953590938161;116.35788997594,39.952519310905;116.3597584514,39.94745823608",
"traffic_condition": [],
"start_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
},
"end_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁13号线",
"line_id": "7ad85451ff003ccb5d17c3b7",
"type": 1,
"stop_num": 6,
"on_station": "西二旗站(A1北口)",
"off_station": "西直门站",
"first_time": "05:10",
"last_time": "23:26",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "清河站",
"stop_location": {
"lng": 116.3210378907,
"lat": 40.047308731571
}
},
{
"stop_name": "上地",
"stop_location": {
"lng": 116.32683636293,
"lat": 40.038699170881
}
},
{
"stop_name": "五道口",
"stop_location": {
"lng": 116.34443389838,
"lat": 39.998568246354
}
},
{
"stop_name": "知春路",
"stop_location": {
"lng": 116.34664175366,
"lat": 39.982068241389
}
},
{
"stop_name": "大钟寺",
"stop_location": {
"lng": 116.3518203951,
"lat": 39.97203368677
}
}
],
"start_info": {
"start_time": "05:10",
"start_uid": "4e2e5e35444596fbf4eafc53",
"start_name": "西二旗站(A1北口)",
"start_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
}
},
"end_info": {
"end_time": "23:26",
"end_uid": "eb368582b6f2d35bac31e5de",
"end_name": "西直门站",
"end_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
}
}
}
}
},
{
"distance": 423,
"duration": 352,
"instructions": "站内通道换乘 步行423米",
"path": "116.35974946834,39.947451321785;116.3597584514,39.947465150374;116.35973150223,39.947561950418;116.3601177736,39.947568864701;116.36118675716,39.946912004619;116.361159808,39.946891261566;116.36117777411,39.946891261566;116.36119574022,39.946898175918;116.3614382827,39.94671148817;116.36150116409,39.946683830682;116.36170777436,39.946614686913;116.36170777436,39.946614686913;116.36176167269,39.946607772532;116.36204014739,39.946628515673;116.36204014739,39.946621601293;116.36211201184,39.945999304267;116.36211201184,39.945999304267;116.36210302878,39.946020047593",
"traffic_condition": [],
"start_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
},
"end_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 9917,
"duration": 1200,
"instructions": "西直门站乘地铁4号线大兴线(天宫院方向)经过9站到北京南站(C南口)",
"path": "116.36211201184,39.946020047593;116.36211201184,39.946020047593;116.36481591142,39.946213651665;116.36942421869,39.946386511976;116.37413133956,39.946580115002;116.37789523965,39.946676916308;116.37835337546,39.946593943769;116.37890134182,39.946317367905;116.37915286736,39.945923245351;116.37931456235,39.939748359884;116.37931456235,39.939748359884;116.37972778289,39.931027884146;116.37976371511,39.930246375256;116.37976371511,39.930246375256;116.37979066427,39.929478689626;116.38021286786,39.922963386572;116.38022185092,39.922133366781;116.38022185092,39.922133366781;116.38024880008,39.921123495693;116.38032964758,39.9205908864;116.38051829174,39.914607391176;116.38057219007,39.913306862386;116.38057219007,39.913306862386;116.38059913923,39.911985554986;116.38079676644,39.906921458347;116.38084168172,39.905876768511;116.38096744449,39.895380549836;116.38096744449,39.895380549836;116.38089558005,39.884619724788;116.38089558005,39.884619724788;116.38089558005,39.880155731832;116.38117405476,39.879020654354;116.3817849025,39.878217783239;116.38269219107,39.877318002626;116.38325812354,39.876715835108;116.38402168322,39.875608386679;116.38460558181,39.874493998502;116.38497388706,39.873400357578;116.38528829399,39.872542044795;116.38567456536,39.871039971374",
"traffic_condition": [],
"start_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
},
"end_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁4号线大兴线",
"line_id": "1479a7007b19e457ebf8536c",
"type": 1,
"stop_num": 9,
"on_station": "西直门站",
"off_station": "北京南站",
"first_time": "05:22",
"last_time": "23:12",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "新街口",
"stop_location": {
"lng": 116.37413196837,
"lat": 39.946580460721
}
},
{
"stop_name": "平安里",
"stop_location": {
"lng": 116.37931815557,
"lat": 39.939750780162
}
},
{
"stop_name": "西四",
"stop_location": {
"lng": 116.37977009308,
"lat": 39.930247827626
}
},
{
"stop_name": "灵境胡同",
"stop_location": {
"lng": 116.38022328821,
"lat": 39.922135787687
}
},
{
"stop_name": "西单",
"stop_location": {
"lng": 116.3805752443,
"lat": 39.913308937718
}
},
{
"stop_name": "宣武门",
"stop_location": {
"lng": 116.38084788003,
"lat": 39.905881057998
}
},
{
"stop_name": "菜市口",
"stop_location": {
"lng": 116.38097319365,
"lat": 39.895386154709
}
},
{
"stop_name": "陶然亭",
"stop_location": {
"lng": 116.38090150887,
"lat": 39.884625468962
}
}
],
"start_info": {
"start_time": "05:22",
"start_uid": "bdd5e3dce1b94802705e8028",
"start_name": "西直门站",
"start_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
}
},
"end_info": {
"end_time": "23:12",
"end_uid": "d44c0f1c6af0814f12882496",
"end_name": "北京南站",
"end_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
}
}
}
}
},
{
"distance": 43,
"duration": 35,
"instructions": "步行43米",
"path": "116.38566558231,39.8710330493;116.3856476162,39.871005360996;116.38563863314,39.87089460767;116.38581829424,39.87089460767;116.38581829424,39.87089460767;116.38584524341,39.870887685582",
"traffic_condition": [],
"start_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
},
"end_location": {
"lng": 116.38690524391,
"lat": 39.869953197121
},
"vehicle_info": {
"type": 5,
"detail": null
}
}
],
[
{
"distance": 0,
"duration": 16980,
"instructions": "北京南站乘坐G23到达上海站 ",
"path": "116.38548592121,39.871275321474;117.06727285411,39.062754661525;116.89802311298,36.67526195637;118.80433520181,31.975021252677;121.46205290058,31.255919613617",
"traffic_condition": [],
"start_location": {
"lng": 116.38548592121,
"lat": 39.871275321474
},
"end_location": {
"lng": 121.46205290058,
"lat": 31.255919613617
},
"vehicle_info": {
"type": 1,
"detail": {
"name": "G23",
"price": 631,
"departure_station": "北京南站",
"arrive_station": "上海站",
"departure_time": "018:00",
"arrive_time": "022:43",
"start_info": {
"start_name": "北京南站",
"start_city": "北京",
"start_time": "2023-03-15 18:00:00"
},
"end_info": {
"end_name": "上海站",
"end_city": "上海",
"end_time": "2023-03-15 22:43:00"
},
"booking": "12306"
}
}
}
],
[
{
"distance": 335,
"duration": 283,
"instructions": "步行335米",
"path": "121.46282544332,31.254144575753;121.4626278161,31.254221752013;121.46190018864,31.254491868422;121.46181934115,31.254530456417;121.46177442587,31.254460998015;121.46163069699,31.254229469636;121.46175645976,31.254183163891;121.46204391752,31.254082834699;121.46205290058,31.254082834699;121.46205290058,31.254075117065;121.46213374807,31.254206316767;121.46213374807,31.254206316767;121.46215171418,31.254183163891;121.46215171418,31.254183163891;121.46257391777,31.253997940683;121.46257391777,31.253997940683;121.46236730751,31.253604340148;121.46235832445,31.253596622474",
"traffic_condition": [],
"start_location": {
"lng": 121.4630679858,
"lat": 31.254599914767
},
"end_location": {
"lng": 121.46236730751,
"lat": 31.253596622474
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 2800,
"duration": 300,
"instructions": "上海火车站(1口)乘地铁1号线(莘庄方向)经过3站到人民广场站",
"path": "121.46236730751,31.253596622474;121.46236730751,31.253596622474;121.46186425642,31.252709085699;121.46149595116,31.251883283046;121.46144205283,31.251644030447;121.46143306978,31.2514279308;121.46159476477,31.250818218386;121.46228646001,31.249575627614;121.46386747771,31.248086040514;121.46392137604,31.24804744986;121.46398425742,31.248016577324;121.46499934265,31.247900805226;121.46499934265,31.247900805226;121.46677798756,31.247684696927;121.46696663172,31.247653824272;121.47393748248,31.245029611337;121.47479985576,31.244697720337;121.47479985576,31.244697720337;121.47563527989,31.244373546596;121.47647070401,31.244049371731;121.47683002622,31.243825536049;121.47727019592,31.243586262832;121.47801578949,31.243130870177;121.47948002747,31.241679773709;121.48074663824,31.240159185699;121.48133951988,31.239371866457;121.48142935043,31.239248364798;121.48156409626,31.239070830878;121.48162697764,31.238985923231;121.48167189292,31.238924172167;121.48168985903,31.23889329662;121.4819144354,31.238584540588;121.4819144354,31.238584540588",
"traffic_condition": [],
"start_location": {
"lng": 121.46236730751,
"lat": 31.253596622474
},
"end_location": {
"lng": 121.4819144354,
"lat": 31.238584540588
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁1号线",
"line_id": "3f30cc2f15f096fb9fec2bb7",
"type": 1,
"stop_num": 3,
"on_station": "上海火车站(1口)",
"off_station": "人民广场站",
"first_time": "05:30",
"last_time": "23:00",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "汉中路",
"stop_location": {
"lng": 121.4650065291,
"lat": 31.247906207927
}
},
{
"stop_name": "新闸路",
"stop_location": {
"lng": 121.47480138288,
"lat": 31.244698800915
}
}
],
"start_info": {
"start_time": "05:30",
"start_uid": "722cee03d327cb7527d2bbd9",
"start_name": "上海火车站(1口)",
"start_location": {
"lng": 121.46236730751,
"lat": 31.253596622474
}
},
"end_info": {
"end_time": "23:00",
"end_uid": "0b153ed2266fb36677e5b6d9",
"end_name": "人民广场站",
"end_location": {
"lng": 121.4819144354,
"lat": 31.238584540588
}
}
}
}
},
{
"distance": 32,
"duration": 26,
"instructions": "站厅换乘",
"path": "121.4819144354,31.238576821674;121.48189646929,31.238576821674;121.48188748624,31.238592259501;121.48208511345,31.238638572967;121.48205816429,31.238669448598;121.48205816429,31.238669448598;121.48209409651,31.238677167504",
"traffic_condition": [],
"start_location": {
"lng": 121.4819144354,
"lat": 31.238584540588
},
"end_location": {
"lng": 121.48210307956,
"lat": 31.238677167504
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 2596,
"duration": 300,
"instructions": "人民广场站乘地铁8号线(沈杜公路方向)经过3站到陆家浜路站",
"path": "121.48210307956,31.238677167504;121.48210307956,31.238677167504;121.48358528365,31.236554444292;121.48480697915,31.234740442649;121.4858759627,31.233127109507;121.48588494576,31.233119390143;121.48588494576,31.233119390143;121.48644189517,31.232293414493;121.4869359632,31.231506029047;121.48734020068,31.230764954338;121.48769053983,31.22934454474;121.48774443816,31.229043476893;121.48782528566,31.228572573958;121.48790613316,31.227707959122;121.48824748925,31.22687421582;121.48834630286,31.226634899241;121.48937037114,31.224874745599;121.4894781678,31.224674024221;121.4894781678,31.224666304159;121.4895769814,31.224496462643;121.49046630386,31.222882952867;121.49102325328,31.221732634654;121.49210121989,31.219262104802;121.49273003374,31.217370561311",
"traffic_condition": [],
"start_location": {
"lng": 121.48210307956,
"lat": 31.238677167504
},
"end_location": {
"lng": 121.49273003374,
"lat": 31.217370561311
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁8号线",
"line_id": "2d6cc6ff85250abeb75f1eb7",
"type": 1,
"stop_num": 3,
"on_station": "人民广场站",
"off_station": "陆家浜路站",
"first_time": "06:00",
"last_time": "23:00",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "大世界",
"stop_location": {
"lng": 121.48588871864,
"lat": 31.23312186034
}
},
{
"stop_name": "老西门",
"stop_location": {
"lng": 121.48948481526,
"lat": 31.224674178622
}
}
],
"start_info": {
"start_time": "06:00",
"start_uid": "0613d21bc5f0d35717a190de",
"start_name": "人民广场站",
"start_location": {
"lng": 121.48210307956,
"lat": 31.238677167504
}
},
"end_info": {
"end_time": "23:00",
"end_uid": "f4350ea165df78a85a1093de",
"end_name": "陆家浜路站",
"end_location": {
"lng": 121.49273003374,
"lat": 31.217370561311
}
}
}
}
},
{
"distance": 11,
"duration": 9,
"instructions": "站厅换乘",
"path": "121.49272105069,31.217362840647;121.49270308458,31.217386002637;121.49270308458,31.217386002637;121.4926581693,31.217386002637;121.49264918625,31.2173937233",
"traffic_condition": [],
"start_location": {
"lng": 121.49273003374,
"lat": 31.217370561311
},
"end_location": {
"lng": 121.4926581693,
"lat": 31.217401443961
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 1505,
"duration": 180,
"instructions": "陆家浜路站乘地铁9号线(曹路方向)经过1站到小南门站(1口)",
"path": "121.4926581693,31.217401443961;121.49496681446,31.217656225432;121.49863190094,31.218096300884;121.50059919001,31.218351080464;121.50354563208,31.218798873196;121.50390495429,31.219030489285;121.50413851372,31.219424235323;121.50489309035,31.22265134631;121.50489309035,31.22265134631",
"traffic_condition": [],
"start_location": {
"lng": 121.4926581693,
"lat": 31.217401443961
},
"end_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁9号线",
"line_id": "afe624f70958ecccdb1318b7",
"type": 1,
"stop_num": 1,
"on_station": "陆家浜路站",
"off_station": "小南门站",
"first_time": "06:12",
"last_time": "23:37",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [],
"start_info": {
"start_time": "06:12",
"start_uid": "c78e3647d2c73bb683a12e47",
"start_name": "陆家浜路站",
"start_location": {
"lng": 121.4926581693,
"lat": 31.217401443961
}
},
"end_info": {
"end_time": "23:37",
"end_uid": "add374c0bdf8bae8b7f42f47",
"end_name": "小南门站",
"end_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
}
}
}
}
},
{
"distance": 330,
"duration": 279,
"instructions": "步行330米",
"path": "121.50488410729,31.222643626081;121.50488410729,31.222643626081;121.50549495504,31.222543263054;121.50549495504,31.222543263054;121.50552190421,31.222543263054;121.50552190421,31.222543263054;121.50505478534,31.222435179673;121.50505478534,31.222427459427;121.50509071756,31.22255098329;121.50509970062,31.22260502493;121.50512664978,31.222890673076;121.50518054811,31.223361604602;121.50517156506,31.223446526428;121.50571054836,31.223431086102;121.50580936197,31.223075957893;121.50588122641,31.22300647613",
"traffic_condition": [],
"start_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
},
"end_location": {
"lng": 121.50581834502,
"lat": 31.222960154925
},
"vehicle_info": {
"type": 5,
"detail": null
}
}
]
]
},
{
"distance": 32051,
"duration": 24060,
"arrive_time": "2023-03-15 23:51:00",
"price": 581,
"price_detail": [],
"steps": [
[
{
"distance": 700,
"duration": 596,
"instructions": "步行700米",
"path": "116.30822266429,40.056885367807;116.30809690152,40.057182201905;116.30771063015,40.058051987341;116.30792622347,40.058162435484;116.30798910486,40.058217659488;116.30815079985,40.05838333123;116.30808791847,40.05852829367;116.30804300319,40.058631838081;116.30813283374,40.058652546944;116.30877961371,40.058797508807;116.30958808867,40.058997693727;116.31089063166,40.059301421438;116.31105232665,40.059335935864;116.31107927581,40.059335935864;116.31116012331,40.059356644512;116.31139368274,40.05941186754;116.31142961496,40.059418770416;116.31146554718,40.05942567329;116.31149249635,40.05942567329;116.31163622523,40.059487799131;116.31168114051,40.059508507732;116.31174402189,40.059536119189;116.31187876772,40.059612050641;116.31203147965,40.059329032981;116.3120224966,40.059329032981;116.31214825937,40.05939115891;116.31214825937,40.05939115891;116.31218419159,40.059398061787;116.31218419159,40.059398061787;116.31223808992,40.059418770416;116.3122830052,40.059398061787;116.3125435138,40.059108140325;116.31257944602,40.059039111222;116.31257944602,40.059039111222",
"traffic_condition": [],
"start_location": {
"lng": 116.3081418168,
"lat": 40.056871561538
},
"end_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 13359,
"duration": 1260,
"instructions": "西二旗站(A1北口)乘地铁13号线(西直门方向)经过6站到西直门站",
"path": "116.31258842907,40.059046014136;116.31280402239,40.058666352849;116.31298368349,40.05828668943;116.31505876922,40.055028399332;116.31619961722,40.053495844184;116.31922690679,40.049602169471;116.32102351781,40.047316947463;116.32103250086,40.04730313924;116.32103250086,40.04730313924;116.32308962048,40.044693334536;116.32457182457,40.043008645212;116.3254072487,40.041765814717;116.32656606281,40.039328419721;116.32683555446,40.038693163539;116.32683555446,40.038693163539;116.32706911389,40.038120046865;116.33010538652,40.030372137803;116.33232420112,40.024943929738;116.33297098109,40.024059905521;116.34142403594,40.01652451175;116.34252895172,40.015446971686;116.34322064696,40.014466119026;116.34365183361,40.013423084059;116.34383149471,40.012518186403;116.34389437609,40.010950129007;116.34385844387,40.010197172243;116.34410098636,40.007371782767;116.3444333594,39.998563271813;116.3444333594,39.998563271813;116.3446130205,39.994016941184;116.34471183411,39.992552100987;116.34525081741,39.989663785561;116.3458526821,39.986063583697;116.34640963152,39.983112795804;116.3466342079,39.982062367237;116.3466342079,39.982062367237;116.34687675039,39.981115585435;116.34714624204,39.980369207979;116.34898776833,39.977984891604;116.35096404046,39.975296387921;116.35135031183,39.974473919484;116.35161082042,39.973471738576;116.35181743069,39.972027189687;116.35181743069,39.972027189687;116.35196115957,39.970983501246;116.35224861734,39.969193296248;116.35232946483,39.968695624688;116.3527965837,39.967043605409;116.35352421116,39.965557444897;116.3549974322,39.962695630139;116.35694675515,39.959100909125;116.3582582812,39.956453137021;116.35830319647,39.955706488089;116.35793489121,39.953590938161;116.35788997594,39.952519310905;116.3597584514,39.94745823608",
"traffic_condition": [],
"start_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
},
"end_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁13号线",
"line_id": "7ad85451ff003ccb5d17c3b7",
"type": 1,
"stop_num": 6,
"on_station": "西二旗站(A1北口)",
"off_station": "西直门站",
"first_time": "05:10",
"last_time": "23:26",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "清河站",
"stop_location": {
"lng": 116.3210378907,
"lat": 40.047308731571
}
},
{
"stop_name": "上地",
"stop_location": {
"lng": 116.32683636293,
"lat": 40.038699170881
}
},
{
"stop_name": "五道口",
"stop_location": {
"lng": 116.34443389838,
"lat": 39.998568246354
}
},
{
"stop_name": "知春路",
"stop_location": {
"lng": 116.34664175366,
"lat": 39.982068241389
}
},
{
"stop_name": "大钟寺",
"stop_location": {
"lng": 116.3518203951,
"lat": 39.97203368677
}
}
],
"start_info": {
"start_time": "05:10",
"start_uid": "4e2e5e35444596fbf4eafc53",
"start_name": "西二旗站(A1北口)",
"start_location": {
"lng": 116.31258842907,
"lat": 40.059046014136
}
},
"end_info": {
"end_time": "23:26",
"end_uid": "eb368582b6f2d35bac31e5de",
"end_name": "西直门站",
"end_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
}
}
}
}
},
{
"distance": 423,
"duration": 352,
"instructions": "站内通道换乘 步行423米",
"path": "116.35974946834,39.947451321785;116.3597584514,39.947465150374;116.35973150223,39.947561950418;116.3601177736,39.947568864701;116.36118675716,39.946912004619;116.361159808,39.946891261566;116.36117777411,39.946891261566;116.36119574022,39.946898175918;116.3614382827,39.94671148817;116.36150116409,39.946683830682;116.36170777436,39.946614686913;116.36170777436,39.946614686913;116.36176167269,39.946607772532;116.36204014739,39.946628515673;116.36204014739,39.946621601293;116.36211201184,39.945999304267;116.36211201184,39.945999304267;116.36210302878,39.946020047593",
"traffic_condition": [],
"start_location": {
"lng": 116.3597584514,
"lat": 39.94745823608
},
"end_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 9917,
"duration": 1200,
"instructions": "西直门站乘地铁4号线大兴线(天宫院方向)经过9站到北京南站(C南口)",
"path": "116.36211201184,39.946020047593;116.36211201184,39.946020047593;116.36481591142,39.946213651665;116.36942421869,39.946386511976;116.37413133956,39.946580115002;116.37789523965,39.946676916308;116.37835337546,39.946593943769;116.37890134182,39.946317367905;116.37915286736,39.945923245351;116.37931456235,39.939748359884;116.37931456235,39.939748359884;116.37972778289,39.931027884146;116.37976371511,39.930246375256;116.37976371511,39.930246375256;116.37979066427,39.929478689626;116.38021286786,39.922963386572;116.38022185092,39.922133366781;116.38022185092,39.922133366781;116.38024880008,39.921123495693;116.38032964758,39.9205908864;116.38051829174,39.914607391176;116.38057219007,39.913306862386;116.38057219007,39.913306862386;116.38059913923,39.911985554986;116.38079676644,39.906921458347;116.38084168172,39.905876768511;116.38096744449,39.895380549836;116.38096744449,39.895380549836;116.38089558005,39.884619724788;116.38089558005,39.884619724788;116.38089558005,39.880155731832;116.38117405476,39.879020654354;116.3817849025,39.878217783239;116.38269219107,39.877318002626;116.38325812354,39.876715835108;116.38402168322,39.875608386679;116.38460558181,39.874493998502;116.38497388706,39.873400357578;116.38528829399,39.872542044795;116.38567456536,39.871039971374",
"traffic_condition": [],
"start_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
},
"end_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁4号线大兴线",
"line_id": "1479a7007b19e457ebf8536c",
"type": 1,
"stop_num": 9,
"on_station": "西直门站",
"off_station": "北京南站",
"first_time": "05:22",
"last_time": "23:12",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "新街口",
"stop_location": {
"lng": 116.37413196837,
"lat": 39.946580460721
}
},
{
"stop_name": "平安里",
"stop_location": {
"lng": 116.37931815557,
"lat": 39.939750780162
}
},
{
"stop_name": "西四",
"stop_location": {
"lng": 116.37977009308,
"lat": 39.930247827626
}
},
{
"stop_name": "灵境胡同",
"stop_location": {
"lng": 116.38022328821,
"lat": 39.922135787687
}
},
{
"stop_name": "西单",
"stop_location": {
"lng": 116.3805752443,
"lat": 39.913308937718
}
},
{
"stop_name": "宣武门",
"stop_location": {
"lng": 116.38084788003,
"lat": 39.905881057998
}
},
{
"stop_name": "菜市口",
"stop_location": {
"lng": 116.38097319365,
"lat": 39.895386154709
}
},
{
"stop_name": "陶然亭",
"stop_location": {
"lng": 116.38090150887,
"lat": 39.884625468962
}
}
],
"start_info": {
"start_time": "05:22",
"start_uid": "bdd5e3dce1b94802705e8028",
"start_name": "西直门站",
"start_location": {
"lng": 116.36211201184,
"lat": 39.946020047593
}
},
"end_info": {
"end_time": "23:12",
"end_uid": "d44c0f1c6af0814f12882496",
"end_name": "北京南站",
"end_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
}
}
}
}
},
{
"distance": 43,
"duration": 35,
"instructions": "步行43米",
"path": "116.38566558231,39.8710330493;116.3856476162,39.871005360996;116.38563863314,39.87089460767;116.38581829424,39.87089460767;116.38581829424,39.87089460767;116.38584524341,39.870887685582",
"traffic_condition": [],
"start_location": {
"lng": 116.38567456536,
"lat": 39.871039971374
},
"end_location": {
"lng": 116.38690524391,
"lat": 39.869953197121
},
"vehicle_info": {
"type": 5,
"detail": null
}
}
],
[
{
"distance": 0,
"duration": 16140,
"instructions": "北京南站乘坐G27到达上海站 ",
"path": "116.38548592121,39.871275321474;118.80433520181,31.975021252677;120.46657768359,31.603105761608;121.46205290058,31.255919613617",
"traffic_condition": [],
"start_location": {
"lng": 116.38548592121,
"lat": 39.871275321474
},
"end_location": {
"lng": 121.46205290058,
"lat": 31.255919613617
},
"vehicle_info": {
"type": 1,
"detail": {
"name": "G27",
"price": 581,
"departure_station": "北京南站",
"arrive_station": "上海站",
"departure_time": "019:00",
"arrive_time": "023:29",
"start_info": {
"start_name": "北京南站",
"start_city": "北京",
"start_time": "2023-03-15 19:00:00"
},
"end_info": {
"end_name": "上海站",
"end_city": "上海",
"end_time": "2023-03-15 23:29:00"
},
"booking": "12306"
}
}
}
],
[
{
"distance": 335,
"duration": 283,
"instructions": "步行335米",
"path": "121.46282544332,31.254144575753;121.4626278161,31.254221752013;121.46190018864,31.254491868422;121.46181934115,31.254530456417;121.46177442587,31.254460998015;121.46163069699,31.254229469636;121.46175645976,31.254183163891;121.46204391752,31.254082834699;121.46205290058,31.254082834699;121.46205290058,31.254075117065;121.46213374807,31.254206316767;121.46213374807,31.254206316767;121.46215171418,31.254183163891;121.46215171418,31.254183163891;121.46257391777,31.253997940683;121.46257391777,31.253997940683;121.46236730751,31.253604340148;121.46235832445,31.253596622474",
"traffic_condition": [],
"start_location": {
"lng": 121.4630679858,
"lat": 31.254599914767
},
"end_location": {
"lng": 121.46236730751,
"lat": 31.253596622474
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 2800,
"duration": 300,
"instructions": "上海火车站(1口)乘地铁1号线(莘庄方向)经过3站到人民广场站",
"path": "121.46236730751,31.253596622474;121.46236730751,31.253596622474;121.46186425642,31.252709085699;121.46149595116,31.251883283046;121.46144205283,31.251644030447;121.46143306978,31.2514279308;121.46159476477,31.250818218386;121.46228646001,31.249575627614;121.46386747771,31.248086040514;121.46392137604,31.24804744986;121.46398425742,31.248016577324;121.46499934265,31.247900805226;121.46499934265,31.247900805226;121.46677798756,31.247684696927;121.46696663172,31.247653824272;121.47393748248,31.245029611337;121.47479985576,31.244697720337;121.47479985576,31.244697720337;121.47563527989,31.244373546596;121.47647070401,31.244049371731;121.47683002622,31.243825536049;121.47727019592,31.243586262832;121.47801578949,31.243130870177;121.47948002747,31.241679773709;121.48074663824,31.240159185699;121.48133951988,31.239371866457;121.48142935043,31.239248364798;121.48156409626,31.239070830878;121.48162697764,31.238985923231;121.48167189292,31.238924172167;121.48168985903,31.23889329662;121.4819144354,31.238584540588;121.4819144354,31.238584540588",
"traffic_condition": [],
"start_location": {
"lng": 121.46236730751,
"lat": 31.253596622474
},
"end_location": {
"lng": 121.4819144354,
"lat": 31.238584540588
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁1号线",
"line_id": "3f30cc2f15f096fb9fec2bb7",
"type": 1,
"stop_num": 3,
"on_station": "上海火车站(1口)",
"off_station": "人民广场站",
"first_time": "05:30",
"last_time": "23:00",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "汉中路",
"stop_location": {
"lng": 121.4650065291,
"lat": 31.247906207927
}
},
{
"stop_name": "新闸路",
"stop_location": {
"lng": 121.47480138288,
"lat": 31.244698800915
}
}
],
"start_info": {
"start_time": "05:30",
"start_uid": "722cee03d327cb7527d2bbd9",
"start_name": "上海火车站(1口)",
"start_location": {
"lng": 121.46236730751,
"lat": 31.253596622474
}
},
"end_info": {
"end_time": "23:00",
"end_uid": "0b153ed2266fb36677e5b6d9",
"end_name": "人民广场站",
"end_location": {
"lng": 121.4819144354,
"lat": 31.238584540588
}
}
}
}
},
{
"distance": 32,
"duration": 26,
"instructions": "站厅换乘",
"path": "121.4819144354,31.238576821674;121.48189646929,31.238576821674;121.48188748624,31.238592259501;121.48208511345,31.238638572967;121.48205816429,31.238669448598;121.48205816429,31.238669448598;121.48209409651,31.238677167504",
"traffic_condition": [],
"start_location": {
"lng": 121.4819144354,
"lat": 31.238584540588
},
"end_location": {
"lng": 121.48210307956,
"lat": 31.238677167504
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 2596,
"duration": 300,
"instructions": "人民广场站乘地铁8号线(沈杜公路方向)经过3站到陆家浜路站",
"path": "121.48210307956,31.238677167504;121.48210307956,31.238677167504;121.48358528365,31.236554444292;121.48480697915,31.234740442649;121.4858759627,31.233127109507;121.48588494576,31.233119390143;121.48588494576,31.233119390143;121.48644189517,31.232293414493;121.4869359632,31.231506029047;121.48734020068,31.230764954338;121.48769053983,31.22934454474;121.48774443816,31.229043476893;121.48782528566,31.228572573958;121.48790613316,31.227707959122;121.48824748925,31.22687421582;121.48834630286,31.226634899241;121.48937037114,31.224874745599;121.4894781678,31.224674024221;121.4894781678,31.224666304159;121.4895769814,31.224496462643;121.49046630386,31.222882952867;121.49102325328,31.221732634654;121.49210121989,31.219262104802;121.49273003374,31.217370561311",
"traffic_condition": [],
"start_location": {
"lng": 121.48210307956,
"lat": 31.238677167504
},
"end_location": {
"lng": 121.49273003374,
"lat": 31.217370561311
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁8号线",
"line_id": "2d6cc6ff85250abeb75f1eb7",
"type": 1,
"stop_num": 3,
"on_station": "人民广场站",
"off_station": "陆家浜路站",
"first_time": "06:00",
"last_time": "23:00",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [
{
"stop_name": "大世界",
"stop_location": {
"lng": 121.48588871864,
"lat": 31.23312186034
}
},
{
"stop_name": "老西门",
"stop_location": {
"lng": 121.48948481526,
"lat": 31.224674178622
}
}
],
"start_info": {
"start_time": "06:00",
"start_uid": "0613d21bc5f0d35717a190de",
"start_name": "人民广场站",
"start_location": {
"lng": 121.48210307956,
"lat": 31.238677167504
}
},
"end_info": {
"end_time": "23:00",
"end_uid": "f4350ea165df78a85a1093de",
"end_name": "陆家浜路站",
"end_location": {
"lng": 121.49273003374,
"lat": 31.217370561311
}
}
}
}
},
{
"distance": 11,
"duration": 9,
"instructions": "站厅换乘",
"path": "121.49272105069,31.217362840647;121.49270308458,31.217386002637;121.49270308458,31.217386002637;121.4926581693,31.217386002637;121.49264918625,31.2173937233",
"traffic_condition": [],
"start_location": {
"lng": 121.49273003374,
"lat": 31.217370561311
},
"end_location": {
"lng": 121.4926581693,
"lat": 31.217401443961
},
"vehicle_info": {
"type": 5,
"detail": null
}
},
{
"distance": 1505,
"duration": 180,
"instructions": "陆家浜路站乘地铁9号线(曹路方向)经过1站到小南门站(1口)",
"path": "121.4926581693,31.217401443961;121.49496681446,31.217656225432;121.49863190094,31.218096300884;121.50059919001,31.218351080464;121.50354563208,31.218798873196;121.50390495429,31.219030489285;121.50413851372,31.219424235323;121.50489309035,31.22265134631;121.50489309035,31.22265134631",
"traffic_condition": [],
"start_location": {
"lng": 121.4926581693,
"lat": 31.217401443961
},
"end_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
},
"vehicle_info": {
"type": 3,
"detail": {
"name": "地铁9号线",
"line_id": "afe624f70958ecccdb1318b7",
"type": 1,
"stop_num": 1,
"on_station": "陆家浜路站",
"off_station": "小南门站",
"first_time": "06:12",
"last_time": "23:37",
"bus_type": 0,
"shuttle_time_table": [],
"stop_info": [],
"start_info": {
"start_time": "06:12",
"start_uid": "c78e3647d2c73bb683a12e47",
"start_name": "陆家浜路站",
"start_location": {
"lng": 121.4926581693,
"lat": 31.217401443961
}
},
"end_info": {
"end_time": "23:37",
"end_uid": "add374c0bdf8bae8b7f42f47",
"end_name": "小南门站",
"end_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
}
}
}
}
},
{
"distance": 330,
"duration": 279,
"instructions": "步行330米",
"path": "121.50488410729,31.222643626081;121.50488410729,31.222643626081;121.50549495504,31.222543263054;121.50549495504,31.222543263054;121.50552190421,31.222543263054;121.50552190421,31.222543263054;121.50505478534,31.222435179673;121.50505478534,31.222427459427;121.50509071756,31.22255098329;121.50509970062,31.22260502493;121.50512664978,31.222890673076;121.50518054811,31.223361604602;121.50517156506,31.223446526428;121.50571054836,31.223431086102;121.50580936197,31.223075957893;121.50588122641,31.22300647613",
"traffic_condition": [],
"start_location": {
"lng": 121.50489309035,
"lat": 31.22265134631
},
"end_location": {
"lng": 121.50581834502,
"lat": 31.222960154925
},
"vehicle_info": {
"type": 5,
"detail": null
}
}
]
]
}
],
"taxi": null
},
"transit_type": 1,
"message": "成功"
}
在线运行
参数备注必选
origin
40.056878,116.30815
destination
31.222965,121.505821

上一篇

骑行路线规划

下一篇

摩托车路线规划

本篇文章对您是否有帮助?