API简介:公交路径规划

接口问题联系相关负责人沟通修复:查看该接口开发者

接口地址:https://tools.mgtv100.com/external/v1/amap/bus?origin=116.481499,39.990475&destination=116.465063,39.999538&city=%E5%8C%97%E4%BA%AC

返回格式:JSON

请求方式:GET

请求参数:https://tools.mgtv100.com/external/v1/amap/bus?origin=116.481499,39.990475&destination=116.465063,39.999538&city=%E5%8C%97%E4%BA%AC

注:单纯检测接口是否可调通,返回的数据请自行检查

检测接口中...(检测服务是否可用)


状态码 累计次数 最后检测时间
正常 117 2024-04-28 17:29:02
故障 21 2024-01-28 14:40:19

您好!我们的平台聚合了 上千位开发者提供的免费接口 ,尽管我们已经付出了很大的努力来确保接口的稳定性。
1. 然而,由于我们 无法控制 其他【开发者】的 接口,不稳定或者他可能跑路了,因为不赚钱。。。我替他向您道歉!!!!!
2. 但请放心,我们正在竭尽所能来改进这个情况。
3. 为了方便您使用,我们还推出了智能生成对接代码和在线极速测试接口是否可用的功能。
4. 我们真诚希望您 理解并谅解 这一挑战,同时我们将继续 努力提供更多可靠的接口 ,以满足您的需求。
5. 最后,如果您需要与我取得联系,我的微信:13132131321,再次感谢您对我们的支持与信任!!!


接口注意:接口故障请立即 点我反馈,修复进度会通过短信通知!

非官方接口,请联系开发者获取技术支持

Bug修复:非官方接口,Bug反馈请联系开发者

会员线路:因调用量剧增,定制独享优质线路请 参考定制方案

专属线路 成本透明 0服务费

请求参数

接口名称 是否必填 接口类型 接口说明

返回示例

{
    "status": "success",
    "code": 200,
    "data": {
        "status": "1",
        "info": "OK",
        "infocode": "10000",
        "count": "5",
        "route": {
            "origin": "116.481499,39.990475",
            "destination": "116.465063,39.999538",
            "distance": "2634",
            "taxi_cost": "13",
            "transits": [
                {
                    "cost": "2.0",
                    "duration": "2159",
                    "nightflag": "0",
                    "walking_distance": "1350",
                    "distance": "3108",
                    "missed": "0",
                    "segments": [
                        {
                            "taxi": [],
                            "walking": {
                                "origin": "116.481560,39.990429",
                                "destination": "116.474861,39.989780",
                                "distance": "790",
                                "duration": "677",
                                "steps": [
                                    {
                                        "instruction": "步行114米右转",
                                        "road": [],
                                        "distance": "114",
                                        "duration": [],
                                        "polyline": "116.481560,39.990429;116.481094,39.990051;116.480743,39.989815;116.480606,39.989723;116.480598,39.989708;116.480583,39.989700",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行50米左转",
                                        "road": [],
                                        "distance": "50",
                                        "duration": [],
                                        "polyline": "116.480591,39.989697;116.480438,39.989807;116.480263,39.989906;116.480217,39.989914;116.480133,39.989983",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行25米右转",
                                        "road": [],
                                        "distance": "25",
                                        "duration": [],
                                        "polyline": "116.480133,39.989983;116.479897,39.989868",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行262米左转",
                                        "road": [],
                                        "distance": "262",
                                        "duration": [],
                                        "polyline": "116.479897,39.989864;116.479767,39.989956;116.478683,39.990688;116.477875,39.991219;116.477654,39.991360;116.477554,39.991421",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "沿阜安东路步行273米右转",
                                        "road": "阜安东路",
                                        "distance": "273",
                                        "duration": [],
                                        "polyline": "116.477554,39.991421;116.477478,39.991348;116.477425,39.991295;116.477356,39.991241;116.477242,39.991138;116.476379,39.990360;116.476357,39.990353;116.476036,39.990059;116.475578,39.989639;116.475449,39.989521",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行50米左转",
                                        "road": [],
                                        "distance": "50",
                                        "duration": [],
                                        "polyline": "116.475449,39.989517;116.474998,39.989822",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行11米右转",
                                        "road": [],
                                        "distance": "11",
                                        "duration": [],
                                        "polyline": "116.474998,39.989822;116.474907,39.989754",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "沿广顺南大街步行5米到达望花路东里",
                                        "road": "广顺南大街",
                                        "distance": "5",
                                        "duration": [],
                                        "polyline": "116.474907,39.989750;116.474861,39.989780",
                                        "action": [],
                                        "assistant_action": "到达望花路东里"
                                    }
                                ]
                            },
                            "bus": {
                                "buslines": [
                                    {
                                        "departure_stop": {
                                            "name": "望花路东里",
                                            "id": "110100016432039",
                                            "location": "116.474857,39.989779"
                                        },
                                        "arrival_stop": {
                                            "name": "侯庄路口北",
                                            "id": "110100016432042",
                                            "location": "116.467884,40.002797"
                                        },
                                        "name": "451路(黄厂路--来广营北)",
                                        "id": "110100016432",
                                        "type": "普通公交线路",
                                        "distance": "1758",
                                        "duration": "1002",
                                        "polyline": "116.474857,39.989779;116.474631,39.989933;116.474164,39.990234;116.473982,39.990352;116.473719,39.990529;116.473445,39.990722;116.472651,39.991253;116.472555,39.991317;116.471793,39.991816;116.471619,39.991932;116.471407,39.992079;116.470752,39.992498;116.470404,39.992723;116.470307,39.992787;116.469953,39.993018;116.469266,39.993479;116.469089,39.993619;116.468896,39.993801;116.468741,39.993978;116.468580,39.994198;116.468473,39.994370;116.468306,39.994772;116.468236,39.995105;116.468210,39.995470;116.468199,39.995686;116.468188,39.995893;116.468177,39.996419;116.468151,39.996848;116.468118,39.997197;116.468113,39.997272;116.468097,39.997680;116.468054,39.999015;116.467968,40.000496;116.467925,40.001193;116.467925,40.001220;116.467925,40.001274;116.467947,40.001628;116.467941,40.001724;116.467925,40.002030;116.467915,40.002390;116.467898,40.002561;116.467888,40.002711;116.467884,40.002797",
                                        "bustimetag": "0",
                                        "start_time": [],
                                        "end_time": [],
                                        "via_num": "2",
                                        "via_stops": [
                                            {
                                                "name": "地铁阜通站",
                                                "id": "110100016432040",
                                                "location": "116.471619,39.991932"
                                            },
                                            {
                                                "name": "大西洋新城东门",
                                                "id": "110100016432041",
                                                "location": "116.468199,39.995686"
                                            }
                                        ]
                                    },
                                    {
                                        "departure_stop": {
                                            "name": "望花路东里",
                                            "id": "110100015440019",
                                            "location": "116.474857,39.989779"
                                        },
                                        "arrival_stop": {
                                            "name": "侯庄路口北",
                                            "id": "110100015440007",
                                            "location": "116.467891,40.002671"
                                        },
                                        "name": "593路(环行铁道--地铁北苑路北站)",
                                        "id": "110100015440",
                                        "type": "普通公交线路",
                                        "distance": "1813",
                                        "duration": "1178",
                                        "polyline": "116.474857,39.989779;116.474631,39.989931;116.474162,39.990230;116.473980,39.990352;116.473694,39.990543;116.473481,39.990690;116.472652,39.991250;116.472552,39.991315;116.471793,39.991814;116.471762,39.991832;116.471407,39.992079;116.470699,39.992535;116.470404,39.992723;116.470307,39.992787;116.469991,39.992996;116.469266,39.993479;116.469089,39.993619;116.468896,39.993801;116.468741,39.993978;116.468580,39.994198;116.468473,39.994370;116.468306,39.994772;116.468236,39.995105;116.468210,39.995470;116.468200,39.995663;116.468188,39.995893;116.468167,39.996676;116.468151,39.996848;116.468118,39.997197;116.468113,39.997272;116.468097,39.997680;116.468054,39.999015;116.467968,40.000496;116.467925,40.001193;116.467925,40.001220;116.467925,40.001274;116.467947,40.001628;116.467941,40.001724;116.467925,40.002030;116.467915,40.002390;116.467898,40.002561;116.467891,40.002671",
                                        "bustimetag": "0",
                                        "start_time": "0600",
                                        "end_time": "2200",
                                        "via_num": "2",
                                        "via_stops": [
                                            {
                                                "name": "地铁阜通站",
                                                "id": "110100015440005",
                                                "location": "116.471762,39.991832"
                                            },
                                            {
                                                "name": "大西洋新城东门",
                                                "id": "110100015440006",
                                                "location": "116.468200,39.995663"
                                            }
                                        ]
                                    }
                                ]
                            },
                            "entrance": [],
                            "exit": [],
                            "railway": {
                                "via_stops": [],
                                "alters": [],
                                "spaces": []
                            }
                        },
                        {
                            "taxi": [],
                            "walking": {
                                "origin": "116.467888,40.002731",
                                "destination": "116.465240,39.999687",
                                "distance": "560",
                                "duration": "480",
                                "steps": [
                                    {
                                        "instruction": "沿广顺北大街步行13米向左前方行走",
                                        "road": "广顺北大街",
                                        "distance": "13",
                                        "duration": [],
                                        "polyline": "116.467888,40.002731;116.467896,40.002613",
                                        "action": "向左前方行走",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行10米右转",
                                        "road": [],
                                        "distance": "10",
                                        "duration": [],
                                        "polyline": "116.467896,40.002609;116.468010,40.002613",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行108米右转",
                                        "road": [],
                                        "distance": "108",
                                        "duration": [],
                                        "polyline": "116.468010,40.002613;116.468040,40.001923;116.468040,40.001732;116.468040,40.001640",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行250米左转",
                                        "road": [],
                                        "distance": "250",
                                        "duration": [],
                                        "polyline": "116.468040,40.001637;116.467949,40.001633;116.467712,40.001614;116.467560,40.001598;116.467239,40.001514;116.466812,40.001461;116.465347,40.001320;116.465118,40.001331",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行179米",
                                        "road": [],
                                        "distance": "179",
                                        "duration": [],
                                        "polyline": "116.465118,40.001331;116.465149,40.001282;116.465187,40.001171;116.465210,40.001129;116.465240,40.001030;116.465233,40.000713;116.465233,40.000366;116.465240,39.999981;116.465240,39.999744;116.465240,39.999687",
                                        "action": [],
                                        "assistant_action": []
                                    }
                                ]
                            },
                            "bus": {
                                "buslines": []
                            },
                            "entrance": [],
                            "exit": [],
                            "railway": {
                                "via_stops": [],
                                "alters": [],
                                "spaces": []
                            }
                        }
                    ]
                },
                {
                    "cost": "2.0",
                    "duration": "2166",
                    "nightflag": "0",
                    "walking_distance": "1162",
                    "distance": "4067",
                    "missed": "0",
                    "segments": [
                        {
                            "taxi": [],
                            "walking": {
                                "origin": "116.481560,39.990429",
                                "destination": "116.476631,39.987251",
                                "distance": "616",
                                "duration": "528",
                                "steps": [
                                    {
                                        "instruction": "步行114米右转",
                                        "road": [],
                                        "distance": "114",
                                        "duration": [],
                                        "polyline": "116.481560,39.990429;116.481094,39.990051;116.480743,39.989815;116.480606,39.989723;116.480598,39.989708;116.480583,39.989700",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行50米左转",
                                        "road": [],
                                        "distance": "50",
                                        "duration": [],
                                        "polyline": "116.480591,39.989697;116.480438,39.989807;116.480263,39.989906;116.480217,39.989914;116.480133,39.989983",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行25米向左前方行走",
                                        "road": [],
                                        "distance": "25",
                                        "duration": [],
                                        "polyline": "116.480133,39.989983;116.479897,39.989868",
                                        "action": "向左前方行走",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "沿阜通东大街步行24米右转",
                                        "road": "阜通东大街",
                                        "distance": "24",
                                        "duration": [],
                                        "polyline": "116.479897,39.989864;116.479843,39.989815;116.479767,39.989750;116.479698,39.989693",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行15米左转",
                                        "road": [],
                                        "distance": "15",
                                        "duration": [],
                                        "polyline": "116.479698,39.989689;116.479568,39.989769",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "沿阜通东大街辅路步行374米左转",
                                        "road": "阜通东大街辅路",
                                        "distance": "374",
                                        "duration": [],
                                        "polyline": "116.479568,39.989769;116.479294,39.989666;116.479248,39.989628;116.479027,39.989437;116.478569,39.989059;116.478111,39.988636;116.477745,39.988293;116.477554,39.988125;116.477493,39.988068;116.477295,39.987907;116.477219,39.987846;116.476822,39.987526;116.476517,39.987297",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行10米左转",
                                        "road": [],
                                        "distance": "10",
                                        "duration": [],
                                        "polyline": "116.476517,39.987293;116.476585,39.987228",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "沿阜通东大街步行4米到达阜通东大街",
                                        "road": "阜通东大街",
                                        "distance": "4",
                                        "duration": [],
                                        "polyline": "116.476585,39.987221;116.476631,39.987251",
                                        "action": [],
                                        "assistant_action": "到达阜通东大街"
                                    }
                                ]
                            },
                            "bus": {
                                "buslines": [
                                    {
                                        "departure_stop": {
                                            "name": "阜通东大街",
                                            "id": "110100013751010",
                                            "location": "116.476632,39.987257"
                                        },
                                        "arrival_stop": {
                                            "name": "侯庄路口南",
                                            "id": "110100013751016",
                                            "location": "116.467952,40.000747"
                                        },
                                        "name": "404路(东直门枢纽站--来广营西桥东)",
                                        "id": "110100013751",
                                        "type": "普通公交线路",
                                        "distance": "2905",
                                        "duration": "1170",
                                        "polyline": "116.476632,39.987257;116.476546,39.987187;116.476149,39.986897;116.475977,39.986768;116.474888,39.985996;116.474867,39.985980;116.474368,39.985599;116.474041,39.985325;116.473788,39.985099;116.473756,39.985071;116.473740,39.985057;116.473574,39.984918;116.473386,39.984751;116.473300,39.984805;116.472410,39.983990;116.472190,39.984129;116.471713,39.984430;116.470114,39.985486;116.469844,39.985646;116.469733,39.985711;116.469127,39.986114;116.468961,39.986226;116.469036,39.986291;116.469492,39.986688;116.469663,39.986833;116.469728,39.986897;116.470044,39.987171;116.470173,39.987289;116.470446,39.987541;116.470892,39.987906;116.471058,39.988056;116.471251,39.988236;116.471385,39.988361;116.471503,39.988463;116.472029,39.988930;116.472115,39.989005;116.472399,39.989263;116.472785,39.989617;116.473129,39.989928;116.473445,39.990234;116.473526,39.990314;116.473697,39.990545;116.473483,39.990690;116.472651,39.991253;116.472555,39.991317;116.471793,39.991816;116.471619,39.991932;116.471565,39.991970;116.471405,39.992081;116.470703,39.992535;116.470383,39.992737;116.470314,39.992786;116.469841,39.993099;116.469353,39.993431;116.469154,39.993576;116.468964,39.993748;116.468803,39.993908;116.468651,39.994106;116.468483,39.994362;116.468353,39.994625;116.468254,39.994930;116.468231,39.995102;116.468201,39.995522;116.468201,39.995621;116.468199,39.995686;116.468164,39.996675;116.468142,39.996897;116.468116,39.997196;116.468112,39.997270;116.468095,39.997678;116.468051,39.999015;116.467956,40.000660;116.467952,40.000747",
                                        "bustimetag": "0",
                                        "start_time": "0500",
                                        "end_time": "2300",
                                        "via_num": "5",
                                        "via_stops": [
                                            {
                                                "name": "望京医院",
                                                "id": "110100013751011",
                                                "location": "116.473788,39.985099"
                                            },
                                            {
                                                "name": "花家地北里",
                                                "id": "110100013751012",
                                                "location": "116.469844,39.985646"
                                            },
                                            {
                                                "name": "望花路",
                                                "id": "110100013751013",
                                                "location": "116.471251,39.988236"
                                            },
                                            {
                                                "name": "地铁阜通站",
                                                "id": "110100013751014",
                                                "location": "116.471619,39.991932"
                                            },
                                            {
                                                "name": "大西洋新城东门",
                                                "id": "110100013751015",
                                                "location": "116.468199,39.995686"
                                            }
                                        ]
                                    }
                                ]
                            },
                            "entrance": [],
                            "exit": [],
                            "railway": {
                                "via_stops": [],
                                "alters": [],
                                "spaces": []
                            }
                        },
                        {
                            "taxi": [],
                            "walking": {
                                "origin": "116.467957,40.000660",
                                "destination": "116.465240,39.999687",
                                "distance": "546",
                                "duration": "468",
                                "steps": [
                                    {
                                        "instruction": "沿广顺北大街步行13米右转",
                                        "road": "广顺北大街",
                                        "distance": "13",
                                        "duration": [],
                                        "polyline": "116.467957,40.000660;116.467957,40.000782",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行11米左转",
                                        "road": [],
                                        "distance": "11",
                                        "duration": [],
                                        "polyline": "116.467949,40.000782;116.468079,40.000790",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行93米左转",
                                        "road": [],
                                        "distance": "93",
                                        "duration": [],
                                        "polyline": "116.468079,40.000790;116.468063,40.001270;116.468040,40.001637",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行250米左转",
                                        "road": [],
                                        "distance": "250",
                                        "duration": [],
                                        "polyline": "116.468040,40.001637;116.467949,40.001633;116.467712,40.001614;116.467560,40.001598;116.467239,40.001514;116.466812,40.001461;116.465347,40.001320;116.465118,40.001331",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行179米",
                                        "road": [],
                                        "distance": "179",
                                        "duration": [],
                                        "polyline": "116.465118,40.001331;116.465149,40.001282;116.465187,40.001171;116.465210,40.001129;116.465240,40.001030;116.465233,40.000713;116.465233,40.000366;116.465240,39.999981;116.465240,39.999744;116.465240,39.999687",
                                        "action": [],
                                        "assistant_action": []
                                    }
                                ]
                            },
                            "bus": {
                                "buslines": []
                            },
                            "entrance": [],
                            "exit": [],
                            "railway": {
                                "via_stops": [],
                                "alters": [],
                                "spaces": []
                            }
                        }
                    ]
                },
                {
                    "cost": "3.0",
                    "duration": "2141",
                    "nightflag": "0",
                    "walking_distance": "2019",
                    "distance": "4385",
                    "missed": "0",
                    "segments": [
                        {
                            "taxi": [],
                            "walking": {
                                "origin": "116.481544,39.990494",
                                "destination": "116.481880,39.984669",
                                "distance": "1009",
                                "duration": "864",
                                "steps": [
                                    {
                                        "instruction": "步行34米左转",
                                        "road": [],
                                        "distance": "34",
                                        "duration": [],
                                        "polyline": "116.481544,39.990494;116.481544,39.990494;116.481247,39.990704",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行32米右转",
                                        "road": [],
                                        "distance": "32",
                                        "duration": [],
                                        "polyline": "116.481247,39.990704;116.480988,39.990486",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行7米左转",
                                        "road": [],
                                        "distance": "7",
                                        "duration": [],
                                        "polyline": "116.480988,39.990482;116.480911,39.990520",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行119米向左前方行走",
                                        "road": [],
                                        "distance": "119",
                                        "duration": [],
                                        "polyline": "116.480904,39.990520;116.480850,39.990562;116.480553,39.990311;116.480331,39.990116;116.480247,39.990047;116.480133,39.989986;116.479897,39.989868",
                                        "action": "向左前方行走",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行275米左转",
                                        "road": [],
                                        "distance": "275",
                                        "duration": [],
                                        "polyline": "116.479897,39.989864;116.479843,39.989815;116.479767,39.989750;116.479698,39.989693;116.479576,39.989479;116.478973,39.988888;116.478554,39.988560;116.478424,39.988457;116.478256,39.988308;116.477829,39.987934",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行271米左转",
                                        "road": [],
                                        "distance": "271",
                                        "duration": [],
                                        "polyline": "116.477829,39.987930;116.478340,39.987587;116.478539,39.987453;116.478600,39.987408;116.478683,39.987358;116.478943,39.987171;116.479248,39.986961;116.479355,39.986885;116.479568,39.986736;116.479912,39.986504;116.480003,39.986435;116.480171,39.986320;116.480240,39.986362",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行271米到达望京南",
                                        "road": [],
                                        "distance": "271",
                                        "duration": [],
                                        "polyline": "116.480240,39.986362;116.480286,39.986397;116.481506,39.985611;116.481743,39.985119;116.481514,39.984917;116.481880,39.984669",
                                        "action": [],
                                        "assistant_action": "到达望京南"
                                    }
                                ]
                            },
                            "bus": {
                                "buslines": [
                                    {
                                        "departure_stop": {
                                            "name": "望京南",
                                            "id": "900000028908007",
                                            "location": "116.481880,39.984670"
                                        },
                                        "arrival_stop": {
                                            "name": "望京",
                                            "id": "900000028908009",
                                            "location": "116.468213,39.998876"
                                        },
                                        "name": "地铁14号线(张郭庄--善各庄)",
                                        "id": "900000028908",
                                        "type": "地铁线路",
                                        "distance": "2366",
                                        "duration": "411",
                                        "polyline": "116.481880,39.984670;116.480972,39.985256;116.479701,39.986107;116.473364,39.990606;116.472625,39.991105;116.471544,39.991835;116.470866,39.992285;116.468719,39.993734;116.468553,39.993916;116.468430,39.994121;116.468352,39.994339;116.468328,39.994506;116.468328,39.994707;116.468211,39.998139;116.468213,39.998876",
                                        "bustimetag": "0",
                                        "start_time": [],
                                        "end_time": [],
                                        "via_num": "1",
                                        "via_stops": [
                                            {
                                                "name": "阜通",
                                                "id": "900000028908008",
                                                "location": "116.471544,39.991835"
                                            }
                                        ]
                                    }
                                ]
                            },
                            "entrance": {
                                "name": "A西北口",
                                "location": "116.480286,39.986401"
                            },
                            "exit": {
                                "name": "H西南口",
                                "location": "116.467430,39.997627"
                            },
                            "railway": {
                                "via_stops": [],
                                "alters": [],
                                "spaces": []
                            }
                        },
                        {
                            "taxi": [],
                            "walking": {
                                "origin": "116.468208,39.998875",
                                "destination": "116.465111,39.999279",
                                "distance": "1010",
                                "duration": "865",
                                "steps": [
                                    {
                                        "instruction": "步行198米右转",
                                        "road": [],
                                        "distance": "198",
                                        "duration": [],
                                        "polyline": "116.468208,39.998875;116.468208,39.998520;116.468208,39.998341;116.468033,39.998341;116.467430,39.997765;116.467430,39.997631;116.467751,39.997631",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行40米右转",
                                        "road": [],
                                        "distance": "40",
                                        "duration": [],
                                        "polyline": "116.467751,39.997631;116.467758,39.997444;116.467766,39.997318;116.467766,39.997269",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "沿湖光中街辅路步行346米右转",
                                        "road": "湖光中街辅路",
                                        "distance": "346",
                                        "duration": [],
                                        "polyline": "116.467766,39.997265;116.467567,39.997349;116.466896,39.997330;116.466660,39.997326;116.465950,39.997299;116.465355,39.997292;116.465019,39.997292;116.464218,39.997280;116.463921,39.997288;116.463715,39.997288",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行102米向右前方行走",
                                        "road": [],
                                        "distance": "102",
                                        "duration": [],
                                        "polyline": "116.463707,39.997288;116.463669,39.997322;116.463448,39.997490;116.463387,39.997540;116.463287,39.997616;116.463211,39.997669;116.463158,39.997723;116.462990,39.997856;116.462860,39.997971",
                                        "action": "向右前方行走",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行133米右转",
                                        "road": [],
                                        "distance": "133",
                                        "duration": [],
                                        "polyline": "116.462852,39.997971;116.462883,39.998493;116.462906,39.998863;116.462898,39.999176",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行191米",
                                        "road": [],
                                        "distance": "191",
                                        "duration": [],
                                        "polyline": "116.462898,39.999176;116.462997,39.999176;116.463074,39.999176;116.463127,39.999176;116.463226,39.999176;116.464111,39.999168;116.464737,39.999180;116.464790,39.999180;116.464996,39.999180;116.465111,39.999279",
                                        "action": [],
                                        "assistant_action": []
                                    }
                                ]
                            },
                            "bus": {
                                "buslines": []
                            },
                            "entrance": [],
                            "exit": [],
                            "railway": {
                                "via_stops": [],
                                "alters": [],
                                "spaces": []
                            }
                        }
                    ]
                },
                {
                    "cost": "5.0",
                    "duration": "2696",
                    "nightflag": "0",
                    "walking_distance": "1556",
                    "distance": "6120",
                    "missed": "0",
                    "segments": [
                        {
                            "taxi": [],
                            "walking": {
                                "origin": "116.481544,39.990494",
                                "destination": "116.481880,39.984669",
                                "distance": "1009",
                                "duration": "864",
                                "steps": [
                                    {
                                        "instruction": "步行34米左转",
                                        "road": [],
                                        "distance": "34",
                                        "duration": [],
                                        "polyline": "116.481544,39.990494;116.481544,39.990494;116.481247,39.990704",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行32米右转",
                                        "road": [],
                                        "distance": "32",
                                        "duration": [],
                                        "polyline": "116.481247,39.990704;116.480988,39.990486",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行7米左转",
                                        "road": [],
                                        "distance": "7",
                                        "duration": [],
                                        "polyline": "116.480988,39.990482;116.480911,39.990520",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行119米向左前方行走",
                                        "road": [],
                                        "distance": "119",
                                        "duration": [],
                                        "polyline": "116.480904,39.990520;116.480850,39.990562;116.480553,39.990311;116.480331,39.990116;116.480247,39.990047;116.480133,39.989986;116.479897,39.989868",
                                        "action": "向左前方行走",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行275米左转",
                                        "road": [],
                                        "distance": "275",
                                        "duration": [],
                                        "polyline": "116.479897,39.989864;116.479843,39.989815;116.479767,39.989750;116.479698,39.989693;116.479576,39.989479;116.478973,39.988888;116.478554,39.988560;116.478424,39.988457;116.478256,39.988308;116.477829,39.987934",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行271米左转",
                                        "road": [],
                                        "distance": "271",
                                        "duration": [],
                                        "polyline": "116.477829,39.987930;116.478340,39.987587;116.478539,39.987453;116.478600,39.987408;116.478683,39.987358;116.478943,39.987171;116.479248,39.986961;116.479355,39.986885;116.479568,39.986736;116.479912,39.986504;116.480003,39.986435;116.480171,39.986320;116.480240,39.986362",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行271米到达望京南",
                                        "road": [],
                                        "distance": "271",
                                        "duration": [],
                                        "polyline": "116.480240,39.986362;116.480286,39.986397;116.481506,39.985611;116.481743,39.985119;116.481514,39.984917;116.481880,39.984669",
                                        "action": [],
                                        "assistant_action": "到达望京南"
                                    }
                                ]
                            },
                            "bus": {
                                "buslines": [
                                    {
                                        "departure_stop": {
                                            "name": "望京南",
                                            "id": "900000028908007",
                                            "location": "116.481880,39.984670"
                                        },
                                        "arrival_stop": {
                                            "name": "东湖渠",
                                            "id": "900000028908010",
                                            "location": "116.467415,40.010566"
                                        },
                                        "name": "地铁14号线(张郭庄--善各庄)",
                                        "id": "900000028908",
                                        "type": "地铁线路",
                                        "distance": "3546",
                                        "duration": "546",
                                        "polyline": "116.481880,39.984670;116.480972,39.985256;116.479701,39.986107;116.473364,39.990606;116.472625,39.991105;116.471544,39.991835;116.470866,39.992285;116.468719,39.993734;116.468553,39.993916;116.468430,39.994121;116.468352,39.994339;116.468328,39.994506;116.468328,39.994707;116.468211,39.998139;116.468213,39.998876;116.468215,39.999517;116.467966,40.002051;116.467467,40.009410;116.467415,40.010566",
                                        "bustimetag": "0",
                                        "start_time": [],
                                        "end_time": [],
                                        "via_num": "2",
                                        "via_stops": [
                                            {
                                                "name": "阜通",
                                                "id": "900000028908008",
                                                "location": "116.471544,39.991835"
                                            },
                                            {
                                                "name": "望京",
                                                "id": "900000028908009",
                                                "location": "116.468213,39.998876"
                                            }
                                        ]
                                    }
                                ]
                            },
                            "entrance": {
                                "name": "A西北口",
                                "location": "116.480286,39.986401"
                            },
                            "exit": {
                                "name": "D西南口",
                                "location": "116.467018,40.009815"
                            },
                            "railway": {
                                "via_stops": [],
                                "alters": [],
                                "spaces": []
                            }
                        },
                        {
                            "taxi": [],
                            "walking": {
                                "origin": "116.467415,40.010563",
                                "destination": "116.467285,40.010464",
                                "distance": "215",
                                "duration": "184",
                                "steps": [
                                    {
                                        "instruction": "步行119米右转",
                                        "road": [],
                                        "distance": "119",
                                        "duration": [],
                                        "polyline": "116.467415,40.010563;116.467422,40.010406;116.466995,40.010391;116.467010,40.009819;116.466995,40.009819",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行34米右转",
                                        "road": [],
                                        "distance": "34",
                                        "duration": [],
                                        "polyline": "116.466995,40.009815;116.466980,40.010120",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行15米左转",
                                        "road": [],
                                        "distance": "15",
                                        "duration": [],
                                        "polyline": "116.466980,40.010120;116.467163,40.010136",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行14米右转",
                                        "road": [],
                                        "distance": "14",
                                        "duration": [],
                                        "polyline": "116.467163,40.010136;116.467155,40.010174;116.467155,40.010265",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行12米左转",
                                        "road": [],
                                        "distance": "12",
                                        "duration": [],
                                        "polyline": "116.467148,40.010265;116.467285,40.010273",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "沿广顺北大街步行21米到达利泽中街西口",
                                        "road": "广顺北大街",
                                        "distance": "21",
                                        "duration": [],
                                        "polyline": "116.467293,40.010273;116.467285,40.010464",
                                        "action": [],
                                        "assistant_action": "到达利泽中街西口"
                                    }
                                ]
                            },
                            "bus": {
                                "buslines": [
                                    {
                                        "departure_stop": {
                                            "name": "利泽中街西口",
                                            "id": "110100016436005",
                                            "location": "116.467278,40.010468"
                                        },
                                        "arrival_stop": {
                                            "name": "湖光北街东口",
                                            "id": "110100016436007",
                                            "location": "116.466780,40.001567"
                                        },
                                        "name": "613路(来广营西桥东--巴沟村)",
                                        "id": "110100016436",
                                        "type": "普通公交线路",
                                        "distance": "1018",
                                        "duration": "817",
                                        "polyline": "116.467278,40.010468;116.467281,40.010431;116.467298,40.010120;116.467367,40.008913;116.467378,40.008693;116.467389,40.008585;116.467400,40.008328;116.467448,40.007529;116.467459,40.007083;116.467463,40.006775;116.467475,40.006021;116.467523,40.005254;116.467534,40.005013;116.467534,40.004932;116.467545,40.004680;116.467684,40.002030;116.467705,40.001703;116.467550,40.001681;116.466780,40.001567",
                                        "bustimetag": "0",
                                        "start_time": "0530",
                                        "end_time": "2230",
                                        "via_num": "1",
                                        "via_stops": [
                                            {
                                                "name": "望京花园西区",
                                                "id": "110100016436006",
                                                "location": "116.467463,40.006775"
                                            }
                                        ]
                                    },
                                    {
                                        "departure_stop": {
                                            "name": "利泽中街西口",
                                            "id": "110100016116030",
                                            "location": "116.467285,40.010353"
                                        },
                                        "arrival_stop": {
                                            "name": "湖光北街东口",
                                            "id": "110100016116032",
                                            "location": "116.466908,40.001586"
                                        },
                                        "name": "966路(平西王府公交场站临时站--东直门)",
                                        "id": "110100016116",
                                        "type": "普通公交线路",
                                        "distance": "945",
                                        "duration": "1126",
                                        "polyline": "116.467285,40.010353;116.467298,40.010120;116.467367,40.008913;116.467378,40.008693;116.467389,40.008585;116.467400,40.008328;116.467448,40.007529;116.467459,40.007083;116.467466,40.006554;116.467475,40.006021;116.467523,40.005254;116.467534,40.005013;116.467534,40.004932;116.467545,40.004680;116.467684,40.002030;116.467705,40.001703;116.467550,40.001681;116.466908,40.001586",
                                        "bustimetag": "0",
                                        "start_time": [],
                                        "end_time": [],
                                        "via_num": "1",
                                        "via_stops": [
                                            {
                                                "name": "望京花园西区",
                                                "id": "110100016116031",
                                                "location": "116.467466,40.006554"
                                            }
                                        ]
                                    },
                                    {
                                        "departure_stop": {
                                            "name": "利泽中街西口",
                                            "id": "110100016099017",
                                            "location": "116.467285,40.010353"
                                        },
                                        "arrival_stop": {
                                            "name": "湖光北街东口",
                                            "id": "110100016099019",
                                            "location": "116.466693,40.001554"
                                        },
                                        "name": "944路(奶子房公交场站--安贞桥西)",
                                        "id": "110100016099",
                                        "type": "普通公交线路",
                                        "distance": "963",
                                        "duration": "1302",
                                        "polyline": "116.467285,40.010353;116.467298,40.010120;116.467367,40.008913;116.467378,40.008693;116.467389,40.008585;116.467400,40.008328;116.467448,40.007529;116.467459,40.007083;116.467465,40.006619;116.467468,40.006460;116.467475,40.006021;116.467494,40.005711;116.467523,40.005254;116.467533,40.005031;116.467534,40.005013;116.467400,40.004927;116.467448,40.003478;116.467456,40.003238;116.467469,40.002867;116.467475,40.002797;116.467528,40.002008;116.467550,40.001681;116.467351,40.001655;116.467151,40.001624;116.466693,40.001554",
                                        "bustimetag": "0",
                                        "start_time": "0500",
                                        "end_time": "2100",
                                        "via_num": "1",
                                        "via_stops": [
                                            {
                                                "name": "望京花园西区",
                                                "id": "110100016099018",
                                                "location": "116.467465,40.006619"
                                            }
                                        ]
                                    },
                                    {
                                        "departure_stop": {
                                            "name": "利泽中街西口",
                                            "id": "110100015760005",
                                            "location": "116.467278,40.010497"
                                        },
                                        "arrival_stop": {
                                            "name": "湖光北街东口",
                                            "id": "110100015760007",
                                            "location": "116.466658,40.001549"
                                        },
                                        "name": "409路(来广营西桥东--阜成门内)",
                                        "id": "110100015760",
                                        "type": "普通公交线路",
                                        "distance": "1048",
                                        "duration": "954",
                                        "polyline": "116.467278,40.010497;116.467281,40.010431;116.467292,40.010204;116.467298,40.010120;116.467367,40.008913;116.467378,40.008693;116.467389,40.008585;116.467400,40.008328;116.467448,40.007529;116.467459,40.007083;116.467461,40.006901;116.467466,40.006602;116.467475,40.006021;116.467523,40.005254;116.467534,40.005013;116.467534,40.004932;116.467545,40.004680;116.467684,40.002030;116.467705,40.001703;116.467550,40.001681;116.466658,40.001549",
                                        "bustimetag": "0",
                                        "start_time": "0510",
    

返回参数

接口名称 接口类型 接口说明
destination string 114.465302,40.004717
origin string 116.481028,39.989643
output string JSON

支持多层级可视化显示返回json示例,直观展示接口对应的键值对的代表含义!


{
    "output": "JSON",
    "origin": "116.481028,39.989643",
    "destination": "114.465302,40.004717"
}

小白教程

本教程帮助用户快速对接公交路径规划接口,现已支持智能生成代码

生成代码

支持生成对接公交路径规划接口代码,多语言选择,助力学生对接!

注意,AI·BOT自动生成对接「公交路径规划」简易代码,方便您调试对接,实时生成!

点击生成代码,自动生成对接代码,您可以自行测试,如有疑问请联系夏柔QQ:1501904!
自动生成JAVA对接「公交路径规划」代码,如有疑问请联系夏柔QQ:1501904!
自动生成PHP对接「公交路径规划」代码,如有疑问请联系夏柔QQ:1501904!
自动生成NodeJS对接「公交路径规划」代码,如有疑问请联系夏柔QQ:1501904!
自动生成C语言对接「公交路径规划」代码,如有疑问请联系夏柔QQ:1501904!
                                                        

实时调试

部分视频、图片或其他接口报错、空值并不代表无法对接,请在本地尝试请求参数接口

在线调试

温馨提示:请修改请求参数,未修改可能返回报错

参数名称 参数值(修改后测试)
{
    "status": "success",
    "code": 200,
    "data": {
        "status": "1",
        "info": "OK",
        "infocode": "10000",
        "count": "5",
        "route": {
            "origin": "116.481499,39.990475",
            "destination": "116.465063,39.999538",
            "distance": "2634",
            "taxi_cost": "13",
            "transits": [
                {
                    "cost": "2.0",
                    "duration": "2159",
                    "nightflag": "0",
                    "walking_distance": "1350",
                    "distance": "3108",
                    "missed": "0",
                    "segments": [
                        {
                            "taxi": [],
                            "walking": {
                                "origin": "116.481560,39.990429",
                                "destination": "116.474861,39.989780",
                                "distance": "790",
                                "duration": "677",
                                "steps": [
                                    {
                                        "instruction": "步行114米右转",
                                        "road": [],
                                        "distance": "114",
                                        "duration": [],
                                        "polyline": "116.481560,39.990429;116.481094,39.990051;116.480743,39.989815;116.480606,39.989723;116.480598,39.989708;116.480583,39.989700",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行50米左转",
                                        "road": [],
                                        "distance": "50",
                                        "duration": [],
                                        "polyline": "116.480591,39.989697;116.480438,39.989807;116.480263,39.989906;116.480217,39.989914;116.480133,39.989983",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行25米右转",
                                        "road": [],
                                        "distance": "25",
                                        "duration": [],
                                        "polyline": "116.480133,39.989983;116.479897,39.989868",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行262米左转",
                                        "road": [],
                                        "distance": "262",
                                        "duration": [],
                                        "polyline": "116.479897,39.989864;116.479767,39.989956;116.478683,39.990688;116.477875,39.991219;116.477654,39.991360;116.477554,39.991421",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "沿阜安东路步行273米右转",
                                        "road": "阜安东路",
                                        "distance": "273",
                                        "duration": [],
                                        "polyline": "116.477554,39.991421;116.477478,39.991348;116.477425,39.991295;116.477356,39.991241;116.477242,39.991138;116.476379,39.990360;116.476357,39.990353;116.476036,39.990059;116.475578,39.989639;116.475449,39.989521",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行50米左转",
                                        "road": [],
                                        "distance": "50",
                                        "duration": [],
                                        "polyline": "116.475449,39.989517;116.474998,39.989822",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行11米右转",
                                        "road": [],
                                        "distance": "11",
                                        "duration": [],
                                        "polyline": "116.474998,39.989822;116.474907,39.989754",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "沿广顺南大街步行5米到达望花路东里",
                                        "road": "广顺南大街",
                                        "distance": "5",
                                        "duration": [],
                                        "polyline": "116.474907,39.989750;116.474861,39.989780",
                                        "action": [],
                                        "assistant_action": "到达望花路东里"
                                    }
                                ]
                            },
                            "bus": {
                                "buslines": [
                                    {
                                        "departure_stop": {
                                            "name": "望花路东里",
                                            "id": "110100016432039",
                                            "location": "116.474857,39.989779"
                                        },
                                        "arrival_stop": {
                                            "name": "侯庄路口北",
                                            "id": "110100016432042",
                                            "location": "116.467884,40.002797"
                                        },
                                        "name": "451路(黄厂路--来广营北)",
                                        "id": "110100016432",
                                        "type": "普通公交线路",
                                        "distance": "1758",
                                        "duration": "1002",
                                        "polyline": "116.474857,39.989779;116.474631,39.989933;116.474164,39.990234;116.473982,39.990352;116.473719,39.990529;116.473445,39.990722;116.472651,39.991253;116.472555,39.991317;116.471793,39.991816;116.471619,39.991932;116.471407,39.992079;116.470752,39.992498;116.470404,39.992723;116.470307,39.992787;116.469953,39.993018;116.469266,39.993479;116.469089,39.993619;116.468896,39.993801;116.468741,39.993978;116.468580,39.994198;116.468473,39.994370;116.468306,39.994772;116.468236,39.995105;116.468210,39.995470;116.468199,39.995686;116.468188,39.995893;116.468177,39.996419;116.468151,39.996848;116.468118,39.997197;116.468113,39.997272;116.468097,39.997680;116.468054,39.999015;116.467968,40.000496;116.467925,40.001193;116.467925,40.001220;116.467925,40.001274;116.467947,40.001628;116.467941,40.001724;116.467925,40.002030;116.467915,40.002390;116.467898,40.002561;116.467888,40.002711;116.467884,40.002797",
                                        "bustimetag": "0",
                                        "start_time": [],
                                        "end_time": [],
                                        "via_num": "2",
                                        "via_stops": [
                                            {
                                                "name": "地铁阜通站",
                                                "id": "110100016432040",
                                                "location": "116.471619,39.991932"
                                            },
                                            {
                                                "name": "大西洋新城东门",
                                                "id": "110100016432041",
                                                "location": "116.468199,39.995686"
                                            }
                                        ]
                                    },
                                    {
                                        "departure_stop": {
                                            "name": "望花路东里",
                                            "id": "110100015440019",
                                            "location": "116.474857,39.989779"
                                        },
                                        "arrival_stop": {
                                            "name": "侯庄路口北",
                                            "id": "110100015440007",
                                            "location": "116.467891,40.002671"
                                        },
                                        "name": "593路(环行铁道--地铁北苑路北站)",
                                        "id": "110100015440",
                                        "type": "普通公交线路",
                                        "distance": "1813",
                                        "duration": "1178",
                                        "polyline": "116.474857,39.989779;116.474631,39.989931;116.474162,39.990230;116.473980,39.990352;116.473694,39.990543;116.473481,39.990690;116.472652,39.991250;116.472552,39.991315;116.471793,39.991814;116.471762,39.991832;116.471407,39.992079;116.470699,39.992535;116.470404,39.992723;116.470307,39.992787;116.469991,39.992996;116.469266,39.993479;116.469089,39.993619;116.468896,39.993801;116.468741,39.993978;116.468580,39.994198;116.468473,39.994370;116.468306,39.994772;116.468236,39.995105;116.468210,39.995470;116.468200,39.995663;116.468188,39.995893;116.468167,39.996676;116.468151,39.996848;116.468118,39.997197;116.468113,39.997272;116.468097,39.997680;116.468054,39.999015;116.467968,40.000496;116.467925,40.001193;116.467925,40.001220;116.467925,40.001274;116.467947,40.001628;116.467941,40.001724;116.467925,40.002030;116.467915,40.002390;116.467898,40.002561;116.467891,40.002671",
                                        "bustimetag": "0",
                                        "start_time": "0600",
                                        "end_time": "2200",
                                        "via_num": "2",
                                        "via_stops": [
                                            {
                                                "name": "地铁阜通站",
                                                "id": "110100015440005",
                                                "location": "116.471762,39.991832"
                                            },
                                            {
                                                "name": "大西洋新城东门",
                                                "id": "110100015440006",
                                                "location": "116.468200,39.995663"
                                            }
                                        ]
                                    }
                                ]
                            },
                            "entrance": [],
                            "exit": [],
                            "railway": {
                                "via_stops": [],
                                "alters": [],
                                "spaces": []
                            }
                        },
                        {
                            "taxi": [],
                            "walking": {
                                "origin": "116.467888,40.002731",
                                "destination": "116.465240,39.999687",
                                "distance": "560",
                                "duration": "480",
                                "steps": [
                                    {
                                        "instruction": "沿广顺北大街步行13米向左前方行走",
                                        "road": "广顺北大街",
                                        "distance": "13",
                                        "duration": [],
                                        "polyline": "116.467888,40.002731;116.467896,40.002613",
                                        "action": "向左前方行走",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行10米右转",
                                        "road": [],
                                        "distance": "10",
                                        "duration": [],
                                        "polyline": "116.467896,40.002609;116.468010,40.002613",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行108米右转",
                                        "road": [],
                                        "distance": "108",
                                        "duration": [],
                                        "polyline": "116.468010,40.002613;116.468040,40.001923;116.468040,40.001732;116.468040,40.001640",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行250米左转",
                                        "road": [],
                                        "distance": "250",
                                        "duration": [],
                                        "polyline": "116.468040,40.001637;116.467949,40.001633;116.467712,40.001614;116.467560,40.001598;116.467239,40.001514;116.466812,40.001461;116.465347,40.001320;116.465118,40.001331",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行179米",
                                        "road": [],
                                        "distance": "179",
                                        "duration": [],
                                        "polyline": "116.465118,40.001331;116.465149,40.001282;116.465187,40.001171;116.465210,40.001129;116.465240,40.001030;116.465233,40.000713;116.465233,40.000366;116.465240,39.999981;116.465240,39.999744;116.465240,39.999687",
                                        "action": [],
                                        "assistant_action": []
                                    }
                                ]
                            },
                            "bus": {
                                "buslines": []
                            },
                            "entrance": [],
                            "exit": [],
                            "railway": {
                                "via_stops": [],
                                "alters": [],
                                "spaces": []
                            }
                        }
                    ]
                },
                {
                    "cost": "2.0",
                    "duration": "2166",
                    "nightflag": "0",
                    "walking_distance": "1162",
                    "distance": "4067",
                    "missed": "0",
                    "segments": [
                        {
                            "taxi": [],
                            "walking": {
                                "origin": "116.481560,39.990429",
                                "destination": "116.476631,39.987251",
                                "distance": "616",
                                "duration": "528",
                                "steps": [
                                    {
                                        "instruction": "步行114米右转",
                                        "road": [],
                                        "distance": "114",
                                        "duration": [],
                                        "polyline": "116.481560,39.990429;116.481094,39.990051;116.480743,39.989815;116.480606,39.989723;116.480598,39.989708;116.480583,39.989700",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行50米左转",
                                        "road": [],
                                        "distance": "50",
                                        "duration": [],
                                        "polyline": "116.480591,39.989697;116.480438,39.989807;116.480263,39.989906;116.480217,39.989914;116.480133,39.989983",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行25米向左前方行走",
                                        "road": [],
                                        "distance": "25",
                                        "duration": [],
                                        "polyline": "116.480133,39.989983;116.479897,39.989868",
                                        "action": "向左前方行走",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "沿阜通东大街步行24米右转",
                                        "road": "阜通东大街",
                                        "distance": "24",
                                        "duration": [],
                                        "polyline": "116.479897,39.989864;116.479843,39.989815;116.479767,39.989750;116.479698,39.989693",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行15米左转",
                                        "road": [],
                                        "distance": "15",
                                        "duration": [],
                                        "polyline": "116.479698,39.989689;116.479568,39.989769",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "沿阜通东大街辅路步行374米左转",
                                        "road": "阜通东大街辅路",
                                        "distance": "374",
                                        "duration": [],
                                        "polyline": "116.479568,39.989769;116.479294,39.989666;116.479248,39.989628;116.479027,39.989437;116.478569,39.989059;116.478111,39.988636;116.477745,39.988293;116.477554,39.988125;116.477493,39.988068;116.477295,39.987907;116.477219,39.987846;116.476822,39.987526;116.476517,39.987297",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行10米左转",
                                        "road": [],
                                        "distance": "10",
                                        "duration": [],
                                        "polyline": "116.476517,39.987293;116.476585,39.987228",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "沿阜通东大街步行4米到达阜通东大街",
                                        "road": "阜通东大街",
                                        "distance": "4",
                                        "duration": [],
                                        "polyline": "116.476585,39.987221;116.476631,39.987251",
                                        "action": [],
                                        "assistant_action": "到达阜通东大街"
                                    }
                                ]
                            },
                            "bus": {
                                "buslines": [
                                    {
                                        "departure_stop": {
                                            "name": "阜通东大街",
                                            "id": "110100013751010",
                                            "location": "116.476632,39.987257"
                                        },
                                        "arrival_stop": {
                                            "name": "侯庄路口南",
                                            "id": "110100013751016",
                                            "location": "116.467952,40.000747"
                                        },
                                        "name": "404路(东直门枢纽站--来广营西桥东)",
                                        "id": "110100013751",
                                        "type": "普通公交线路",
                                        "distance": "2905",
                                        "duration": "1170",
                                        "polyline": "116.476632,39.987257;116.476546,39.987187;116.476149,39.986897;116.475977,39.986768;116.474888,39.985996;116.474867,39.985980;116.474368,39.985599;116.474041,39.985325;116.473788,39.985099;116.473756,39.985071;116.473740,39.985057;116.473574,39.984918;116.473386,39.984751;116.473300,39.984805;116.472410,39.983990;116.472190,39.984129;116.471713,39.984430;116.470114,39.985486;116.469844,39.985646;116.469733,39.985711;116.469127,39.986114;116.468961,39.986226;116.469036,39.986291;116.469492,39.986688;116.469663,39.986833;116.469728,39.986897;116.470044,39.987171;116.470173,39.987289;116.470446,39.987541;116.470892,39.987906;116.471058,39.988056;116.471251,39.988236;116.471385,39.988361;116.471503,39.988463;116.472029,39.988930;116.472115,39.989005;116.472399,39.989263;116.472785,39.989617;116.473129,39.989928;116.473445,39.990234;116.473526,39.990314;116.473697,39.990545;116.473483,39.990690;116.472651,39.991253;116.472555,39.991317;116.471793,39.991816;116.471619,39.991932;116.471565,39.991970;116.471405,39.992081;116.470703,39.992535;116.470383,39.992737;116.470314,39.992786;116.469841,39.993099;116.469353,39.993431;116.469154,39.993576;116.468964,39.993748;116.468803,39.993908;116.468651,39.994106;116.468483,39.994362;116.468353,39.994625;116.468254,39.994930;116.468231,39.995102;116.468201,39.995522;116.468201,39.995621;116.468199,39.995686;116.468164,39.996675;116.468142,39.996897;116.468116,39.997196;116.468112,39.997270;116.468095,39.997678;116.468051,39.999015;116.467956,40.000660;116.467952,40.000747",
                                        "bustimetag": "0",
                                        "start_time": "0500",
                                        "end_time": "2300",
                                        "via_num": "5",
                                        "via_stops": [
                                            {
                                                "name": "望京医院",
                                                "id": "110100013751011",
                                                "location": "116.473788,39.985099"
                                            },
                                            {
                                                "name": "花家地北里",
                                                "id": "110100013751012",
                                                "location": "116.469844,39.985646"
                                            },
                                            {
                                                "name": "望花路",
                                                "id": "110100013751013",
                                                "location": "116.471251,39.988236"
                                            },
                                            {
                                                "name": "地铁阜通站",
                                                "id": "110100013751014",
                                                "location": "116.471619,39.991932"
                                            },
                                            {
                                                "name": "大西洋新城东门",
                                                "id": "110100013751015",
                                                "location": "116.468199,39.995686"
                                            }
                                        ]
                                    }
                                ]
                            },
                            "entrance": [],
                            "exit": [],
                            "railway": {
                                "via_stops": [],
                                "alters": [],
                                "spaces": []
                            }
                        },
                        {
                            "taxi": [],
                            "walking": {
                                "origin": "116.467957,40.000660",
                                "destination": "116.465240,39.999687",
                                "distance": "546",
                                "duration": "468",
                                "steps": [
                                    {
                                        "instruction": "沿广顺北大街步行13米右转",
                                        "road": "广顺北大街",
                                        "distance": "13",
                                        "duration": [],
                                        "polyline": "116.467957,40.000660;116.467957,40.000782",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行11米左转",
                                        "road": [],
                                        "distance": "11",
                                        "duration": [],
                                        "polyline": "116.467949,40.000782;116.468079,40.000790",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行93米左转",
                                        "road": [],
                                        "distance": "93",
                                        "duration": [],
                                        "polyline": "116.468079,40.000790;116.468063,40.001270;116.468040,40.001637",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行250米左转",
                                        "road": [],
                                        "distance": "250",
                                        "duration": [],
                                        "polyline": "116.468040,40.001637;116.467949,40.001633;116.467712,40.001614;116.467560,40.001598;116.467239,40.001514;116.466812,40.001461;116.465347,40.001320;116.465118,40.001331",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行179米",
                                        "road": [],
                                        "distance": "179",
                                        "duration": [],
                                        "polyline": "116.465118,40.001331;116.465149,40.001282;116.465187,40.001171;116.465210,40.001129;116.465240,40.001030;116.465233,40.000713;116.465233,40.000366;116.465240,39.999981;116.465240,39.999744;116.465240,39.999687",
                                        "action": [],
                                        "assistant_action": []
                                    }
                                ]
                            },
                            "bus": {
                                "buslines": []
                            },
                            "entrance": [],
                            "exit": [],
                            "railway": {
                                "via_stops": [],
                                "alters": [],
                                "spaces": []
                            }
                        }
                    ]
                },
                {
                    "cost": "3.0",
                    "duration": "2141",
                    "nightflag": "0",
                    "walking_distance": "2019",
                    "distance": "4385",
                    "missed": "0",
                    "segments": [
                        {
                            "taxi": [],
                            "walking": {
                                "origin": "116.481544,39.990494",
                                "destination": "116.481880,39.984669",
                                "distance": "1009",
                                "duration": "864",
                                "steps": [
                                    {
                                        "instruction": "步行34米左转",
                                        "road": [],
                                        "distance": "34",
                                        "duration": [],
                                        "polyline": "116.481544,39.990494;116.481544,39.990494;116.481247,39.990704",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行32米右转",
                                        "road": [],
                                        "distance": "32",
                                        "duration": [],
                                        "polyline": "116.481247,39.990704;116.480988,39.990486",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行7米左转",
                                        "road": [],
                                        "distance": "7",
                                        "duration": [],
                                        "polyline": "116.480988,39.990482;116.480911,39.990520",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行119米向左前方行走",
                                        "road": [],
                                        "distance": "119",
                                        "duration": [],
                                        "polyline": "116.480904,39.990520;116.480850,39.990562;116.480553,39.990311;116.480331,39.990116;116.480247,39.990047;116.480133,39.989986;116.479897,39.989868",
                                        "action": "向左前方行走",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行275米左转",
                                        "road": [],
                                        "distance": "275",
                                        "duration": [],
                                        "polyline": "116.479897,39.989864;116.479843,39.989815;116.479767,39.989750;116.479698,39.989693;116.479576,39.989479;116.478973,39.988888;116.478554,39.988560;116.478424,39.988457;116.478256,39.988308;116.477829,39.987934",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行271米左转",
                                        "road": [],
                                        "distance": "271",
                                        "duration": [],
                                        "polyline": "116.477829,39.987930;116.478340,39.987587;116.478539,39.987453;116.478600,39.987408;116.478683,39.987358;116.478943,39.987171;116.479248,39.986961;116.479355,39.986885;116.479568,39.986736;116.479912,39.986504;116.480003,39.986435;116.480171,39.986320;116.480240,39.986362",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行271米到达望京南",
                                        "road": [],
                                        "distance": "271",
                                        "duration": [],
                                        "polyline": "116.480240,39.986362;116.480286,39.986397;116.481506,39.985611;116.481743,39.985119;116.481514,39.984917;116.481880,39.984669",
                                        "action": [],
                                        "assistant_action": "到达望京南"
                                    }
                                ]
                            },
                            "bus": {
                                "buslines": [
                                    {
                                        "departure_stop": {
                                            "name": "望京南",
                                            "id": "900000028908007",
                                            "location": "116.481880,39.984670"
                                        },
                                        "arrival_stop": {
                                            "name": "望京",
                                            "id": "900000028908009",
                                            "location": "116.468213,39.998876"
                                        },
                                        "name": "地铁14号线(张郭庄--善各庄)",
                                        "id": "900000028908",
                                        "type": "地铁线路",
                                        "distance": "2366",
                                        "duration": "411",
                                        "polyline": "116.481880,39.984670;116.480972,39.985256;116.479701,39.986107;116.473364,39.990606;116.472625,39.991105;116.471544,39.991835;116.470866,39.992285;116.468719,39.993734;116.468553,39.993916;116.468430,39.994121;116.468352,39.994339;116.468328,39.994506;116.468328,39.994707;116.468211,39.998139;116.468213,39.998876",
                                        "bustimetag": "0",
                                        "start_time": [],
                                        "end_time": [],
                                        "via_num": "1",
                                        "via_stops": [
                                            {
                                                "name": "阜通",
                                                "id": "900000028908008",
                                                "location": "116.471544,39.991835"
                                            }
                                        ]
                                    }
                                ]
                            },
                            "entrance": {
                                "name": "A西北口",
                                "location": "116.480286,39.986401"
                            },
                            "exit": {
                                "name": "H西南口",
                                "location": "116.467430,39.997627"
                            },
                            "railway": {
                                "via_stops": [],
                                "alters": [],
                                "spaces": []
                            }
                        },
                        {
                            "taxi": [],
                            "walking": {
                                "origin": "116.468208,39.998875",
                                "destination": "116.465111,39.999279",
                                "distance": "1010",
                                "duration": "865",
                                "steps": [
                                    {
                                        "instruction": "步行198米右转",
                                        "road": [],
                                        "distance": "198",
                                        "duration": [],
                                        "polyline": "116.468208,39.998875;116.468208,39.998520;116.468208,39.998341;116.468033,39.998341;116.467430,39.997765;116.467430,39.997631;116.467751,39.997631",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行40米右转",
                                        "road": [],
                                        "distance": "40",
                                        "duration": [],
                                        "polyline": "116.467751,39.997631;116.467758,39.997444;116.467766,39.997318;116.467766,39.997269",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "沿湖光中街辅路步行346米右转",
                                        "road": "湖光中街辅路",
                                        "distance": "346",
                                        "duration": [],
                                        "polyline": "116.467766,39.997265;116.467567,39.997349;116.466896,39.997330;116.466660,39.997326;116.465950,39.997299;116.465355,39.997292;116.465019,39.997292;116.464218,39.997280;116.463921,39.997288;116.463715,39.997288",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行102米向右前方行走",
                                        "road": [],
                                        "distance": "102",
                                        "duration": [],
                                        "polyline": "116.463707,39.997288;116.463669,39.997322;116.463448,39.997490;116.463387,39.997540;116.463287,39.997616;116.463211,39.997669;116.463158,39.997723;116.462990,39.997856;116.462860,39.997971",
                                        "action": "向右前方行走",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行133米右转",
                                        "road": [],
                                        "distance": "133",
                                        "duration": [],
                                        "polyline": "116.462852,39.997971;116.462883,39.998493;116.462906,39.998863;116.462898,39.999176",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行191米",
                                        "road": [],
                                        "distance": "191",
                                        "duration": [],
                                        "polyline": "116.462898,39.999176;116.462997,39.999176;116.463074,39.999176;116.463127,39.999176;116.463226,39.999176;116.464111,39.999168;116.464737,39.999180;116.464790,39.999180;116.464996,39.999180;116.465111,39.999279",
                                        "action": [],
                                        "assistant_action": []
                                    }
                                ]
                            },
                            "bus": {
                                "buslines": []
                            },
                            "entrance": [],
                            "exit": [],
                            "railway": {
                                "via_stops": [],
                                "alters": [],
                                "spaces": []
                            }
                        }
                    ]
                },
                {
                    "cost": "5.0",
                    "duration": "2696",
                    "nightflag": "0",
                    "walking_distance": "1556",
                    "distance": "6120",
                    "missed": "0",
                    "segments": [
                        {
                            "taxi": [],
                            "walking": {
                                "origin": "116.481544,39.990494",
                                "destination": "116.481880,39.984669",
                                "distance": "1009",
                                "duration": "864",
                                "steps": [
                                    {
                                        "instruction": "步行34米左转",
                                        "road": [],
                                        "distance": "34",
                                        "duration": [],
                                        "polyline": "116.481544,39.990494;116.481544,39.990494;116.481247,39.990704",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行32米右转",
                                        "road": [],
                                        "distance": "32",
                                        "duration": [],
                                        "polyline": "116.481247,39.990704;116.480988,39.990486",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行7米左转",
                                        "road": [],
                                        "distance": "7",
                                        "duration": [],
                                        "polyline": "116.480988,39.990482;116.480911,39.990520",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行119米向左前方行走",
                                        "road": [],
                                        "distance": "119",
                                        "duration": [],
                                        "polyline": "116.480904,39.990520;116.480850,39.990562;116.480553,39.990311;116.480331,39.990116;116.480247,39.990047;116.480133,39.989986;116.479897,39.989868",
                                        "action": "向左前方行走",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行275米左转",
                                        "road": [],
                                        "distance": "275",
                                        "duration": [],
                                        "polyline": "116.479897,39.989864;116.479843,39.989815;116.479767,39.989750;116.479698,39.989693;116.479576,39.989479;116.478973,39.988888;116.478554,39.988560;116.478424,39.988457;116.478256,39.988308;116.477829,39.987934",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行271米左转",
                                        "road": [],
                                        "distance": "271",
                                        "duration": [],
                                        "polyline": "116.477829,39.987930;116.478340,39.987587;116.478539,39.987453;116.478600,39.987408;116.478683,39.987358;116.478943,39.987171;116.479248,39.986961;116.479355,39.986885;116.479568,39.986736;116.479912,39.986504;116.480003,39.986435;116.480171,39.986320;116.480240,39.986362",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行271米到达望京南",
                                        "road": [],
                                        "distance": "271",
                                        "duration": [],
                                        "polyline": "116.480240,39.986362;116.480286,39.986397;116.481506,39.985611;116.481743,39.985119;116.481514,39.984917;116.481880,39.984669",
                                        "action": [],
                                        "assistant_action": "到达望京南"
                                    }
                                ]
                            },
                            "bus": {
                                "buslines": [
                                    {
                                        "departure_stop": {
                                            "name": "望京南",
                                            "id": "900000028908007",
                                            "location": "116.481880,39.984670"
                                        },
                                        "arrival_stop": {
                                            "name": "东湖渠",
                                            "id": "900000028908010",
                                            "location": "116.467415,40.010566"
                                        },
                                        "name": "地铁14号线(张郭庄--善各庄)",
                                        "id": "900000028908",
                                        "type": "地铁线路",
                                        "distance": "3546",
                                        "duration": "546",
                                        "polyline": "116.481880,39.984670;116.480972,39.985256;116.479701,39.986107;116.473364,39.990606;116.472625,39.991105;116.471544,39.991835;116.470866,39.992285;116.468719,39.993734;116.468553,39.993916;116.468430,39.994121;116.468352,39.994339;116.468328,39.994506;116.468328,39.994707;116.468211,39.998139;116.468213,39.998876;116.468215,39.999517;116.467966,40.002051;116.467467,40.009410;116.467415,40.010566",
                                        "bustimetag": "0",
                                        "start_time": [],
                                        "end_time": [],
                                        "via_num": "2",
                                        "via_stops": [
                                            {
                                                "name": "阜通",
                                                "id": "900000028908008",
                                                "location": "116.471544,39.991835"
                                            },
                                            {
                                                "name": "望京",
                                                "id": "900000028908009",
                                                "location": "116.468213,39.998876"
                                            }
                                        ]
                                    }
                                ]
                            },
                            "entrance": {
                                "name": "A西北口",
                                "location": "116.480286,39.986401"
                            },
                            "exit": {
                                "name": "D西南口",
                                "location": "116.467018,40.009815"
                            },
                            "railway": {
                                "via_stops": [],
                                "alters": [],
                                "spaces": []
                            }
                        },
                        {
                            "taxi": [],
                            "walking": {
                                "origin": "116.467415,40.010563",
                                "destination": "116.467285,40.010464",
                                "distance": "215",
                                "duration": "184",
                                "steps": [
                                    {
                                        "instruction": "步行119米右转",
                                        "road": [],
                                        "distance": "119",
                                        "duration": [],
                                        "polyline": "116.467415,40.010563;116.467422,40.010406;116.466995,40.010391;116.467010,40.009819;116.466995,40.009819",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行34米右转",
                                        "road": [],
                                        "distance": "34",
                                        "duration": [],
                                        "polyline": "116.466995,40.009815;116.466980,40.010120",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行15米左转",
                                        "road": [],
                                        "distance": "15",
                                        "duration": [],
                                        "polyline": "116.466980,40.010120;116.467163,40.010136",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行14米右转",
                                        "road": [],
                                        "distance": "14",
                                        "duration": [],
                                        "polyline": "116.467163,40.010136;116.467155,40.010174;116.467155,40.010265",
                                        "action": "右转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "步行12米左转",
                                        "road": [],
                                        "distance": "12",
                                        "duration": [],
                                        "polyline": "116.467148,40.010265;116.467285,40.010273",
                                        "action": "左转",
                                        "assistant_action": []
                                    },
                                    {
                                        "instruction": "沿广顺北大街步行21米到达利泽中街西口",
                                        "road": "广顺北大街",
                                        "distance": "21",
                                        "duration": [],
                                        "polyline": "116.467293,40.010273;116.467285,40.010464",
                                        "action": [],
                                        "assistant_action": "到达利泽中街西口"
                                    }
                                ]
                            },
                            "bus": {
                                "buslines": [
                                    {
                                        "departure_stop": {
                                            "name": "利泽中街西口",
                                            "id": "110100016436005",
                                            "location": "116.467278,40.010468"
                                        },
                                        "arrival_stop": {
                                            "name": "湖光北街东口",
                                            "id": "110100016436007",
                                            "location": "116.466780,40.001567"
                                        },
                                        "name": "613路(来广营西桥东--巴沟村)",
                                        "id": "110100016436",
                                        "type": "普通公交线路",
                                        "distance": "1018",
                                        "duration": "817",
                                        "polyline": "116.467278,40.010468;116.467281,40.010431;116.467298,40.010120;116.467367,40.008913;116.467378,40.008693;116.467389,40.008585;116.467400,40.008328;116.467448,40.007529;116.467459,40.007083;116.467463,40.006775;116.467475,40.006021;116.467523,40.005254;116.467534,40.005013;116.467534,40.004932;116.467545,40.004680;116.467684,40.002030;116.467705,40.001703;116.467550,40.001681;116.466780,40.001567",
                                        "bustimetag": "0",
                                        "start_time": "0530",
                                        "end_time": "2230",
                                        "via_num": "1",
                                        "via_stops": [
                                            {
                                                "name": "望京花园西区",
                                                "id": "110100016436006",
                                                "location": "116.467463,40.006775"
                                            }
                                        ]
                                    },
                                    {
                                        "departure_stop": {
                                            "name": "利泽中街西口",
                                            "id": "110100016116030",
                                            "location": "116.467285,40.010353"
                                        },
                                        "arrival_stop": {
                                            "name": "湖光北街东口",
                                            "id": "110100016116032",
                                            "location": "116.466908,40.001586"
                                        },
                                        "name": "966路(平西王府公交场站临时站--东直门)",
                                        "id": "110100016116",
                                        "type": "普通公交线路",
                                        "distance": "945",
                                        "duration": "1126",
                                        "polyline": "116.467285,40.010353;116.467298,40.010120;116.467367,40.008913;116.467378,40.008693;116.467389,40.008585;116.467400,40.008328;116.467448,40.007529;116.467459,40.007083;116.467466,40.006554;116.467475,40.006021;116.467523,40.005254;116.467534,40.005013;116.467534,40.004932;116.467545,40.004680;116.467684,40.002030;116.467705,40.001703;116.467550,40.001681;116.466908,40.001586",
                                        "bustimetag": "0",
                                        "start_time": [],
                                        "end_time": [],
                                        "via_num": "1",
                                        "via_stops": [
                                            {
                                                "name": "望京花园西区",
                                                "id": "110100016116031",
                                                "location": "116.467466,40.006554"
                                            }
                                        ]
                                    },
                                    {
                                        "departure_stop": {
                                            "name": "利泽中街西口",
                                            "id": "110100016099017",
                                            "location": "116.467285,40.010353"
                                        },
                                        "arrival_stop": {
                                            "name": "湖光北街东口",
                                            "id": "110100016099019",
                                            "location": "116.466693,40.001554"
                                        },
                                        "name": "944路(奶子房公交场站--安贞桥西)",
                                        "id": "110100016099",
                                        "type": "普通公交线路",
                                        "distance": "963",
                                        "duration": "1302",
                                        "polyline": "116.467285,40.010353;116.467298,40.010120;116.467367,40.008913;116.467378,40.008693;116.467389,40.008585;116.467400,40.008328;116.467448,40.007529;116.467459,40.007083;116.467465,40.006619;116.467468,40.006460;116.467475,40.006021;116.467494,40.005711;116.467523,40.005254;116.467533,40.005031;116.467534,40.005013;116.467400,40.004927;116.467448,40.003478;116.467456,40.003238;116.467469,40.002867;116.467475,40.002797;116.467528,40.002008;116.467550,40.001681;116.467351,40.001655;116.467151,40.001624;116.466693,40.001554",
                                        "bustimetag": "0",
                                        "start_time": "0500",
                                        "end_time": "2100",
                                        "via_num": "1",
                                        "via_stops": [
                                            {
                                                "name": "望京花园西区",
                                                "id": "110100016099018",
                                                "location": "116.467465,40.006619"
                                            }
                                        ]
                                    },
                                    {
                                        "departure_stop": {
                                            "name": "利泽中街西口",
                                            "id": "110100015760005",
                                            "location": "116.467278,40.010497"
                                        },
                                        "arrival_stop": {
                                            "name": "湖光北街东口",
                                            "id": "110100015760007",
                                            "location": "116.466658,40.001549"
                                        },
                                        "name": "409路(来广营西桥东--阜成门内)",
                                        "id": "110100015760",
                                        "type": "普通公交线路",
                                        "distance": "1048",
                                        "duration": "954",
                                        "polyline": "116.467278,40.010497;116.467281,40.010431;116.467292,40.010204;116.467298,40.010120;116.467367,40.008913;116.467378,40.008693;116.467389,40.008585;116.467400,40.008328;116.467448,40.007529;116.467459,40.007083;116.467461,40.006901;116.467466,40.006602;116.467475,40.006021;116.467523,40.005254;116.467534,40.005013;116.467534,40.004932;116.467545,40.004680;116.467684,40.002030;116.467705,40.001703;116.467550,40.001681;116.466658,40.001549",
                                        "bustimetag": "0",
                                        "start_time": "0510",