公交路线规划

更新时间: 2024-12-17 15:28:07

本文介绍通过阿里云OpenAPI SDK调用 周边查询-基础API-公交路线规划 的方法以及参数说明。

公交路线规划

根据起终点坐标检索符合条件的公共交通路线规划方案。

API定义

请求参数

参数名

含义及规则

是否必须

缺省值

参数样例

originLongitude

起点的经度

必填

117.466485

originLatitude

起点的纬度

必填

39.995197

destinationLongitude

目的地的经度

必填

116.46424

destinationLatitude

目的地的纬度

必填

40.020642

originCity

起点城市

必填

北京市

destinationCity

终点城市

必填

北京市

响应参数

参数名

类型

说明

success

bool

接口调用是否成功

errorCode

integer

错误码

errorMessage

string

错误信息

data

object

路线规划方案

originLongitude

string

起点坐标的经度

originLatitude

string

起点坐标的纬度

destinationLongitude

string

终点坐标的经度

destinationLatitude

string

终点坐标的纬度

distanceMeter

string

距离,单位:米

count

string

路径规划方案总数

cost

object

时间及费用

taxiFee

string

出租车费

paths

list

规划路线列表

distanceMeter

string

方案距离,米

walkingDistanceMeter

string

步行距离,以米为单位

nightflag

string

是否夜班车

cost

object

时间及费用

transitFee

string

公交费

durationSecond

string

耗时,秒为单位

segments

list

路线分段

walking

object

步行路径

origin

string

起点经纬度

destination

string

终点经纬度

distanceMeter

string

距离,单位:米

cost

object

时间及费用

durationSecond

string

耗时,秒为单位

steps

list

步行路径

instruction

string

步行指示

distanceMeter

string

路段的距离

roadName

string

分段道路名称

stepDistanceMeter

string

分段距离

cost

object

时间及费用

durationSecond

string

耗时,秒为单位

polyline

object

分路段坐标点串

polyline

string

分路段坐标点串

index

integer

在segment对象中的属性顺序

bus

object

公交方案

buslines

list

公交线路

id

string

公交线路ID

name

string

公交线路名称

type

string

公交线路类型

distanceMeter

string

公交线路距离

bustimetag

string

公交时间标签

busTimeTips

string

公交时间提示

viaNum

string

途经站点数量

startTime

string

出发时间

endTime

string

到达时间

cost

object

时间及费用

durationSecond

string

耗时,秒为单位

departureStop

object

出发站

id

string

出发站点ID

name

string

出发站名称

location

string

出发站的经纬度坐标

entrance

object

入口

name

string

入口名称

location

string

入口的经纬度坐标

arrivalStop

object

到达站

id

string

到达站点ID

name

string

到达站名称

location

string

到达站的经纬度坐标

exit

object

出口

name

string

出口名称

location

string

入出口的经纬度坐标

viaStops

list

途经站点

id

string

站点ID

name

string

站点名称

location

string

站点经纬度坐标

polyline

object

分路段坐标点串

polyline

string

分路段坐标点串

index

integer

在segment对象中的属性顺序

railway

object

铁路路径

id

string

站点ID

name

string

站点名称

type

string

铁路车次类型

time

string

铁路车次时间

trip

string

车次

distanceMeter

string

铁路距离

departureStop

object

出发站

id

string

出发站点ID

name

string

出发站名称

location

string

出发站的经纬度坐标

adcode

string

站点所在的区域编码

time

string

站点时间

start

string

出发

arrivalStop

到达站点

id

string

到达站点ID

name

string

到达站名称

location

string

到达站的经纬度坐标

adcode

string

到达站所在的区域编码

time

string

站点时间

end

string

到达

spaces

list

可购买的铁路座位

code

string

车位类型

cost

string

车位费用

index

integer

在segment对象中的属性顺序

taxi

object

出租车路径

price

string

出租车费

driveTimeSecond

string

出租车耗时

distanceMeter

string

打车距离

originPoint

string

出发地经纬度坐标

originName

string

出发地名称

destinationPoint

string

目的地经纬度坐标

destinationName

string

目的地名称

index

integer

在segment对象中的属性顺序

示例

响应示例

{
  "requestId": "67359F31-8D4D-5E65-80BB-4C671B1718D5",
  "success": true,
  "data": {
    "originLongitude": "113.919828",
    "originLatitude": "22.641356",
    "destinationLongitude": "113.950961",
    "destinationLatitude": "22.539211",
    "distanceMeter": "13213",
    "count": "6",
    "cost": {
      "taxiFee": "46"
    },
    "paths": [
      {
        "cost": {
          "durationSecond": "4377",
          "transitFee": "2.5"
        },
        "distanceMeter": "16911",
        "walkingDistanceMeter": "1385",
        "nightflag": "0",
        "segments": [
          {
            "walking": {
              "origin": "113.919884,22.641354",
              "destination": "113.922775,22.644201",
              "distanceMeter": "849",
              "cost": {
                "durationSecond": "727"
              },
              "steps": [
                {
                  "instruction": "步行47米右转",
                  "polyline": {
                    "polyline": "113.919884,22.641354;113.919884,22.641779"
                  }
                },
                {
                  "instruction": "步行160米左转",
                  "polyline": {
                    "polyline": "113.919884,22.641779;113.920219,22.641788;113.920433,22.641788;113.921143,22.641815;113.921318,22.641819;113.921471,22.641819"
                  }
                },
                {
                  "instruction": "沿创业大道步行155米右转",
                  "roadName": "创业大道",
                  "polyline": {
                    "polyline": "113.921471,22.641819;113.921394,22.641911;113.920761,22.642504;113.920692,22.642551;113.920540,22.642643;113.920334,22.642761"
                  }
                },
                {
                  "instruction": "步行93米右转",
                  "polyline": {
                    "polyline": "113.920326,22.642761;113.920296,22.643602"
                  }
                },
                {
                  "instruction": "步行40米左转",
                  "polyline": {
                    "polyline": "113.920296,22.643602;113.920685,22.643602"
                  }
                },
                {
                  "instruction": "步行53米右转",
                  "polyline": {
                    "polyline": "113.920685,22.643602;113.920555,22.644068"
                  }
                },
                {
                  "instruction": "步行29米往前走",
                  "polyline": {
                    "polyline": "113.920547,22.644068;113.920570,22.644096;113.920525,22.644133;113.920700,22.644197"
                  }
                },
                {
                  "instruction": "步行164米右转",
                  "polyline": {
                    "polyline": "113.920700,22.644197;113.920822,22.644266;113.921425,22.644548;113.921700,22.644678;113.921837,22.644779;113.922028,22.644918;113.922081,22.644953"
                  }
                },
                {
                  "instruction": "沿松白路步行108米到达创维天桥",
                  "roadName": "松白路",
                  "polyline": {
                    "polyline": "113.922081,22.644953;113.922279,22.644739;113.922592,22.644405;113.922722,22.644266;113.922775,22.644201"
                  }
                }
              ],
              "index": 0
            },
            "bus": {
              "buslines": [
                {
                  "departureStop": {
                    "name": "创维天桥",
                    "id": "900000082857023",
                    "location": "113.922775,22.644197"
                  },
                  "arrivalStop": {
                    "name": "大冲1",
                    "id": "900000082857045",
                    "location": "113.951847,22.540404"
                  },
                  "name": "M372路(龙腾路场站--南山荔山工业园总站)",
                  "id": "900000082857",
                  "type": "普通公交线路",
                  "distanceMeter": "15526",
                  "cost": {
                    "durationSecond": "3190"
                  },
                  "bustimetag": "0",
                  "viaNum": "8",
                  "viaStops": [
                    {
                      "name": "阳光工业区",
                      "id": "900000082857086",
                      "location": "113.931740,22.634375"
                    },
                    {
                      "name": "南岗工业区",
                      "id": "900000082857034",
                      "location": "113.935618,22.630091"
                    },
                    {
                      "name": "白芒村2",
                      "id": "900000082857035",
                      "location": "113.939070,22.623407"
                    },
                    {
                      "name": "南山福利中心",
                      "id": "900000082857087",
                      "location": "113.932322,22.581246"
                    },
                    {
                      "name": "中兴人才公寓东",
                      "id": "900000082857088",
                      "location": "113.938850,22.574128"
                    },
                    {
                      "name": "文光村",
                      "id": "900000082857089",
                      "location": "113.950239,22.568307"
                    },
                    {
                      "name": "松坪山",
                      "id": "900000082857043",
                      "location": "113.957573,22.558222"
                    },
                    {
                      "name": "沙河西铜鼓天桥",
                      "id": "900000082857044",
                      "location": "113.959275,22.546547"
                    }
                  ],
                  "polyline": {
                    "polyline": "113.922775,22.644197;113.923185,22.643750;113.923442,22.643460;113.923582,22.643315;113.923700,22.643192;113.924032,22.642822;113.924161,22.642682;113.924488,22.642339;113.925014,22.641760;113.926108,22.640531;113.926350,22.640231;113.926693,22.639845;113.926897,22.639625;113.927111,22.639405;113.928222,22.638214;113.928716,22.637688;113.929644,22.636711;113.930341,22.635939;113.930953,22.635263;113.931468,22.634700;113.931740,22.634375;113.931740,22.634375;113.932331,22.633670;113.933543,22.632366;113.934032,22.631835;113.934101,22.631760;113.934670,22.631143;113.935035,22.630736;113.935618,22.630091;113.935618,22.630091;113.935620,22.630093;113.935689,22.630017;113.936360,22.629266;113.936671,22.628863;113.937208,22.628123;113.937481,22.627710;113.937916,22.627040;113.938237,22.626487;113.938388,22.626224;113.938661,22.625795;113.938838,22.625473;113.938876,22.625403;113.938913,22.625264;113.938935,22.625076;113.939021,22.624599;113.939106,22.623698;113.939070,22.623406;113.939070,22.623407;113.939070,22.623407;113.939070,22.623406;113.939026,22.623054;113.939090,22.622635;113.939128,22.622185;113.939278,22.621117;113.939343,22.620849;113.939359,22.620768;113.939471,22.620431;113.939487,22.620302;113.939557,22.619867;113.939595,22.619272;113.939600,22.618746;113.939595,22.618151;113.939407,22.614015;113.939375,22.613296;113.939246,22.610683;113.939160,22.609981;113.939139,22.609863;113.939090,22.609611;113.938999,22.609235;113.938886,22.608886;113.938752,22.608521;113.938012,22.606816;113.937996,22.606789;113.937556,22.605791;113.937465,22.605678;113.937336,22.605367;113.937095,22.605024;113.936542,22.604455;113.936011,22.604112;113.935528,22.603747;113.935228,22.603500;113.934708,22.603001;113.934338,22.602594;113.934155,22.602331;113.934016,22.602133;113.933785,22.601720;113.933581,22.601269;113.933431,22.600861;113.933324,22.600480;113.933259,22.600185;113.933109,22.599236;113.933055,22.598876;113.932895,22.597932;113.932760,22.597401;113.932573,22.596833;113.932213,22.596017;113.932052,22.595626;113.931988,22.595373;113.931950,22.595159;113.931934,22.594955;113.931934,22.594703;113.931950,22.594494;113.931999,22.594236;113.932058,22.594032;113.932143,22.593801;113.932857,22.592407;113.933034,22.592074;113.933141,22.591828;113.933227,22.591575;113.933281,22.591345;113.933313,22.591109;113.933324,22.590873;113.933313,22.590636;113.933275,22.590406;113.933216,22.590175;113.933130,22.589950;113.933018,22.589703;113.932884,22.589489;113.932776,22.589344;113.932583,22.589124;113.932422,22.588968;113.932218,22.588813;113.932009,22.588673;113.931328,22.588282;113.931038,22.588088;113.930818,22.587890;113.930658,22.587718;113.930411,22.587396;113.930143,22.586908;113.929971,22.586313;113.929949,22.586146;113.929805,22.584934;113.929735,22.583314;113.929713,22.582011;113.929719,22.581533;113.929944,22.581319;113.930277,22.581335;113.931146,22.581372;113.931275,22.581329;113.931693,22.581243;113.932208,22.581243;113.932321,22.581246;113.932322,22.581246;113.932322,22.581246;113.932476,22.581249;113.932621,22.581243;113.933286,22.581195;113.933769,22.581125;113.934520,22.580911;113.935485,22.580718;113.936097,22.580616;113.936902,22.580455;113.937025,22.580375;113.937277,22.580208;113.937341,22.580111;113.937385,22.579994;113.937374,22.579361;113.937374,22.579050;113.937374,22.578964;113.937385,22.578722;113.937427,22.578454;113.937481,22.578196;113.937663,22.577719;113.937792,22.577494;113.938221,22.576904;113.938409,22.576646;113.938543,22.576416;113.938656,22.576147;113.938736,22.575933;113.938795,22.575691;113.938833,22.575080;113.938833,22.575010;113.938850,22.574128;113.938850,22.574128;113.938865,22.573481;113.938870,22.572671;113.938886,22.572398;113.938886,22.572301;113.938892,22.572001;113.938903,22.571545;113.938908,22.571298;113.938919,22.570552;113.938956,22.569549;113.938956,22.569367;113.938956,22.568814;113.938956,22.568481;113.939047,22.568321;113.939428,22.568315;113.941166,22.568315;113.941542,22.568321;113.941633,22.568326;113.941971,22.568321;113.942202,22.568321;113.942749,22.568321;113.943033,22.568310;113.943103,22.568294;113.943387,22.568170;113.943591,22.568128;113.943816,22.568117;113.944932,22.568111;113.945184,22.568106;113.945764,22.568101;113.946102,22.568101;113.946981,22.568144;113.947582,22.568331;113.947893,22.568331;113.948274,22.568342;113.948473,22.568337;113.948838,22.568326;113.949460,22.568321;113.949535,22.568321;113.949562,22.568321;113.950195,22.568310;113.950239,22.568307;113.950239,22.568307;113.951155,22.568310;113.951187,22.568310;113.953189,22.568314;113.953923,22.568315;113.954218,22.568315;113.954508,22.568219;113.954540,22.568203;113.954631,22.568160;113.954776,22.568036;113.954878,22.567977;113.954910,22.567902;113.955050,22.567575;113.955135,22.567387;113.955232,22.567081;113.955430,22.566743;113.955612,22.566385;113.955833,22.565950;113.955849,22.565917;113.956117,22.565413;113.956450,22.564716;113.956541,22.564501;113.956686,22.564115;113.956798,22.563884;113.956883,22.563688;113.957072,22.563256;113.957276,22.562720;113.957431,22.562393;113.957480,22.561985;113.957549,22.561341;113.957560,22.561121;113.957565,22.561003;113.957590,22.560626;113.957608,22.560338;113.957608,22.560263;113.957603,22.559410;113.957598,22.559137;113.957587,22.558547;113.957573,22.558222;113.957573,22.558222;113.957555,22.557790;113.957560,22.557581;113.957549,22.557012;113.957533,22.556648;113.957533,22.556267;113.957517,22.555500;113.957544,22.554979;113.957549,22.554931;113.957576,22.554652;113.957614,22.553880;113.957641,22.553161;113.957758,22.551600;113.957764,22.551508;113.957769,22.551423;113.957769,22.551251;113.957791,22.550978;113.957844,22.550548;113.957957,22.549679;113.958021,22.549347;113.958038,22.549116;113.958118,22.548858;113.958177,22.548714;113.958365,22.548322;113.958810,22.547501;113.959025,22.547029;113.959132,22.546868;113.959266,22.546573;113.959275,22.546547;113.959275,22.546547;113.959400,22.546198;113.959481,22.545924;113.959540,22.545586;113.959556,22.545211;113.959491,22.544631;113.959416,22.544304;113.959309,22.543966;113.959303,22.543945;113.959148,22.543381;113.959057,22.543081;113.958992,22.542850;113.958960,22.542700;113.958906,22.542319;113.958874,22.542131;113.958735,22.541981;113.958676,22.541928;113.958595,22.541880;113.958515,22.541847;113.958215,22.541788;113.958070,22.541735;113.957962,22.541676;113.957866,22.541595;113.957791,22.541509;113.957726,22.541418;113.957678,22.541305;113.957651,22.541193;113.957625,22.540914;113.957598,22.540833;113.957512,22.540683;113.957249,22.540544;113.956755,22.540549;113.956487,22.540474;113.955731,22.540479;113.954476,22.540436;113.954014,22.540399;113.953923,22.540399;113.953526,22.540388;113.952593,22.540447;113.951847,22.540404"
                  }
                }
              ],
              "index": 1
            }
          },
          {
            "walking": {
              "origin": "113.951843,22.540413",
              "destination": "113.950821,22.538950",
              "distanceMeter": "536",
              "cost": {
                "durationSecond": "459"
              },
              "steps": [
                {
                  "instruction": "沿深南大道辅路步行192米右转",
                  "roadName": "深南大道辅路",
                  "polyline": {
                    "polyline": "113.951843,22.540413;113.951645,22.540396;113.951332,22.540377;113.950874,22.540356;113.950195,22.540329;113.949966,22.540325"
                  }
                },
                {
                  "instruction": "步行33米左转",
                  "polyline": {
                    "polyline": "113.949966,22.540321;113.949966,22.540516;113.949852,22.540522"
                  }
                },
                {
                  "instruction": "沿科技南路步行196米左转",
                  "roadName": "科技南路",
                  "polyline": {
                    "polyline": "113.949844,22.540522;113.949844,22.540464;113.949844,22.540377;113.949890,22.539705;113.949890,22.539661;113.949890,22.539097;113.949875,22.539015;113.949875,22.538733"
                  }
                },
                {
                  "instruction": "沿高新南一道步行97米左转",
                  "roadName": "高新南一道",
                  "polyline": {
                    "polyline": "113.949875,22.538729;113.950272,22.538750;113.950821,22.538780"
                  }
                },
                {
                  "instruction": "步行18米",
                  "polyline": {
                    "polyline": "113.950821,22.538780;113.950821,22.538950"
                  }
                }
              ],
              "index": 0
            }
          }
        ]
      },
      {
        "cost": {
          "durationSecond": "5246",
          "transitFee": "3.0"
        },
        "distanceMeter": "16261",
        "walkingDistanceMeter": "1795",
        "nightflag": "0",
        "segments": [
          {
            "walking": {
              "origin": "113.919884,22.641354",
              "destination": "113.922775,22.644201",
              "distanceMeter": "849",
              "cost": {
                "durationSecond": "727"
              },
              "steps": [
                {
                  "instruction": "步行47米右转",
                  "polyline": {
                    "polyline": "113.919884,22.641354;113.919884,22.641779"
                  }
                },
                {
                  "instruction": "步行160米左转",
                  "polyline": {
                    "polyline": "113.919884,22.641779;113.920219,22.641788;113.920433,22.641788;113.921143,22.641815;113.921318,22.641819;113.921471,22.641819"
                  }
                },
                {
                  "instruction": "沿创业大道步行155米右转",
                  "roadName": "创业大道",
                  "polyline": {
                    "polyline": "113.921471,22.641819;113.921394,22.641911;113.920761,22.642504;113.920692,22.642551;113.920540,22.642643;113.920334,22.642761"
                  }
                },
                {
                  "instruction": "步行93米右转",
                  "polyline": {
                    "polyline": "113.920326,22.642761;113.920296,22.643602"
                  }
                },
                {
                  "instruction": "步行40米左转",
                  "polyline": {
                    "polyline": "113.920296,22.643602;113.920685,22.643602"
                  }
                },
                {
                  "instruction": "步行53米右转",
                  "polyline": {
                    "polyline": "113.920685,22.643602;113.920555,22.644068"
                  }
                },
                {
                  "instruction": "步行29米往前走",
                  "polyline": {
                    "polyline": "113.920547,22.644068;113.920570,22.644096;113.920525,22.644133;113.920700,22.644197"
                  }
                },
                {
                  "instruction": "步行164米右转",
                  "polyline": {
                    "polyline": "113.920700,22.644197;113.920822,22.644266;113.921425,22.644548;113.921700,22.644678;113.921837,22.644779;113.922028,22.644918;113.922081,22.644953"
                  }
                },
                {
                  "instruction": "沿松白路步行108米到达创维天桥",
                  "roadName": "松白路",
                  "polyline": {
                    "polyline": "113.922081,22.644953;113.922279,22.644739;113.922592,22.644405;113.922722,22.644266;113.922775,22.644201"
                  }
                }
              ],
              "index": 0
            },
            "bus": {
              "buslines": [
                {
                  "departureStop": {
                    "name": "创维天桥",
                    "id": "440300014318049",
                    "location": "113.922775,22.644197"
                  },
                  "arrivalStop": {
                    "name": "高科技中心",
                    "id": "440300014318154",
                    "location": "113.945484,22.537495"
                  },
                  "name": "325路(光明圳美总站--科技生态园公交首末站)",
                  "id": "440300014318",
                  "type": "普通公交线路",
                  "distanceMeter": "14466",
                  "cost": {
                    "durationSecond": "3708"
                  },
                  "bustimetag": "0",
                  "viaNum": "18",
                  "viaStops": [
                    {
                      "name": "应人石路口",
                      "id": "440300014318050",
                      "location": "113.925812,22.640711"
                    },
                    {
                      "name": "阳光工业区",
                      "id": "440300014318108",
                      "location": "113.931740,22.634375"
                    },
                    {
                      "name": "南岗工业区",
                      "id": "440300014318052",
                      "location": "113.935707,22.629992"
                    },
                    {
                      "name": "白芒村1",
                      "id": "440300014318054",
                      "location": "113.939018,22.622958"
                    },
                    {
                      "name": "荔枝世界",
                      "id": "440300014318055",
                      "location": "113.938325,22.607539"
                    },
                    {
                      "name": "报恩福地",
                      "id": "440300014318056",
                      "location": "113.940559,22.598497"
                    },
                    {
                      "name": "水土保持示范园",
                      "id": "440300014318057",
                      "location": "113.949165,22.591654"
                    },
                    {
                      "name": "深职大西丽湖校区",
                      "id": "440300014318058",
                      "location": "113.954853,22.586992"
                    },
                    {
                      "name": "九祥岭2",
                      "id": "440300014318109",
                      "location": "113.954686,22.584271"
                    },
                    {
                      "name": "西丽法庭2",
                      "id": "440300014318060",
                      "location": "113.954170,22.578604"
                    },
                    {
                      "name": "西丽社区1",
                      "id": "440300014318061",
                      "location": "113.954251,22.573669"
                    },
                    {
                      "name": "茶光村2",
                      "id": "440300014318119",
                      "location": "113.955215,22.567135"
                    },
                    {
                      "name": "松坪山",
                      "id": "440300014318120",
                      "location": "113.957583,22.558466"
                    },
                    {
                      "name": "北环铜鼓天桥",
                      "id": "440300014318121",
                      "location": "113.953640,22.553385"
                    },
                    {
                      "name": "清华信息港",
                      "id": "440300014318122",
                      "location": "113.946760,22.552532"
                    },
                    {
                      "name": "科苑立交南",
                      "id": "440300014318123",
                      "location": "113.945030,22.550499"
                    },
                    {
                      "name": "科苑北2",
                      "id": "440300014318140",
                      "location": "113.945301,22.547766"
                    },
                    {
                      "name": "深南科苑立交北2",
                      "id": "440300014318125",
                      "location": "113.945292,22.543963"
                    }
                  ],
                  "polyline": {
                    "polyline": "113.922775,22.644197;113.923185,22.643750;113.923442,22.643460;113.923582,22.643315;113.923700,22.643192;113.924032,22.642822;113.924161,22.642682;113.924242,22.642500;113.924397,22.642280;113.924998,22.641599;113.925722,22.640805;113.925812,22.640711;113.925812,22.640711;113.925937,22.640579;113.926296,22.640182;113.926543,22.639909;113.926833,22.639571;113.926956,22.639431;113.927149,22.639201;113.927675,22.638643;113.928222,22.638080;113.928501,22.637785;113.928555,22.637741;113.928716,22.637688;113.929644,22.636711;113.930341,22.635939;113.930953,22.635263;113.931468,22.634700;113.931740,22.634375;113.931740,22.634375;113.932331,22.633670;113.933543,22.632366;113.934032,22.631835;113.934101,22.631760;113.934670,22.631143;113.935035,22.630736;113.935689,22.630017;113.935707,22.629992;113.935707,22.629992;113.935710,22.629994;113.936360,22.629266;113.936671,22.628863;113.937208,22.628123;113.937481,22.627710;113.937916,22.627040;113.938237,22.626487;113.938388,22.626224;113.938661,22.625795;113.938838,22.625473;113.938876,22.625403;113.938913,22.625264;113.938935,22.625076;113.939021,22.624599;113.939090,22.623928;113.939018,22.622957;113.939018,22.622958;113.939018,22.622958;113.939018,22.622957;113.938988,22.622550;113.938994,22.622115;113.939090,22.621418;113.939128,22.621241;113.939235,22.620930;113.939267,22.620849;113.939471,22.620382;113.939487,22.620302;113.939557,22.619867;113.939595,22.619272;113.939600,22.618746;113.939595,22.618151;113.939407,22.614015;113.939375,22.613296;113.939246,22.610683;113.939160,22.609981;113.939139,22.609863;113.939090,22.609611;113.938999,22.609235;113.938886,22.608886;113.938752,22.608521;113.938327,22.607537;113.938325,22.607539;113.938325,22.607539;113.937996,22.606778;113.937975,22.606730;113.937556,22.605791;113.937336,22.605013;113.937283,22.604783;113.937170,22.604053;113.937154,22.603608;113.937170,22.603275;113.937223,22.602884;113.937288,22.602637;113.937422,22.602186;113.937626,22.601703;113.937856,22.601296;113.938066,22.600979;113.938221,22.600791;113.938484,22.600518;113.938591,22.600416;113.938693,22.600319;113.938715,22.600293;113.938742,22.600271;113.939461,22.599590;113.939782,22.599257;113.940040,22.599005;113.940174,22.598876;113.940559,22.598497;113.940559,22.598497;113.941274,22.597830;113.941499,22.597610;113.942025,22.597144;113.943189,22.596108;113.944562,22.594971;113.945737,22.594081;113.945957,22.593903;113.946075,22.593801;113.946327,22.593625;113.948510,22.592112;113.948843,22.591876;113.949165,22.591654;113.949165,22.591654;113.950195,22.590958;113.950436,22.590798;113.952458,22.589784;113.953177,22.589403;113.953365,22.589274;113.953590,22.589113;113.953832,22.588904;113.954052,22.588679;113.954309,22.588346;113.954572,22.587890;113.954610,22.587826;113.954642,22.587751;113.954808,22.587193;113.954853,22.586992;113.954853,22.586992;113.954867,22.586930;113.954894,22.586619;113.954894,22.586302;113.954687,22.584278;113.954686,22.584271;113.954686,22.584271;113.954658,22.583995;113.954626,22.583716;113.954593,22.583314;113.954518,22.582241;113.954460,22.581694;113.954400,22.581152;113.954352,22.580745;113.954336,22.580600;113.954315,22.580401;113.954309,22.580246;113.954266,22.579811;113.954237,22.579371;113.954233,22.579333;113.954229,22.579287;113.954228,22.579282;113.954227,22.579268;113.954202,22.578915;113.954177,22.578673;113.954174,22.578642;113.954173,22.578635;113.954172,22.578626;113.954171,22.578614;113.954170,22.578604;113.954170,22.578604;113.954154,22.578347;113.954138,22.577671;113.954164,22.576963;113.954170,22.576904;113.954191,22.576453;113.954180,22.575691;113.954170,22.575326;113.954175,22.574940;113.954213,22.574231;113.954218,22.574130;113.954229,22.573976;113.954248,22.573708;113.954248,22.573706;113.954251,22.573669;113.954251,22.573669;113.954304,22.572923;113.954325,22.572521;113.954325,22.572440;113.954336,22.572183;113.954390,22.571384;113.954438,22.570955;113.954476,22.570595;113.954577,22.569415;113.954631,22.568862;113.954701,22.568492;113.954755,22.568310;113.954878,22.567977;113.954910,22.567902;113.955050,22.567575;113.955135,22.567387;113.955215,22.567135;113.955215,22.567135;113.955232,22.567081;113.955430,22.566743;113.955833,22.565950;113.955849,22.565917;113.956117,22.565413;113.956450,22.564716;113.956541,22.564501;113.956686,22.564115;113.956798,22.563884;113.957072,22.563256;113.957276,22.562720;113.957431,22.562393;113.957480,22.561985;113.957549,22.561341;113.957565,22.561003;113.957608,22.560338;113.957608,22.560263;113.957603,22.559410;113.957587,22.558547;113.957583,22.558466;113.957583,22.558466;113.957555,22.557790;113.957560,22.557581;113.957549,22.557012;113.957533,22.556648;113.957533,22.556267;113.957517,22.555500;113.957544,22.554979;113.957549,22.554931;113.957576,22.554652;113.957415,22.554443;113.957276,22.554357;113.957211,22.554336;113.957126,22.554325;113.956525,22.554298;113.956385,22.554282;113.956305,22.554250;113.956230,22.554196;113.955817,22.553842;113.955699,22.553756;113.955495,22.553649;113.954325,22.553493;113.953640,22.553385;113.953640,22.553385;113.953526,22.553370;113.952507,22.553171;113.952169,22.553107;113.950726,22.552839;113.950329,22.552758;113.950195,22.552732;113.949690,22.552640;113.949154,22.552565;113.948285,22.552496;113.947325,22.552517;113.946760,22.552532;113.946760,22.552532;113.946761,22.552549;113.946300,22.552576;113.945436,22.552646;113.945367,22.552651;113.945259,22.552388;113.945250,22.552299;113.945242,22.551897;113.945129,22.551766;113.945073,22.551665;113.945050,22.551557;113.945029,22.551267;113.945023,22.550806;113.945030,22.550498;113.945030,22.550499;113.945030,22.550499;113.945030,22.550498;113.945045,22.549754;113.945045,22.549695;113.945061,22.549014;113.945109,22.548805;113.945222,22.548472;113.945292,22.548241;113.945301,22.547765;113.945301,22.547766;113.945301,22.547766;113.945301,22.547765;113.945318,22.546895;113.945324,22.546831;113.945356,22.546053;113.945356,22.545897;113.945318,22.545672;113.945281,22.545484;113.945276,22.545152;113.945292,22.544073;113.945292,22.543962;113.945292,22.543963;113.945292,22.543963;113.945292,22.543945;113.945302,22.543210;113.945308,22.543151;113.945318,22.542759;113.945367,22.541616;113.945367,22.541584;113.945404,22.541348;113.945431,22.540823;113.945453,22.539723;113.945469,22.539573;113.945458,22.538977;113.945458,22.538639;113.945474,22.538285;113.945479,22.538167;113.945481,22.537965;113.945484,22.537495"
                  }
                }
              ],
              "index": 1
            }
          },
          {
            "walking": {
              "origin": "113.945480,22.537491",
              "destination": "113.950821,22.538950",
              "distanceMeter": "946",
              "cost": {
                "durationSecond": "810"
              },
              "steps": [
                {
                  "instruction": "沿科苑南路步行130米左转",
                  "roadName": "科苑南路",
                  "polyline": {
                    "polyline": "113.945480,22.537491;113.945488,22.537327;113.945488,22.536320"
                  }
                },
                {
                  "instruction": "沿高新南四道步行13米左转",
                  "roadName": "高新南四道",
                  "polyline": {
                    "polyline": "113.945488,22.536316;113.945618,22.536320"
                  }
                },
                {
                  "instruction": "沿科苑南路步行246米右转",
                  "roadName": "科苑南路",
                  "polyline": {
                    "polyline": "113.945618,22.536320;113.945602,22.537048;113.945580,22.537539;113.945564,22.538099;113.945564,22.538460;113.945564,22.538555"
                  }
                },
                {
                  "instruction": "沿高新南一道步行539米左转",
                  "roadName": "高新南一道",
                  "polyline": {
                    "polyline": "113.945557,22.538555;113.946190,22.538572;113.946342,22.538576;113.946869,22.538599;113.947701,22.538633;113.948143,22.538651;113.948448,22.538668;113.948479,22.538671;113.949791,22.538725;113.949875,22.538729;113.950272,22.538750;113.950821,22.538780"
                  }
                },
                {
                  "instruction": "步行18米",
                  "polyline": {
                    "polyline": "113.950821,22.538780;113.950821,22.538950"
                  }
                }
              ],
              "index": 0
            }
          }
        ]
      },
      {
        "cost": {
          "durationSecond": "3361",
          "transitFee": "29.0"
        },
        "distanceMeter": "22151",
        "walkingDistanceMeter": "699",
        "nightflag": "0",
        "segments": [
          {
            "taxi": {
              "price": "25.0",
              "driveTimeSecond": "1140",
              "distanceMeter": "8012",
              "originPoint": "113.919883,22.641354",
              "destinationPoint": "113.919436,22.582513",
              "destinationName": "兴东C口",
              "index": 0
            }
          },
          {
            "walking": {
              "origin": "113.919441,22.582500",
              "destination": "113.919014,22.581823",
              "distanceMeter": "108",
              "cost": {
                "durationSecond": "92"
              },
              "steps": [
                {
                  "instruction": "步行108米到达兴东",
                  "polyline": {
                    "polyline": "113.919441,22.582500;113.919235,22.582321;113.919403,22.582161;113.919014,22.581823"
                  }
                }
              ],
              "index": 0
            },
            "bus": {
              "buslines": [
                {
                  "departureStop": {
                    "name": "兴东",
                    "id": "440300024058021",
                    "location": "113.919013,22.581822",
                    "entrance": {
                      "name": "C口",
                      "location": "113.919449,22.582504"
                    }
                  },
                  "arrivalStop": {
                    "name": "宝安中心",
                    "id": "440300024058025",
                    "location": "113.887233,22.554575"
                  },
                  "name": "地铁5号线(环中线)(黄贝岭--赤湾)",
                  "id": "440300024058",
                  "type": "地铁线路",
                  "distanceMeter": "4450",
                  "cost": {
                    "durationSecond": "584"
                  },
                  "bustimetag": "0",
                  "viaNum": "3",
                  "viaStops": [
                    {
                      "name": "洪浪北",
                      "id": "440300024058022",
                      "location": "113.910585,22.574543"
                    },
                    {
                      "name": "灵芝",
                      "id": "440300024058023",
                      "location": "113.904158,22.568964"
                    },
                    {
                      "name": "翻身",
                      "id": "440300024058024",
                      "location": "113.893232,22.559690"
                    }
                  ],
                  "polyline": {
                    "polyline": "113.919013,22.581822;113.918486,22.581362;113.911061,22.574957;113.910585,22.574543;113.910585,22.574543;113.910108,22.574129;113.904786,22.569506;113.904158,22.568964;113.904158,22.568964;113.903535,22.568425;113.894552,22.560809;113.894195,22.560522;113.893590,22.560005;113.893232,22.559690;113.893232,22.559690;113.892876,22.559377;113.888176,22.555386;113.887233,22.554575"
                  }
                }
              ],
              "index": 1
            }
          },
          {
            "walking": {
              "origin": "113.887238,22.554565",
              "destination": "113.887238,22.554565",
              "distanceMeter": "40",
              "cost": {
                "durationSecond": "34"
              },
              "steps": [
                {
                  "instruction": "步行1米到达宝安中心",
                  "polyline": {
                    "polyline": "113.887238,22.554565;113.887238,22.554565"
                  }
                }
              ],
              "index": 0
            },
            "bus": {
              "buslines": [
                {
                  "departureStop": {
                    "name": "宝安中心",
                    "id": "440300024063008",
                    "location": "113.887242,22.554564"
                  },
                  "arrivalStop": {
                    "name": "高新园",
                    "id": "440300024063015",
                    "location": "113.953842,22.540236",
                    "exit": {
                      "name": "C口",
                      "location": "113.953033,22.539837"
                    }
                  },
                  "name": "地铁1号线(罗宝线)(机场东--罗湖)",
                  "id": "440300024063",
                  "type": "地铁线路",
                  "distanceMeter": "8990",
                  "cost": {
                    "durationSecond": "1038"
                  },
                  "bustimetag": "0",
                  "viaNum": "6",
                  "viaStops": [
                    {
                      "name": "新安",
                      "id": "440300024063009",
                      "location": "113.894625,22.547468"
                    },
                    {
                      "name": "前海湾",
                      "id": "440300024063010",
                      "location": "113.897933,22.537335"
                    },
                    {
                      "name": "鲤鱼门",
                      "id": "440300024063011",
                      "location": "113.903079,22.532005"
                    },
                    {
                      "name": "大新",
                      "id": "440300024063012",
                      "location": "113.915072,22.532232"
                    },
                    {
                      "name": "桃园",
                      "id": "440300024063013",
                      "location": "113.924857,22.532357"
                    },
                    {
                      "name": "深大",
                      "id": "440300024063014",
                      "location": "113.944173,22.538667"
                    }
                  ],
                  "polyline": {
                    "polyline": "113.887242,22.554564;113.887629,22.554200;113.893807,22.548291;113.894625,22.547468;113.894625,22.547468;113.895435,22.546654;113.896636,22.545460;113.897068,22.545009;113.897191,22.544880;113.897320,22.544723;113.897426,22.544560;113.897508,22.544407;113.897582,22.544261;113.897638,22.544125;113.897688,22.543968;113.897735,22.543802;113.897763,22.543618;113.897787,22.543428;113.897800,22.543136;113.897810,22.542683;113.897889,22.540222;113.897926,22.539305;113.897928,22.539019;113.897934,22.538115;113.897933,22.537335;113.897933,22.537335;113.897932,22.536151;113.897934,22.534735;113.897941,22.534553;113.897964,22.534375;113.898018,22.534098;113.898093,22.533850;113.898195,22.533582;113.898337,22.533312;113.898600,22.533027;113.898884,22.532812;113.899270,22.532586;113.899705,22.532415;113.900165,22.532267;113.900514,22.532175;113.900801,22.532116;113.901105,22.532065;113.901395,22.532038;113.901744,22.532015;113.902138,22.532005;113.903079,22.532005;113.903079,22.532005;113.904023,22.532005;113.906832,22.532036;113.908530,22.532071;113.910043,22.532100;113.914220,22.532203;113.915072,22.532232;113.915072,22.532232;113.915934,22.532262;113.918495,22.532449;113.919171,22.532528;113.919664,22.532548;113.920093,22.532558;113.924084,22.532369;113.924857,22.532357;113.924857,22.532357;113.925646,22.532345;113.932715,22.532381;113.933463,22.532267;113.933977,22.532200;113.934105,22.532177;113.934606,22.532119;113.935172,22.532101;113.935582,22.532072;113.936022,22.532072;113.936564,22.532099;113.937389,22.532183;113.938075,22.532232;113.938396,22.532245;113.938583,22.532270;113.938774,22.532337;113.939015,22.532413;113.939108,22.532469;113.939221,22.532547;113.939327,22.532623;113.939402,22.532692;113.939567,22.532887;113.939937,22.533316;113.943278,22.537487;113.944173,22.538667;113.944173,22.538667;113.945060,22.539838;113.945315,22.540121;113.945506,22.540303;113.945605,22.540361;113.945763,22.540437;113.946084,22.540563;113.946473,22.540661;113.946747,22.540706;113.946975,22.540743;113.947203,22.540768;113.947431,22.540760;113.947739,22.540728;113.947935,22.540682;113.948605,22.540543;113.949136,22.540424;113.949705,22.540305;113.949803,22.540291;113.949912,22.540282;113.950143,22.540275;113.952551,22.540236;113.953842,22.540236"
                  }
                }
              ],
              "index": 1
            }
          },
          {
            "walking": {
              "origin": "113.953842,22.540234",
              "destination": "113.951218,22.538975",
              "distanceMeter": "551",
              "cost": {
                "durationSecond": "472"
              },
              "steps": [
                {
                  "instruction": "步行127米右转",
                  "polyline": {
                    "polyline": "113.953842,22.540234;113.953392,22.540234;113.953392,22.539835;113.953033,22.539835"
                  }
                },
                {
                  "instruction": "步行66米左转",
                  "polyline": {
                    "polyline": "113.953026,22.539835;113.953087,22.540352;113.952988,22.540348"
                  }
                },
                {
                  "instruction": "步行83米右转",
                  "polyline": {
                    "polyline": "113.952988,22.540342;113.952980,22.539652;113.952988,22.539583"
                  }
                },
                {
                  "instruction": "步行197米右转",
                  "polyline": {
                    "polyline": "113.952988,22.539579;113.952629,22.539566;113.952370,22.539553;113.951836,22.539526;113.951805,22.539518;113.951782,22.539497;113.951775,22.539444;113.951775,22.539352;113.951797,22.538975;113.951797,22.538898;113.951797,22.538828"
                  }
                },
                {
                  "instruction": "沿高新南一道步行59米右转",
                  "roadName": "高新南一道",
                  "polyline": {
                    "polyline": "113.951797,22.538824;113.951714,22.538824;113.951218,22.538801"
                  }
                },
                {
                  "instruction": "步行19米",
                  "polyline": {
                    "polyline": "113.951218,22.538797;113.951218,22.538975"
                  }
                }
              ],
              "index": 0
            }
          }
        ]
      },
      {
        "cost": {
          "durationSecond": "4463",
          "transitFee": "6.0"
        },
        "distanceMeter": "22486",
        "walkingDistanceMeter": "1658",
        "nightflag": "0",
        "segments": [
          {
            "walking": {
              "origin": "113.919884,22.641354",
              "destination": "113.921791,22.645294",
              "distanceMeter": "789",
              "cost": {
                "durationSecond": "676"
              },
              "steps": [
                {
                  "instruction": "步行47米右转",
                  "polyline": {
                    "polyline": "113.919884,22.641354;113.919884,22.641779"
                  }
                },
                {
                  "instruction": "步行160米左转",
                  "polyline": {
                    "polyline": "113.919884,22.641779;113.920219,22.641788;113.920433,22.641788;113.921143,22.641815;113.921318,22.641819;113.921471,22.641819"
                  }
                },
                {
                  "instruction": "沿创业大道步行155米右转",
                  "roadName": "创业大道",
                  "polyline": {
                    "polyline": "113.921471,22.641819;113.921394,22.641911;113.920761,22.642504;113.920692,22.642551;113.920540,22.642643;113.920334,22.642761"
                  }
                },
                {
                  "instruction": "步行93米右转",
                  "polyline": {
                    "polyline": "113.920326,22.642761;113.920296,22.643602"
                  }
                },
                {
                  "instruction": "步行40米左转",
                  "polyline": {
                    "polyline": "113.920296,22.643602;113.920685,22.643602"
                  }
                },
                {
                  "instruction": "步行53米右转",
                  "polyline": {
                    "polyline": "113.920685,22.643602;113.920555,22.644068"
                  }
                },
                {
                  "instruction": "步行29米往前走",
                  "polyline": {
                    "polyline": "113.920547,22.644068;113.920570,22.644096;113.920525,22.644133;113.920700,22.644197"
                  }
                },
                {
                  "instruction": "步行164米左转",
                  "polyline": {
                    "polyline": "113.920700,22.644197;113.920822,22.644266;113.921425,22.644548;113.921700,22.644678;113.921837,22.644779;113.922028,22.644918;113.922081,22.644953"
                  }
                },
                {
                  "instruction": "沿松白路步行48米到达创维天桥1",
                  "roadName": "松白路",
                  "polyline": {
                    "polyline": "113.922081,22.644953;113.921974,22.645082;113.921791,22.645294"
                  }
                }
              ],
              "index": 0
            },
            "bus": {
              "buslines": [
                {
                  "departureStop": {
                    "name": "创维天桥1",
                    "id": "900000217566007",
                    "location": "113.921783,22.645296"
                  },
                  "arrivalStop": {
                    "name": "兴东地铁站",
                    "id": "900000217566010",
                    "location": "113.920660,22.583325"
                  },
                  "name": "M395路区间(官田村--灵芝公园北)",
                  "id": "900000217566",
                  "type": "普通公交线路",
                  "distanceMeter": "7388",
                  "cost": {
                    "durationSecond": "1420"
                  },
                  "bustimetag": "0",
                  "startTime": "0600",
                  "endTime": "2100",
                  "viaNum": "2",
                  "viaStops": [
                    {
                      "name": "宝华油站",
                      "id": "900000217566008",
                      "location": "113.926228,22.639319"
                    },
                    {
                      "name": "牛成村",
                      "id": "900000217566009",
                      "location": "113.925531,22.611815"
                    }
                  ],
                  "polyline": {
                    "polyline": "113.921783,22.645296;113.921967,22.645085;113.922085,22.644957;113.923185,22.643750;113.923442,22.643460;113.923582,22.643315;113.923700,22.643192;113.924032,22.642822;113.924161,22.642682;113.924242,22.642500;113.924397,22.642280;113.924998,22.641599;113.925722,22.640805;113.925937,22.640579;113.926296,22.640182;113.926280,22.639748;113.926228,22.639319;113.926228,22.639319;113.926205,22.639115;113.926082,22.638128;113.926071,22.637516;113.926055,22.636878;113.926044,22.636218;113.926050,22.635644;113.926039,22.634963;113.926039,22.634791;113.926017,22.633348;113.925985,22.631835;113.925980,22.630988;113.925942,22.628805;113.925872,22.624937;113.925883,22.624084;113.925819,22.620849;113.925792,22.619111;113.925636,22.618751;113.925642,22.618473;113.925636,22.618204;113.925631,22.617861;113.925610,22.616788;113.925599,22.616616;113.925572,22.616456;113.925545,22.616187;113.925599,22.615613;113.925593,22.614369;113.925593,22.614063;113.925588,22.613548;113.925545,22.612384;113.925531,22.611815;113.925531,22.611815;113.925502,22.610598;113.925502,22.610093;113.925497,22.609863;113.925491,22.609611;113.925631,22.609128;113.925615,22.608060;113.925615,22.607840;113.925610,22.607331;113.925577,22.606075;113.925540,22.605555;113.925486,22.605147;113.925373,22.604659;113.925223,22.604160;113.925078,22.603790;113.924950,22.603522;113.924703,22.603077;113.924360,22.602530;113.923968,22.601956;113.923582,22.601398;113.922386,22.599643;113.922101,22.599188;113.921940,22.598876;113.921930,22.598860;113.921742,22.598436;113.921570,22.597954;113.920674,22.594713;113.919752,22.591313;113.919687,22.590964;113.919634,22.590524;113.919628,22.590256;113.919644,22.589982;113.919687,22.589660;113.919773,22.589280;113.919907,22.588888;113.919998,22.588695;113.920186,22.588357;113.920411,22.588030;113.920465,22.587949;113.920513,22.587890;113.920605,22.587783;113.920905,22.587466;113.922101,22.586259;113.922461,22.585900;113.922471,22.585889;113.922713,22.585626;113.922777,22.585336;113.922766,22.585245;113.922723,22.585122;113.922069,22.584559;113.921908,22.584419;113.920943,22.583582;113.920660,22.583325"
                  }
                },
                {
                  "departureStop": {
                    "name": "创维天桥1",
                    "id": "440300014534145",
                    "location": "113.921783,22.645296"
                  },
                  "arrivalStop": {
                    "name": "兴东地铁站",
                    "id": "440300014534076",
                    "location": "113.920660,22.583325"
                  },
                  "name": "M395路(新围物流园总站--福海塘尾社区总站)",
                  "id": "440300014534",
                  "type": "普通公交线路",
                  "distanceMeter": "7388",
                  "cost": {
                    "durationSecond": "1732"
                  },
                  "bustimetag": "0",
                  "viaNum": "2",
                  "viaStops": [
                    {
                      "name": "宝华油站",
                      "id": "440300014534144",
                      "location": "113.926228,22.639319"
                    },
                    {
                      "name": "牛成村",
                      "id": "440300014534074",
                      "location": "113.925531,22.611815"
                    }
                  ],
                  "polyline": {
                    "polyline": "113.921783,22.645296;113.921967,22.645085;113.922085,22.644957;113.923185,22.643750;113.923442,22.643460;113.923582,22.643315;113.923700,22.643192;113.924032,22.642822;113.924161,22.642682;113.924242,22.642500;113.924397,22.642280;113.924998,22.641599;113.925722,22.640805;113.925937,22.640579;113.926296,22.640182;113.926280,22.639748;113.926228,22.639319;113.926228,22.639319;113.926205,22.639115;113.926082,22.638128;113.926071,22.637516;113.926055,22.636878;113.926044,22.636218;113.926050,22.635644;113.926039,22.634963;113.926039,22.634791;113.926017,22.633348;113.925985,22.631835;113.925980,22.630988;113.925942,22.628805;113.925872,22.624937;113.925883,22.624084;113.925819,22.620849;113.925792,22.619111;113.925636,22.618751;113.925642,22.618473;113.925636,22.618204;113.925631,22.617861;113.925610,22.616788;113.925599,22.616616;113.925572,22.616456;113.925545,22.616187;113.925599,22.615613;113.925593,22.614369;113.925593,22.614063;113.925588,22.613548;113.925545,22.612384;113.925531,22.611815;113.925531,22.611815;113.925502,22.610598;113.925502,22.610093;113.925497,22.609863;113.925491,22.609611;113.925631,22.609128;113.925615,22.608060;113.925615,22.607840;113.925610,22.607331;113.925577,22.606075;113.925540,22.605555;113.925486,22.605147;113.925373,22.604659;113.925223,22.604160;113.925078,22.603790;113.924950,22.603522;113.924703,22.603077;113.924360,22.602530;113.923968,22.601956;113.923582,22.601398;113.922386,22.599643;113.922101,22.599188;113.921940,22.598876;113.921930,22.598860;113.921742,22.598436;113.921570,22.597954;113.920674,22.594713;113.919752,22.591313;113.919687,22.590964;113.919634,22.590524;113.919628,22.590256;113.919644,22.589982;113.919687,22.589660;113.919773,22.589280;113.919907,22.588888;113.919998,22.588695;113.920186,22.588357;113.920411,22.588030;113.920465,22.587949;113.920513,22.587890;113.920605,22.587783;113.920905,22.587466;113.922101,22.586259;113.922461,22.585900;113.922471,22.585889;113.922713,22.585626;113.922777,22.585336;113.922766,22.585245;113.922723,22.585122;113.922069,22.584559;113.921908,22.584419;113.920943,22.583582;113.920660,22.583325"
                  }
                },
                {
                  "departureStop": {
                    "name": "创维天桥1",
                    "id": "440300015305096",
                    "location": "113.921783,22.645296"
                  },
                  "arrivalStop": {
                    "name": "兴东地铁站",
                    "id": "440300015305061",
                    "location": "113.920660,22.583325"
                  },
                  "name": "M206路(光明成校--宝安实验学校总站)",
                  "id": "440300015305",
                  "type": "普通公交线路",
                  "distanceMeter": "7387",
                  "cost": {
                    "durationSecond": "2380"
                  },
                  "bustimetag": "0",
                  "viaNum": "3",
                  "viaStops": [
                    {
                      "name": "宝华油站",
                      "id": "440300015305093",
                      "location": "113.926228,22.639319"
                    },
                    {
                      "name": "牛成村1",
                      "id": "440300015305079",
                      "location": "113.925565,22.612990"
                    },
                    {
                      "name": "雪花啤酒厂",
                      "id": "440300015305035",
                      "location": "113.922235,22.584702"
                    }
                  ],
                  "polyline": {
                    "polyline": "113.921783,22.645296;113.921967,22.645085;113.922085,22.644957;113.923185,22.643750;113.923442,22.643460;113.923582,22.643315;113.923700,22.643192;113.924032,22.642822;113.924161,22.642682;113.924242,22.642500;113.924397,22.642280;113.924998,22.641599;113.925722,22.640805;113.925937,22.640579;113.926296,22.640182;113.926280,22.639748;113.926228,22.639319;113.926228,22.639319;113.926205,22.639115;113.926082,22.638128;113.926071,22.637516;113.926055,22.636878;113.926044,22.636218;113.926050,22.635644;113.926039,22.634963;113.926039,22.634791;113.926017,22.633348;113.925985,22.631835;113.925980,22.630988;113.925942,22.628805;113.925872,22.624937;113.925883,22.624084;113.925819,22.620849;113.925792,22.619111;113.925636,22.618751;113.925642,22.618473;113.925636,22.618204;113.925631,22.617861;113.925610,22.616788;113.925599,22.616616;113.925572,22.616456;113.925545,22.616187;113.925599,22.615613;113.925593,22.614369;113.925593,22.614063;113.925588,22.613548;113.925565,22.612990;113.925565,22.612990;113.925545,22.612384;113.925502,22.610598;113.925502,22.610093;113.925497,22.609863;113.925491,22.609611;113.925631,22.609128;113.925615,22.608060;113.925615,22.607840;113.925610,22.607331;113.925577,22.606075;113.925540,22.605555;113.925486,22.605147;113.925373,22.604659;113.925223,22.604160;113.925078,22.603790;113.924950,22.603522;113.924703,22.603077;113.924360,22.602530;113.923968,22.601956;113.923582,22.601398;113.922386,22.599643;113.922101,22.599188;113.921940,22.598876;113.921930,22.598860;113.921742,22.598436;113.921570,22.597954;113.920674,22.594713;113.919752,22.591313;113.919687,22.590964;113.919634,22.590524;113.919628,22.590256;113.919644,22.589982;113.919687,22.589660;113.919773,22.589280;113.919907,22.588888;113.919998,22.588695;113.920186,22.588357;113.920411,22.588030;113.920465,22.587949;113.920513,22.587890;113.920605,22.587783;113.920905,22.587466;113.922101,22.586259;113.922461,22.585900;113.922471,22.585889;113.922713,22.585626;113.922777,22.585336;113.922766,22.585245;113.922723,22.585122;113.922235,22.584702;113.922235,22.584702;113.922069,22.584559;113.921908,22.584419;113.920943,22.583582;113.920660,22.583325"
                  }
                },
                {
                  "departureStop": {
                    "name": "创维天桥1",
                    "id": "900000174351013",
                    "location": "113.921783,22.645296"
                  },
                  "arrivalStop": {
                    "name": "兴东地铁站",
                    "id": "900000174351016",
                    "location": "113.920660,22.583325"
                  },
                  "name": "M338路(石岩老街2--石岩老街2)",
                  "id": "900000174351",
                  "type": "普通公交线路",
                  "distanceMeter": "7390",
                  "cost": {
                    "durationSecond": "1703"
                  },
                  "bustimetag": "0",
                  "viaNum": "3",
                  "viaStops": [
                    {
                      "name": "宝华油站",
                      "id": "900000174351030",
                      "location": "113.926228,22.639319"
                    },
                    {
                      "name": "宝石路口",
                      "id": "900000174351014",
                      "location": "113.922010,22.586176"
                    },
                    {
                      "name": "雪花啤酒厂",
                      "id": "900000174351015",
                      "location": "113.922234,22.584705"
                    }
                  ],
                  "polyline": {
                    "polyline": "113.921783,22.645296;113.921967,22.645085;113.922085,22.644957;113.923185,22.643750;113.923442,22.643460;113.923582,22.643315;113.923700,22.643192;113.924032,22.642822;113.924161,22.642682;113.924242,22.642500;113.924397,22.642280;113.924998,22.641599;113.925722,22.640805;113.925937,22.640579;113.926296,22.640182;113.926280,22.639748;113.926228,22.639319;113.926228,22.639319;113.926225,22.639279;113.926205,22.639115;113.926082,22.638128;113.926071,22.637516;113.926055,22.636878;113.926044,22.636218;113.926050,22.635644;113.926039,22.634963;113.926039,22.634791;113.926017,22.633348;113.925985,22.631835;113.925980,22.630988;113.925942,22.628805;113.925872,22.624937;113.925883,22.624084;113.925819,22.620849;113.925792,22.619111;113.925765,22.618038;113.925755,22.617346;113.925744,22.616257;113.925717,22.614605;113.925711,22.614336;113.925701,22.613521;113.925642,22.611011;113.925636,22.609863;113.925631,22.609128;113.925615,22.608060;113.925615,22.607840;113.925610,22.607331;113.925577,22.606075;113.925540,22.605555;113.925486,22.605147;113.925373,22.604659;113.925223,22.604160;113.925078,22.603790;113.924950,22.603522;113.924703,22.603077;113.924360,22.602530;113.923968,22.601956;113.923582,22.601398;113.922386,22.599643;113.922101,22.599188;113.921940,22.598876;113.921930,22.598860;113.921742,22.598436;113.921570,22.597954;113.920674,22.594713;113.919752,22.591313;113.919687,22.590964;113.919634,22.590524;113.919628,22.590256;113.919644,22.589982;113.919687,22.589660;113.919773,22.589280;113.919907,22.588888;113.919998,22.588695;113.920186,22.588357;113.920411,22.588030;113.920385,22.587874;113.920465,22.587767;113.920776,22.587402;113.921581,22.586592;113.921608,22.586570;113.921807,22.586379;113.922010,22.586176;113.922010,22.586176;113.922235,22.585975;113.922461,22.585900;113.922471,22.585889;113.922713,22.585626;113.922777,22.585336;113.922766,22.585245;113.922723,22.585122;113.922234,22.584705;113.922234,22.584705;113.922069,22.584559;113.921908,22.584419;113.920943,22.583582;113.920660,22.583325"
                  }
                }
              ],
              "index": 1
            }
          },
          {
            "walking": {
              "origin": "113.920654,22.583324",
              "destination": "113.919014,22.581823",
              "distanceMeter": "278",
              "cost": {
                "durationSecond": "238"
              },
              "steps": [
                {
                  "instruction": "沿创业二路步行153米右转",
                  "roadName": "创业二路",
                  "polyline": {
                    "polyline": "113.920654,22.583324;113.920143,22.582869;113.919975,22.582739;113.919563,22.582392"
                  }
                },
                {
                  "instruction": "步行17米左转",
                  "polyline": {
                    "polyline": "113.919563,22.582388;113.919449,22.582500"
                  }
                },
                {
                  "instruction": "步行108米到达兴东",
                  "polyline": {
                    "polyline": "113.919441,22.582500;113.919235,22.582321;113.919403,22.582161;113.919014,22.581823"
                  }
                }
              ],
              "index": 0
            },
            "bus": {
              "buslines": [
                {
                  "departureStop": {
                    "name": "兴东",
                    "id": "440300024058021",
                    "location": "113.919013,22.581822",
                    "entrance": {
                      "name": "C口",
                      "location": "113.919449,22.582504"
                    }
                  },
                  "arrivalStop": {
                    "name": "宝安中心",
                    "id": "440300024058025",
                    "location": "113.887233,22.554575"
                  },
                  "name": "地铁5号线(环中线)(黄贝岭--赤湾)",
                  "id": "440300024058",
                  "type": "地铁线路",
                  "distanceMeter": "4450",
                  "cost": {
                    "durationSecond": "584"
                  },
                  "bustimetag": "0",
                  "viaNum": "3",
                  "viaStops": [
                    {
                      "name": "洪浪北",
                      "id": "440300024058022",
                      "location": "113.910585,22.574543"
                    },
                    {
                      "name": "灵芝",
                      "id": "440300024058023",
                      "location": "113.904158,22.568964"
                    },
                    {
                      "name": "翻身",
                      "id": "440300024058024",
                      "location": "113.893232,22.559690"
                    }
                  ],
                  "polyline": {
                    "polyline": "113.919013,22.581822;113.918486,22.581362;113.911061,22.574957;113.910585,22.574543;113.910585,22.574543;113.910108,22.574129;113.904786,22.569506;113.904158,22.568964;113.904158,22.568964;113.903535,22.568425;113.894552,22.560809;113.894195,22.560522;113.893590,22.560005;113.893232,22.559690;113.893232,22.559690;113.892876,22.559377;113.888176,22.555386;113.887233,22.554575"
                  }
                }
              ],
              "index": 1
            }
          },
          {
            "walking": {
              "origin": "113.887238,22.554565",
              "destination": "113.887238,22.554565",
              "distanceMeter": "40",
              "cost": {
                "durationSecond": "34"
              },
              "steps": [
                {
                  "instruction": "步行1米到达宝安中心",
                  "polyline": {
                    "polyline": "113.887238,22.554565;113.887238,22.554565"
                  }
                }
              ],
              "index": 0
            },
            "bus": {
              "buslines": [
                {
                  "departureStop": {
                    "name": "宝安中心",
                    "id": "440300024063008",
                    "location": "113.887242,22.554564"
                  },
                  "arrivalStop": {
                    "name": "高新园",
                    "id": "440300024063015",
                    "location": "113.953842,22.540236",
                    "exit": {
                      "name": "C口",
                      "location": "113.953033,22.539837"
                    }
                  },
                  "name": "地铁1号线(罗宝线)(机场东--罗湖)",
                  "id": "440300024063",
                  "type": "地铁线路",
                  "distanceMeter": "8990",
                  "cost": {
                    "durationSecond": "1038"
                  },
                  "bustimetag": "0",
                  "viaNum": "6",
                  "viaStops": [
                    {
                      "name": "新安",
                      "id": "440300024063009",
                      "location": "113.894625,22.547468"
                    },
                    {
                      "name": "前海湾",
                      "id": "440300024063010",
                      "location": "113.897933,22.537335"
                    },
                    {
                      "name": "鲤鱼门",
                      "id": "440300024063011",
                      "location": "113.903079,22.532005"
                    },
                    {
                      "name": "大新",
                      "id": "440300024063012",
                      "location": "113.915072,22.532232"
                    },
                    {
                      "name": "桃园",
                      "id": "440300024063013",
                      "location": "113.924857,22.532357"
                    },
                    {
                      "name": "深大",
                      "id": "440300024063014",
                      "location": "113.944173,22.538667"
                    }
                  ],
                  "polyline": {
                    "polyline": "113.887242,22.554564;113.887629,22.554200;113.893807,22.548291;113.894625,22.547468;113.894625,22.547468;113.895435,22.546654;113.896636,22.545460;113.897068,22.545009;113.897191,22.544880;113.897320,22.544723;113.897426,22.544560;113.897508,22.544407;113.897582,22.544261;113.897638,22.544125;113.897688,22.543968;113.897735,22.543802;113.897763,22.543618;113.897787,22.543428;113.897800,22.543136;113.897810,22.542683;113.897889,22.540222;113.897926,22.539305;113.897928,22.539019;113.897934,22.538115;113.897933,22.537335;113.897933,22.537335;113.897932,22.536151;113.897934,22.534735;113.897941,22.534553;113.897964,22.534375;113.898018,22.534098;113.898093,22.533850;113.898195,22.533582;113.898337,22.533312;113.898600,22.533027;113.898884,22.532812;113.899270,22.532586;113.899705,22.532415;113.900165,22.532267;113.900514,22.532175;113.900801,22.532116;113.901105,22.532065;113.901395,22.532038;113.901744,22.532015;113.902138,22.532005;113.903079,22.532005;113.903079,22.532005;113.904023,22.532005;113.906832,22.532036;113.908530,22.532071;113.910043,22.532100;113.914220,22.532203;113.915072,22.532232;113.915072,22.532232;113.915934,22.532262;113.918495,22.532449;113.919171,22.532528;113.919664,22.532548;113.920093,22.532558;113.924084,22.532369;113.924857,22.532357;113.924857,22.532357;113.925646,22.532345;113.932715,22.532381;113.933463,22.532267;113.933977,22.532200;113.934105,22.532177;113.934606,22.532119;113.935172,22.532101;113.935582,22.532072;113.936022,22.532072;113.936564,22.532099;113.937389,22.532183;113.938075,22.532232;113.938396,22.532245;113.938583,22.532270;113.938774,22.532337;113.939015,22.532413;113.939108,22.532469;113.939221,22.532547;113.939327,22.532623;113.939402,22.532692;113.939567,22.532887;113.939937,22.533316;113.943278,22.537487;113.944173,22.538667;113.944173,22.538667;113.945060,22.539838;113.945315,22.540121;113.945506,22.540303;113.945605,22.540361;113.945763,22.540437;113.946084,22.540563;113.946473,22.540661;113.946747,22.540706;113.946975,22.540743;113.947203,22.540768;113.947431,22.540760;113.947739,22.540728;113.947935,22.540682;113.948605,22.540543;113.949136,22.540424;113.949705,22.540305;113.949803,22.540291;113.949912,22.540282;113.950143,22.540275;113.952551,22.540236;113.953842,22.540236"
                  }
                }
              ],
              "index": 1
            }
          },
          {
            "walking": {
              "origin": "113.953842,22.540234",
              "destination": "113.951218,22.538975",
              "distanceMeter": "551",
              "cost": {
                "durationSecond": "472"
              },
              "steps": [
                {
                  "instruction": "步行127米右转",
                  "polyline": {
                    "polyline": "113.953842,22.540234;113.953392,22.540234;113.953392,22.539835;113.953033,22.539835"
                  }
                },
                {
                  "instruction": "步行66米左转",
                  "polyline": {
                    "polyline": "113.953026,22.539835;113.953087,22.540352;113.952988,22.540348"
                  }
                },
                {
                  "instruction": "步行83米右转",
                  "polyline": {
                    "polyline": "113.952988,22.540342;113.952980,22.539652;113.952988,22.539583"
                  }
                },
                {
                  "instruction": "步行197米右转",
                  "polyline": {
                    "polyline": "113.952988,22.539579;113.952629,22.539566;113.952370,22.539553;113.951836,22.539526;113.951805,22.539518;113.951782,22.539497;113.951775,22.539444;113.951775,22.539352;113.951797,22.538975;113.951797,22.538898;113.951797,22.538828"
                  }
                },
                {
                  "instruction": "沿高新南一道步行59米右转",
                  "roadName": "高新南一道",
                  "polyline": {
                    "polyline": "113.951797,22.538824;113.951714,22.538824;113.951218,22.538801"
                  }
                },
                {
                  "instruction": "步行19米",
                  "polyline": {
                    "polyline": "113.951218,22.538797;113.951218,22.538975"
                  }
                }
              ],
              "index": 0
            }
          }
        ]
      },
      {
        "cost": {
          "durationSecond": "5147",
          "transitFee": "4.5"
        },
        "distanceMeter": "15035",
        "walkingDistanceMeter": "1123",
        "nightflag": "0",
        "segments": [
          {
            "walking": {
              "origin": "113.919884,22.641354",
              "destination": "113.922775,22.644201",
              "distanceMeter": "849",
              "cost": {
                "durationSecond": "727"
              },
              "steps": [
                {
                  "instruction": "步行47米右转",
                  "polyline": {
                    "polyline": "113.919884,22.641354;113.919884,22.641779"
                  }
                },
                {
                  "instruction": "步行160米左转",
                  "polyline": {
                    "polyline": "113.919884,22.641779;113.920219,22.641788;113.920433,22.641788;113.921143,22.641815;113.921318,22.641819;113.921471,22.641819"
                  }
                },
                {
                  "instruction": "沿创业大道步行155米右转",
                  "roadName": "创业大道",
                  "polyline": {
                    "polyline": "113.921471,22.641819;113.921394,22.641911;113.920761,22.642504;113.920692,22.642551;113.920540,22.642643;113.920334,22.642761"
                  }
                },
                {
                  "instruction": "步行93米右转",
                  "polyline": {
                    "polyline": "113.920326,22.642761;113.920296,22.643602"
                  }
                },
                {
                  "instruction": "步行40米左转",
                  "polyline": {
                    "polyline": "113.920296,22.643602;113.920685,22.643602"
                  }
                },
                {
                  "instruction": "步行53米右转",
                  "polyline": {
                    "polyline": "113.920685,22.643602;113.920555,22.644068"
                  }
                },
                {
                  "instruction": "步行29米往前走",
                  "polyline": {
                    "polyline": "113.920547,22.644068;113.920570,22.644096;113.920525,22.644133;113.920700,22.644197"
                  }
                },
                {
                  "instruction": "步行164米右转",
                  "polyline": {
                    "polyline": "113.920700,22.644197;113.920822,22.644266;113.921425,22.644548;113.921700,22.644678;113.921837,22.644779;113.922028,22.644918;113.922081,22.644953"
                  }
                },
                {
                  "instruction": "沿松白路步行108米到达创维天桥",
                  "roadName": "松白路",
                  "polyline": {
                    "polyline": "113.922081,22.644953;113.922279,22.644739;113.922592,22.644405;113.922722,22.644266;113.922775,22.644201"
                  }
                }
              ],
              "index": 0
            },
            "bus": {
              "buslines": [
                {
                  "departureStop": {
                    "name": "创维天桥",
                    "id": "440300014321009",
                    "location": "113.922775,22.644197"
                  },
                  "arrivalStop": {
                    "name": "西丽法庭2",
                    "id": "440300014321019",
                    "location": "113.954170,22.578604"
                  },
                  "name": "326路(华夏园总站--福田高铁站)",
                  "id": "440300014321",
                  "type": "普通公交线路",
                  "distanceMeter": "8741",
                  "cost": {
                    "durationSecond": "2164"
                  },
                  "bustimetag": "0",
                  "startTime": "0530",
                  "endTime": "2100",
                  "viaNum": "8",
                  "viaStops": [
                    {
                      "name": "应人石路口",
                      "id": "440300014321010",
                      "location": "113.925812,22.640711"
                    },
                    {
                      "name": "阳光工业区",
                      "id": "440300014321049",
                      "location": "113.931740,22.634375"
                    },
                    {
                      "name": "南岗工业区",
                      "id": "440300014321011",
                      "location": "113.935618,22.630091"
                    },
                    {
                      "name": "白芒村1",
                      "id": "440300014321013",
                      "location": "113.939006,22.622785"
                    },
                    {
                      "name": "报恩福地",
                      "id": "440300014321015",
                      "location": "113.940559,22.598497"
                    },
                    {
                      "name": "水土保持示范园",
                      "id": "440300014321016",
                      "location": "113.949165,22.591654"
                    },
                    {
                      "name": "深职大西丽湖校区",
                      "id": "440300014321017",
                      "location": "113.954853,22.586992"
                    },
                    {
                      "name": "九祥岭2",
                      "id": "440300014321018",
                      "location": "113.954686,22.584271"
                    }
                  ],
                  "polyline": {
                    "polyline": "113.922775,22.644197;113.923185,22.643750;113.923442,22.643460;113.923582,22.643315;113.923700,22.643192;113.924032,22.642822;113.924161,22.642682;113.924242,22.642500;113.924397,22.642280;113.924998,22.641599;113.925722,22.640805;113.925812,22.640711;113.925812,22.640711;113.925937,22.640579;113.926296,22.640182;113.926543,22.639909;113.926833,22.639571;113.926956,22.639431;113.927149,22.639201;113.927675,22.638643;113.928222,22.638080;113.928501,22.637785;113.928555,22.637741;113.928716,22.637688;113.929644,22.636711;113.930341,22.635939;113.930953,22.635263;113.931468,22.634700;113.931740,22.634375;113.931740,22.634375;113.932331,22.633670;113.933543,22.632366;113.934032,22.631835;113.934101,22.631760;113.934670,22.631143;113.935035,22.630736;113.935618,22.630091;113.935618,22.630091;113.935689,22.630017;113.936360,22.629266;113.936671,22.628863;113.937208,22.628123;113.937481,22.627710;113.937916,22.627040;113.938237,22.626487;113.938388,22.626224;113.938661,22.625795;113.938838,22.625473;113.938876,22.625403;113.938913,22.625264;113.938935,22.625076;113.939021,22.624599;113.939090,22.623928;113.939006,22.622785;113.939006,22.622785;113.939006,22.622784;113.938988,22.622550;113.938994,22.622115;113.939090,22.621418;113.939128,22.621241;113.939235,22.620930;113.939267,22.620849;113.939471,22.620382;113.939509,22.620211;113.939557,22.619867;113.939595,22.619272;113.939600,22.618746;113.939595,22.618151;113.939407,22.614015;113.939375,22.613296;113.939246,22.610683;113.939160,22.609981;113.939139,22.609863;113.939090,22.609611;113.938999,22.609235;113.938886,22.608886;113.938752,22.608521;113.937996,22.606778;113.937975,22.606730;113.937556,22.605791;113.937336,22.605013;113.937283,22.604783;113.937170,22.604053;113.937154,22.603608;113.937170,22.603275;113.937223,22.602884;113.937288,22.602637;113.937422,22.602186;113.937626,22.601703;113.937856,22.601296;113.938066,22.600979;113.938221,22.600791;113.938484,22.600518;113.938591,22.600416;113.938693,22.600319;113.938715,22.600293;113.938742,22.600271;113.939461,22.599590;113.939782,22.599257;113.940040,22.599005;113.940174,22.598876;113.940566,22.598503;113.940559,22.598497;113.940559,22.598497;113.941274,22.597830;113.941499,22.597610;113.942025,22.597144;113.943189,22.596108;113.944562,22.594971;113.945737,22.594081;113.945957,22.593903;113.946075,22.593801;113.946327,22.593625;113.948510,22.592112;113.948843,22.591876;113.949165,22.591654;113.949165,22.591654;113.950195,22.590958;113.950436,22.590798;113.952458,22.589784;113.953177,22.589403;113.953365,22.589274;113.953590,22.589113;113.953832,22.588904;113.954052,22.588679;113.954309,22.588346;113.954572,22.587890;113.954610,22.587826;113.954642,22.587751;113.954808,22.587193;113.954853,22.586992;113.954853,22.586992;113.954867,22.586930;113.954894,22.586619;113.954894,22.586302;113.954687,22.584278;113.954686,22.584271;113.954686,22.584271;113.954658,22.583995;113.954626,22.583716;113.954593,22.583314;113.954518,22.582241;113.954460,22.581694;113.954400,22.581152;113.954352,22.580745;113.954336,22.580600;113.954315,22.580401;113.954309,22.580246;113.954266,22.579811;113.954237,22.579371;113.954233,22.579333;113.954229,22.579287;113.954228,22.579282;113.954227,22.579268;113.954202,22.578915;113.954177,22.578673;113.954174,22.578642;113.954173,22.578635;113.954172,22.578626;113.954171,22.578614;113.954170,22.578604"
                  }
                },
                {
                  "departureStop": {
                    "name": "创维天桥",
                    "id": "440300014301018",
                    "location": "113.922775,22.644197"
                  },
                  "arrivalStop": {
                    "name": "西丽法庭2",
                    "id": "440300014301029",
                    "location": "113.954170,22.578604"
                  },
                  "name": "316路(凤凰英荟城公交首末站--安居百泉阁公交首末站)",
                  "id": "440300014301",
                  "type": "普通公交线路",
                  "distanceMeter": "8741",
                  "cost": {
                    "durationSecond": "2324"
                  },
                  "bustimetag": "0",
                  "viaNum": "8",
                  "viaStops": [
                    {
                      "name": "应人石路口",
                      "id": "440300014301019",
                      "location": "113.925812,22.640711"
                    },
                    {
                      "name": "阳光工业区",
                      "id": "440300014301064",
                      "location": "113.931740,22.634375"
                    },
                    {
                      "name": "南岗工业区",
                      "id": "440300014301021",
                      "location": "113.935618,22.630091"
                    },
                    {
                      "name": "白芒村1",
                      "id": "440300014301023",
                      "location": "113.939018,22.622954"
                    },
                    {
                      "name": "报恩福地",
                      "id": "440300014301025",
                      "location": "113.940559,22.598497"
                    },
                    {
                      "name": "水土保持示范园",
                      "id": "440300014301134",
                      "location": "113.949165,22.591654"
                    },
                    {
                      "name": "深职大西丽湖校区",
                      "id": "440300014301139",
                      "location": "113.954853,22.586992"
                    },
                    {
                      "name": "九祥岭2",
                      "id": "440300014301136",
                      "location": "113.954686,22.584271"
                    }
                  ],
                  "polyline": {
                    "polyline": "113.922775,22.644197;113.923185,22.643750;113.923442,22.643460;113.923582,22.643315;113.923700,22.643192;113.924032,22.642822;113.924161,22.642682;113.924242,22.642500;113.924397,22.642280;113.924998,22.641599;113.925722,22.640805;113.925812,22.640711;113.925812,22.640711;113.925937,22.640579;113.926296,22.640182;113.926543,22.639909;113.926833,22.639571;113.926956,22.639431;113.927149,22.639201;113.927675,22.638643;113.928222,22.638080;113.928501,22.637785;113.928555,22.637741;113.928716,22.637688;113.929644,22.636711;113.930341,22.635939;113.930953,22.635263;113.931468,22.634700;113.931740,22.634375;113.931740,22.634375;113.932331,22.633670;113.933543,22.632366;113.934032,22.631835;113.934101,22.631760;113.934670,22.631143;113.935035,22.630736;113.935618,22.630091;113.935618,22.630091;113.935689,22.630017;113.936360,22.629266;113.936671,22.628863;113.937208,22.628123;113.937481,22.627710;113.937916,22.627040;113.938237,22.626487;113.938388,22.626224;113.938661,22.625795;113.938838,22.625473;113.938876,22.625403;113.938913,22.625264;113.938935,22.625076;113.939021,22.624599;113.939090,22.623928;113.939018,22.622954;113.939018,22.622954;113.939018,22.622953;113.938988,22.622550;113.938994,22.622115;113.939090,22.621418;113.939128,22.621241;113.939235,22.620930;113.939267,22.620849;113.939471,22.620382;113.939509,22.620211;113.939557,22.619867;113.939595,22.619272;113.939600,22.618746;113.939595,22.618151;113.939407,22.614015;113.939375,22.613296;113.939246,22.610683;113.939160,22.609981;113.939139,22.609863;113.939090,22.609611;113.938999,22.609235;113.938886,22.608886;113.938752,22.608521;113.937996,22.606778;113.937975,22.606730;113.937556,22.605791;113.937336,22.605013;113.937283,22.604783;113.937170,22.604053;113.937154,22.603608;113.937170,22.603275;113.937223,22.602884;113.937288,22.602637;113.937422,22.602186;113.937626,22.601703;113.937856,22.601296;113.938066,22.600979;113.938221,22.600791;113.938484,22.600518;113.938591,22.600416;113.938693,22.600319;113.938715,22.600293;113.938742,22.600271;113.939461,22.599590;113.939782,22.599257;113.940040,22.599005;113.940174,22.598876;113.940566,22.598503;113.940559,22.598497;113.940559,22.598497;113.941274,22.597830;113.941499,22.597610;113.942025,22.597144;113.943189,22.596108;113.944562,22.594971;113.945737,22.594081;113.945957,22.593903;113.946075,22.593801;113.946327,22.593625;113.948510,22.592112;113.948843,22.591876;113.949165,22.591654;113.949165,22.591654;113.950195,22.590958;113.950436,22.590798;113.952458,22.589784;113.953177,22.589403;113.953365,22.589274;113.953590,22.589113;113.953832,22.588904;113.954052,22.588679;113.954309,22.588346;113.954572,22.587890;113.954610,22.587826;113.954642,22.587751;113.954808,22.587193;113.954853,22.586992;113.954853,22.586992;113.954867,22.586930;113.954894,22.586619;113.954894,22.586302;113.954687,22.584278;113.954686,22.584271;113.954686,22.584271;113.954658,22.583995;113.954626,22.583716;113.954593,22.583314;113.954518,22.582241;113.954460,22.581694;113.954400,22.581152;113.954352,22.580745;113.954336,22.580600;113.954315,22.580401;113.954309,22.580246;113.954266,22.579811;113.954237,22.579371;113.954233,22.579333;113.954229,22.579287;113.954228,22.579282;113.954227,22.579268;113.954202,22.578915;113.954177,22.578673;113.954174,22.578642;113.954173,22.578635;113.954172,22.578626;113.954171,22.578614;113.954170,22.578604"
                  }
                },
                {
                  "departureStop": {
                    "name": "创维天桥",
                    "id": "440300014318049",
                    "location": "113.922775,22.644197"
                  },
                  "arrivalStop": {
                    "name": "西丽法庭2",
                    "id": "440300014318060",
                    "location": "113.954170,22.578604"
                  },
                  "name": "325路(光明圳美总站--科技生态园公交首末站)",
                  "id": "440300014318",
                  "type": "普通公交线路",
                  "distanceMeter": "8740",
                  "cost": {
                    "durationSecond": "2364"
                  },
                  "bustimetag": "0",
                  "viaNum": "9",
                  "viaStops": [
                    {
                      "name": "应人石路口",
                      "id": "440300014318050",
                      "location": "113.925812,22.640711"
                    },
                    {
                      "name": "阳光工业区",
                      "id": "440300014318108",
                      "location": "113.931740,22.634375"
                    },
                    {
                      "name": "南岗工业区",
                      "id": "440300014318052",
                      "location": "113.935707,22.629992"
                    },
                    {
                      "name": "白芒村1",
                      "id": "440300014318054",
                      "location": "113.939018,22.622958"
                    },
                    {
                      "name": "荔枝世界",
                      "id": "440300014318055",
                      "location": "113.938325,22.607539"
                    },
                    {
                      "name": "报恩福地",
                      "id": "440300014318056",
                      "location": "113.940559,22.598497"
                    },
                    {
                      "name": "水土保持示范园",
                      "id": "440300014318057",
                      "location": "113.949165,22.591654"
                    },
                    {
                      "name": "深职大西丽湖校区",
                      "id": "440300014318058",
                      "location": "113.954853,22.586992"
                    },
                    {
                      "name": "九祥岭2",
                      "id": "440300014318109",
                      "location": "113.954686,22.584271"
                    }
                  ],
                  "polyline": {
                    "polyline": "113.922775,22.644197;113.923185,22.643750;113.923442,22.643460;113.923582,22.643315;113.923700,22.643192;113.924032,22.642822;113.924161,22.642682;113.924242,22.642500;113.924397,22.642280;113.924998,22.641599;113.925722,22.640805;113.925812,22.640711;113.925812,22.640711;113.925937,22.640579;113.926296,22.640182;113.926543,22.639909;113.926833,22.639571;113.926956,22.639431;113.927149,22.639201;113.927675,22.638643;113.928222,22.638080;113.928501,22.637785;113.928555,22.637741;113.928716,22.637688;113.929644,22.636711;113.930341,22.635939;113.930953,22.635263;113.931468,22.634700;113.931740,22.634375;113.931740,22.634375;113.932331,22.633670;113.933543,22.632366;113.934032,22.631835;113.934101,22.631760;113.934670,22.631143;113.935035,22.630736;113.935689,22.630017;113.935707,22.629992;113.935707,22.629992;113.935710,22.629994;113.936360,22.629266;113.936671,22.628863;113.937208,22.628123;113.937481,22.627710;113.937916,22.627040;113.938237,22.626487;113.938388,22.626224;113.938661,22.625795;113.938838,22.625473;113.938876,22.625403;113.938913,22.625264;113.938935,22.625076;113.939021,22.624599;113.939090,22.623928;113.939018,22.622957;113.939018,22.622958;113.939018,22.622958;113.939018,22.622957;113.938988,22.622550;113.938994,22.622115;113.939090,22.621418;113.939128,22.621241;113.939235,22.620930;113.939267,22.620849;113.939471,22.620382;113.939487,22.620302;113.939557,22.619867;113.939595,22.619272;113.939600,22.618746;113.939595,22.618151;113.939407,22.614015;113.939375,22.613296;113.939246,22.610683;113.939160,22.609981;113.939139,22.609863;113.939090,22.609611;113.938999,22.609235;113.938886,22.608886;113.938752,22.608521;113.938327,22.607537;113.938325,22.607539;113.938325,22.607539;113.937996,22.606778;113.937975,22.606730;113.937556,22.605791;113.937336,22.605013;113.937283,22.604783;113.937170,22.604053;113.937154,22.603608;113.937170,22.603275;113.937223,22.602884;113.937288,22.602637;113.937422,22.602186;113.937626,22.601703;113.937856,22.601296;113.938066,22.600979;113.938221,22.600791;113.938484,22.600518;113.938591,22.600416;113.938693,22.600319;113.938715,22.600293;113.938742,22.600271;113.939461,22.599590;113.939782,22.599257;113.940040,22.599005;113.940174,22.598876;113.940559,22.598497;113.940559,22.598497;113.941274,22.597830;113.941499,22.597610;113.942025,22.597144;113.943189,22.596108;113.944562,22.594971;113.945737,22.594081;113.945957,22.593903;113.946075,22.593801;113.946327,22.593625;113.948510,22.592112;113.948843,22.591876;113.949165,22.591654;113.949165,22.591654;113.950195,22.590958;113.950436,22.590798;113.952458,22.589784;113.953177,22.589403;113.953365,22.589274;113.953590,22.589113;113.953832,22.588904;113.954052,22.588679;113.954309,22.588346;113.954572,22.587890;113.954610,22.587826;113.954642,22.587751;113.954808,22.587193;113.954853,22.586992;113.954853,22.586992;113.954867,22.586930;113.954894,22.586619;113.954894,22.586302;113.954687,22.584278;113.954686,22.584271;113.954686,22.584271;113.954658,22.583995;113.954626,22.583716;113.954593,22.583314;113.954518,22.582241;113.954460,22.581694;113.954400,22.581152;113.954352,22.580745;113.954336,22.580600;113.954315,22.580401;113.954309,22.580246;113.954266,22.579811;113.954237,22.579371;113.954233,22.579333;113.954229,22.579287;113.954228,22.579282;113.954227,22.579268;113.954202,22.578915;113.954177,22.578673;113.954174,22.578642;113.954173,22.578635;113.954172,22.578626;113.954171,22.578614;113.954170,22.578604"
                  }
                },
                {
                  "departureStop": {
                    "name": "创维天桥",
                    "id": "440300014424017",
                    "location": "113.922900,22.644062"
                  },
                  "arrivalStop": {
                    "name": "西丽法庭2",
                    "id": "440300014424059",
                    "location": "113.954237,22.579371"
                  },
                  "name": "392路(正大城公交首末站--世界之窗地铁公交接驳站)",
                  "id": "440300014424",
                  "type": "普通公交线路",
                  "distanceMeter": "8636",
                  "cost": {
                    "durationSecond": "2545"
                  },
                  "bustimetag": "0",
                  "viaNum": "9",
                  "viaStops": [
                    {
                      "name": "应人石路口",
                      "id": "440300014424018",
                      "location": "113.925812,22.640711"
                    },
                    {
                      "name": "阳光工业区",
                      "id": "440300014424036",
                      "location": "113.931740,22.634375"
                    },
                    {
                      "name": "南岗工业区",
                      "id": "440300014424020",
                      "location": "113.935707,22.629992"
                    },
                    {
                      "name": "白芒村2",
                      "id": "440300014424022",
                      "location": "113.939025,22.624004"
                    },
                    {
                      "name": "荔枝世界",
                      "id": "440300014424023",
                      "location": "113.938325,22.607539"
                    },
                    {
                      "name": "报恩福地",
                      "id": "440300014424024",
                      "location": "113.940559,22.598497"
                    },
                    {
                      "name": "水土保持示范园",
                      "id": "440300014424025",
                      "location": "113.949165,22.591654"
                    },
                    {
                      "name": "深职大西丽湖校区",
                      "id": "440300014424056",
                      "location": "113.954853,22.586992"
                    },
                    {
                      "name": "九祥岭2",
                      "id": "440300014424037",
                      "location": "113.954686,22.584271"
                    }
                  ],
                  "polyline": {
                    "polyline": "113.922900,22.644062;113.923185,22.643750;113.923442,22.643460;113.923582,22.643315;113.923700,22.643192;113.924032,22.642822;113.924161,22.642682;113.924242,22.642500;113.924397,22.642280;113.924998,22.641599;113.925722,22.640805;113.925812,22.640711;113.925812,22.640711;113.925937,22.640579;113.926296,22.640182;113.926543,22.639909;113.926833,22.639571;113.926956,22.639431;113.927149,22.639201;113.927675,22.638643;113.928222,22.638080;113.928501,22.637785;113.928555,22.637741;113.928716,22.637688;113.929644,22.636711;113.930341,22.635939;113.930953,22.635263;113.931468,22.634700;113.931740,22.634375;113.931740,22.634375;113.932331,22.633670;113.933543,22.632366;113.934032,22.631835;113.934101,22.631760;113.934670,22.631143;113.935035,22.630736;113.935689,22.630017;113.935707,22.629992;113.935707,22.629992;113.936360,22.629266;113.936671,22.628863;113.937208,22.628123;113.937481,22.627710;113.937916,22.627040;113.938237,22.626487;113.938388,22.626224;113.938661,22.625795;113.938838,22.625473;113.938876,22.625403;113.938913,22.625264;113.938935,22.625076;113.939021,22.624599;113.939025,22.624004;113.939025,22.624004;113.939090,22.623928;113.938988,22.622550;113.938994,22.622115;113.939090,22.621418;113.939128,22.621241;113.939235,22.620930;113.939267,22.620849;113.939471,22.620382;113.939487,22.620302;113.939557,22.619867;113.939595,22.619272;113.939600,22.618746;113.939595,22.618151;113.939407,22.614015;113.939375,22.613296;113.939246,22.610683;113.939160,22.609981;113.939139,22.609863;113.939090,22.609611;113.938999,22.609235;113.938886,22.608886;113.938752,22.608521;113.938325,22.607539;113.938325,22.607539;113.937996,22.606778;113.937975,22.606730;113.937556,22.605791;113.937336,22.605013;113.937283,22.604783;113.937170,22.604053;113.937154,22.603608;113.937170,22.603275;113.937223,22.602884;113.937288,22.602637;113.937422,22.602186;113.937626,22.601703;113.937856,22.601296;113.938066,22.600979;113.938221,22.600791;113.938484,22.600518;113.938591,22.600416;113.938693,22.600319;113.938715,22.600293;113.938742,22.600271;113.939461,22.599590;113.939782,22.599257;113.940040,22.599005;113.940174,22.598876;113.940559,22.598497;113.940559,22.598497;113.941274,22.597830;113.941499,22.597610;113.942025,22.597144;113.943189,22.596108;113.944562,22.594971;113.945737,22.594081;113.945957,22.593903;113.946075,22.593801;113.946327,22.593625;113.948510,22.592112;113.948843,22.591876;113.949165,22.591654;113.949165,22.591654;113.950195,22.590958;113.950436,22.590798;113.952458,22.589784;113.953177,22.589403;113.953365,22.589274;113.953590,22.589113;113.953832,22.588904;113.954052,22.588679;113.954309,22.588346;113.954572,22.587890;113.954610,22.587826;113.954642,22.587751;113.954808,22.587193;113.954853,22.586992;113.954853,22.586992;113.954867,22.586930;113.954894,22.586619;113.954894,22.586302;113.954687,22.584278;113.954686,22.584271;113.954686,22.584271;113.954658,22.583995;113.954626,22.583716;113.954593,22.583314;113.954518,22.582241;113.954460,22.581694;113.954400,22.581152;113.954352,22.580745;113.954336,22.580600;113.954315,22.580401;113.954309,22.580246;113.954266,22.579811;113.954237,22.579377;113.954237,22.579371"
                  }
                },
                {
                  "departureStop": {
                    "name": "创维天桥",
                    "id": "900000061614015",
                    "location": "113.922775,22.644197"
                  },
                  "arrivalStop": {
                    "name": "西丽法庭2",
                    "id": "900000061614022",
                    "location": "113.954170,22.578604"
                  },
                  "name": "316路区间(凤凰英荟城公交首末站--科技北二路)",
                  "id": "900000061614",
                  "type": "普通公交线路",
                  "distanceMeter": "8743",
                  "cost": {
                    "durationSecond": "2222"
                  },
                  "bustimetag": "0",
                  "viaNum": "8",
                  "viaStops": [
                    {
                      "name": "应人石路口",
                      "id": "900000061614016",
                      "location": "113.925812,22.640711"
                    },
                    {
                      "name": "阳光工业区",
                      "id": "900000061614017",
                      "location": "113.931740,22.634375"
                    },
                    {
                      "name": "南岗工业区",
                      "id": "900000061614018",
                      "location": "113.935707,22.629992"
                    },
                    {
                      "name": "白芒村1",
                      "id": "900000061614019",
                      "location": "113.939208,22.622765"
                    },
                    {
                      "name": "报恩福地",
                      "id": "900000061614024",
                      "location": "113.940559,22.598497"
                    },
                    {
                      "name": "水土保持示范园",
                      "id": "900000061614025",
                      "location": "113.949165,22.591654"
                    },
                    {
                      "name": "深职院西丽湖校区",
                      "id": "900000061614020",
                      "location": "113.954872,22.586819"
                    },
                    {
                      "name": "九祥岭2",
                      "id": "900000061614021",
                      "location": "113.954686,22.584271"
                    }
                  ],
                  "polyline": {
                    "polyline": "113.922775,22.644197;113.923185,22.643750;113.923442,22.643460;113.923582,22.643315;113.923700,22.643192;113.924032,22.642822;113.924161,22.642682;113.924242,22.642500;113.924397,22.642280;113.924998,22.641599;113.925722,22.640805;113.925812,22.640711;113.925812,22.640711;113.925937,22.640579;113.926296,22.640182;113.926543,22.639909;113.926833,22.639571;113.926956,22.639431;113.927149,22.639201;113.927675,22.638643;113.928222,22.638080;113.928501,22.637785;113.928555,22.637741;113.928716,22.637688;113.929644,22.636711;113.930341,22.635939;113.930953,22.635263;113.931468,22.634700;113.931740,22.634375;113.931740,22.634375;113.932331,22.633670;113.933543,22.632366;113.934032,22.631835;113.934101,22.631760;113.934670,22.631143;113.935035,22.630736;113.935689,22.630017;113.935707,22.629992;113.935707,22.629992;113.935730,22.629965;113.936360,22.629266;113.936693,22.628880;113.936928,22.628574;113.937052,22.628456;113.937358,22.628214;113.937749,22.627839;113.937937,22.627613;113.938066,22.627399;113.938173,22.627179;113.938345,22.626771;113.938533,22.626278;113.938752,22.625618;113.938795,22.625446;113.938806,22.625371;113.938870,22.625060;113.938924,22.624690;113.939098,22.623512;113.939154,22.623133;113.939195,22.622855;113.939208,22.622765;113.939208,22.622765;113.939289,22.622217;113.939476,22.620849;113.939520,22.620495;113.939595,22.619272;113.939600,22.618746;113.939595,22.618151;113.939407,22.614015;113.939375,22.613296;113.939246,22.610683;113.939160,22.609981;113.939139,22.609863;113.939090,22.609611;113.938999,22.609235;113.938886,22.608886;113.938752,22.608521;113.937996,22.606778;113.937975,22.606730;113.937556,22.605791;113.937336,22.605013;113.937283,22.604783;113.937170,22.604053;113.937154,22.603608;113.937170,22.603275;113.937223,22.602884;113.937288,22.602637;113.937422,22.602186;113.937626,22.601703;113.937856,22.601296;113.938066,22.600979;113.938221,22.600791;113.938484,22.600518;113.938591,22.600416;113.938693,22.600319;113.938715,22.600293;113.938742,22.600271;113.939461,22.599590;113.939782,22.599257;113.940040,22.599005;113.940174,22.598876;113.940559,22.598497;113.940559,22.598497;113.941274,22.597830;113.941499,22.597610;113.942025,22.597144;113.943189,22.596108;113.944562,22.594971;113.945737,22.594081;113.945957,22.593903;113.946075,22.593801;113.946327,22.593625;113.948510,22.592112;113.948843,22.591876;113.949165,22.591654;113.949165,22.591654;113.950195,22.590958;113.950436,22.590798;113.952458,22.589784;113.953177,22.589403;113.953365,22.589274;113.953590,22.589113;113.953832,22.588904;113.954052,22.588679;113.954309,22.588346;113.954572,22.587890;113.954610,22.587826;113.954642,22.587751;113.954808,22.587193;113.954867,22.586930;113.954872,22.586819;113.954872,22.586819;113.954894,22.586619;113.954894,22.586302;113.954824,22.585573;113.954686,22.584271;113.954686,22.584271;113.954658,22.583995;113.954626,22.583716;113.954593,22.583314;113.954518,22.582241;113.954460,22.581694;113.954400,22.581152;113.954352,22.580745;113.954336,22.580600;113.954315,22.580401;113.954309,22.580246;113.954266,22.579811;113.954237,22.579371;113.954233,22.579333;113.954229,22.579287;113.954228,22.579282;113.954227,22.579268;113.954202,22.578915;113.954177,22.578673;113.954174,22.578642;113.954173,22.578635;113.954172,22.578626;113.954171,22.578614;113.954170,22.578604"
                  }
                }
              ],
              "index": 1
            }
          },
          {
            "walking": {
              "origin": "113.954170,22.578602",
              "destination": "113.954224,22.579292",
              "distanceMeter": "76",
              "cost": {
                "durationSecond": "65"
              },
              "steps": [
                {
                  "instruction": "沿沙河西路步行76米到达西丽法庭3",
                  "roadName": "沙河西路",
                  "polyline": {
                    "polyline": "113.954170,22.578602;113.954201,22.578911;113.954224,22.579292"
                  }
                }
              ],
              "index": 0
            },
            "bus": {
              "buslines": [
                {
                  "departureStop": {
                    "name": "西丽法庭3",
                    "id": "440300014182060",
                    "location": "113.954227,22.579293"
                  },
                  "arrivalStop": {
                    "name": "中科大厦",
                    "id": "440300014182088",
                    "location": "113.952999,22.538880"
                  },
                  "name": "M109路(万科云城公交首末站--南山中心区公交总站)",
                  "id": "440300014182",
                  "type": "普通公交线路",
                  "distanceMeter": "5171",
                  "cost": {
                    "durationSecond": "2021"
                  },
                  "bustimetag": "0",
                  "viaNum": "3",
                  "viaStops": [
                    {
                      "name": "西丽社区2",
                      "id": "440300014182061",
                      "location": "113.954211,22.574268"
                    },
                    {
                      "name": "茶光2",
                      "id": "440300014182063",
                      "location": "113.955215,22.567135"
                    },
                    {
                      "name": "大冲城市花园",
                      "id": "440300014182087",
                      "location": "113.956993,22.543077"
                    }
                  ],
                  "polyline": {
                    "polyline": "113.954227,22.579293;113.954202,22.578915;113.954154,22.578347;113.954138,22.577671;113.954164,22.576963;113.954170,22.576904;113.954191,22.576453;113.954180,22.575691;113.954170,22.575326;113.954175,22.574940;113.954211,22.574268;113.954211,22.574268;113.954218,22.574130;113.954304,22.572923;113.954325,22.572521;113.954325,22.572440;113.954336,22.572183;113.954390,22.571384;113.954438,22.570955;113.954476,22.570595;113.954577,22.569415;113.954631,22.568862;113.954701,22.568492;113.954755,22.568310;113.954878,22.567977;113.954910,22.567902;113.955050,22.567575;113.955135,22.567387;113.955215,22.567135;113.955215,22.567135;113.955232,22.567081;113.955430,22.566743;113.955833,22.565950;113.955849,22.565917;113.956117,22.565413;113.956450,22.564716;113.956541,22.564501;113.956686,22.564115;113.956798,22.563884;113.957072,22.563256;113.957276,22.562720;113.957431,22.562393;113.957480,22.561985;113.957549,22.561341;113.957565,22.561003;113.957608,22.560338;113.957732,22.560263;113.957742,22.559405;113.957732,22.558488;113.957721,22.558257;113.957678,22.555977;113.957667,22.555038;113.957673,22.554931;113.957710,22.553890;113.957764,22.552608;113.957834,22.551948;113.957984,22.550918;113.958198,22.549459;113.958252,22.549207;113.958381,22.548714;113.958628,22.548102;113.959078,22.547255;113.959411,22.546611;113.959550,22.546251;113.959636,22.545903;113.959668,22.545704;113.959700,22.545291;113.959690,22.544985;113.959647,22.544653;113.959416,22.544304;113.959309,22.543966;113.959303,22.543945;113.959148,22.543381;113.959014,22.543312;113.958890,22.543280;113.958628,22.543236;113.958333,22.543194;113.957673,22.543113;113.956993,22.543077;113.956993,22.543077;113.956970,22.543076;113.956342,22.543076;113.955736,22.543033;113.955388,22.542979;113.955350,22.542974;113.954175,22.542818;113.953939,22.542797;113.953880,22.542711;113.953901,22.542496;113.953961,22.542083;113.954025,22.541885;113.954073,22.541568;113.954052,22.541391;113.953966,22.541021;113.953939,22.540742;113.953923,22.540399;113.953912,22.540077;113.953875,22.539642;113.953885,22.538913;113.953161,22.538886;113.952999,22.538880"
                  }
                }
              ],
              "index": 1
            }
          },
          {
            "walking": {
              "origin": "113.952995,22.538876",
              "destination": "113.951218,22.538975",
              "distanceMeter": "198",
              "cost": {
                "durationSecond": "169"
              },
              "steps": [
                {
                  "instruction": "沿高新南一道步行179米右转",
                  "roadName": "高新南一道",
                  "polyline": {
                    "polyline": "113.952995,22.538876;113.952782,22.538872;113.952751,22.538872;113.952530,22.538858;113.952309,22.538849;113.952095,22.538841;113.952026,22.538837;113.951996,22.538837;113.951797,22.538828;113.951714,22.538824;113.951218,22.538801"
                  }
                },
                {
                  "instruction": "步行19米",
                  "polyline": {
                    "polyline": "113.951218,22.538797;113.951218,22.538975"
                  }
                }
              ],
              "index": 0
            }
          }
        ]
      },
      {
        "cost": {
          "durationSecond": "3293",
          "transitFee": "3.0"
        },
        "distanceMeter": "16028",
        "walkingDistanceMeter": "1128",
        "nightflag": "0",
        "segments": [
          {
            "walking": {
              "origin": "113.919884,22.641354",
              "destination": "113.922775,22.644201",
              "distanceMeter": "849",
              "cost": {
                "durationSecond": "727"
              },
              "steps": [
                {
                  "instruction": "步行47米右转",
                  "polyline": {
                    "polyline": "113.919884,22.641354;113.919884,22.641779"
                  }
                },
                {
                  "instruction": "步行160米左转",
                  "polyline": {
                    "polyline": "113.919884,22.641779;113.920219,22.641788;113.920433,22.641788;113.921143,22.641815;113.921318,22.641819;113.921471,22.641819"
                  }
                },
                {
                  "instruction": "沿创业大道步行155米右转",
                  "roadName": "创业大道",
                  "polyline": {
                    "polyline": "113.921471,22.641819;113.921394,22.641911;113.920761,22.642504;113.920692,22.642551;113.920540,22.642643;113.920334,22.642761"
                  }
                },
                {
                  "instruction": "步行93米右转",
                  "polyline": {
                    "polyline": "113.920326,22.642761;113.920296,22.643602"
                  }
                },
                {
                  "instruction": "步行40米左转",
                  "polyline": {
                    "polyline": "113.920296,22.643602;113.920685,22.643602"
                  }
                },
                {
                  "instruction": "步行53米右转",
                  "polyline": {
                    "polyline": "113.920685,22.643602;113.920555,22.644068"
                  }
                },
                {
                  "instruction": "步行29米往前走",
                  "polyline": {
                    "polyline": "113.920547,22.644068;113.920570,22.644096;113.920525,22.644133;113.920700,22.644197"
                  }
                },
                {
                  "instruction": "步行164米右转",
                  "polyline": {
                    "polyline": "113.920700,22.644197;113.920822,22.644266;113.921425,22.644548;113.921700,22.644678;113.921837,22.644779;113.922028,22.644918;113.922081,22.644953"
                  }
                },
                {
                  "instruction": "沿松白路步行108米到达创维天桥",
                  "roadName": "松白路",
                  "polyline": {
                    "polyline": "113.922081,22.644953;113.922279,22.644739;113.922592,22.644405;113.922722,22.644266;113.922775,22.644201"
                  }
                }
              ],
              "index": 0
            },
            "bus": {
              "buslines": [
                {
                  "departureStop": {
                    "name": "创维天桥",
                    "id": "900000098495007",
                    "location": "113.922775,22.644197"
                  },
                  "arrivalStop": {
                    "name": "科技园1",
                    "id": "900000098495015",
                    "location": "113.949375,22.539798"
                  },
                  "name": "高峰专线165路(石岩综合场站--科技生态园公交总站)",
                  "id": "900000098495",
                  "type": "普通公交线路",
                  "distanceMeter": "14900",
                  "cost": {
                    "durationSecond": "2327"
                  },
                  "busTimeTips": "下一班车明天06:30发出",
                  "bustimetag": "2",
                  "viaNum": "6",
                  "viaStops": [
                    {
                      "name": "应人石路口",
                      "id": "900000098495008",
                      "location": "113.925812,22.640711"
                    },
                    {
                      "name": "南岗工业区",
                      "id": "900000098495009",
                      "location": "113.935707,22.629992"
                    },
                    {
                      "name": "白芒村1",
                      "id": "900000098495010",
                      "location": "113.939181,22.622950"
                    },
                    {
                      "name": "直升机场",
                      "id": "900000098495011",
                      "location": "113.933840,22.557121"
                    },
                    {
                      "name": "研祥科技大厦2",
                      "id": "900000098495012",
                      "location": "113.932794,22.544892"
                    },
                    {
                      "name": "深大北门1",
                      "id": "900000098495014",
                      "location": "113.940540,22.539366"
                    }
                  ],
                  "polyline": {
                    "polyline": "113.922775,22.644197;113.923185,22.643750;113.923442,22.643460;113.923582,22.643315;113.923700,22.643192;113.924032,22.642822;113.924161,22.642682;113.924242,22.642500;113.924397,22.642280;113.924998,22.641599;113.925722,22.640805;113.925812,22.640711;113.925812,22.640711;113.925941,22.640577;113.926285,22.640186;113.926544,22.639910;113.926682,22.639740;113.926964,22.639431;113.927681,22.638641;113.928223,22.638079;113.928291,22.638000;113.928596,22.637831;113.928879,22.637547;113.929642,22.636711;113.930336,22.635939;113.930954,22.635260;113.931465,22.634701;113.932327,22.633684;113.933540,22.632364;113.934036,22.631836;113.934097,22.631758;113.934669,22.631142;113.935692,22.630018;113.935707,22.629992;113.935707,22.629992;113.935722,22.629978;113.936356,22.629263;113.936775,22.628771;113.937042,22.628429;113.937523,22.627737;113.937767,22.627344;113.938202,22.626572;113.938477,22.626099;113.938614,22.625803;113.938744,22.625429;113.938820,22.625170;113.938904,22.624758;113.939117,22.623352;113.939131,22.623257;113.939134,22.623234;113.939181,22.622950;113.939181,22.622950;113.939289,22.622217;113.939476,22.620849;113.939520,22.620495;113.939595,22.619272;113.939600,22.618746;113.939595,22.618151;113.939407,22.614015;113.939375,22.613296;113.939246,22.610683;113.939160,22.609981;113.939139,22.609863;113.939090,22.609611;113.938999,22.609235;113.938886,22.608886;113.938752,22.608521;113.937996,22.606778;113.937975,22.606730;113.937556,22.605791;113.937465,22.605678;113.937336,22.605367;113.937095,22.605024;113.936542,22.604455;113.936011,22.604112;113.935528,22.603747;113.935228,22.603500;113.934708,22.603001;113.934338,22.602594;113.934155,22.602331;113.934016,22.602133;113.933785,22.601720;113.933581,22.601269;113.933431,22.600861;113.933324,22.600480;113.933259,22.600185;113.933109,22.599236;113.933055,22.598876;113.932895,22.597932;113.932760,22.597401;113.932573,22.596833;113.932213,22.596017;113.932052,22.595626;113.931988,22.595373;113.931950,22.595159;113.931934,22.594955;113.931934,22.594703;113.931950,22.594494;113.931999,22.594236;113.932058,22.594032;113.932143,22.593801;113.932857,22.592407;113.933034,22.592074;113.933141,22.591828;113.933227,22.591575;113.933281,22.591345;113.933313,22.591109;113.933324,22.590873;113.933313,22.590636;113.933275,22.590406;113.933216,22.590175;113.933130,22.589950;113.933018,22.589703;113.932884,22.589489;113.932776,22.589344;113.932583,22.589124;113.932422,22.588968;113.932218,22.588813;113.932009,22.588673;113.931328,22.588282;113.931038,22.588088;113.930818,22.587890;113.930658,22.587718;113.930411,22.587396;113.930143,22.586908;113.929971,22.586313;113.929944,22.586120;113.929799,22.584875;113.929735,22.583314;113.929713,22.582011;113.929719,22.581533;113.929719,22.581308;113.929724,22.580895;113.929746,22.580369;113.929751,22.580294;113.929756,22.579908;113.929783,22.576904;113.929783,22.576678;113.929783,22.576281;113.929794,22.576158;113.929821,22.575718;113.929864,22.575128;113.929917,22.574645;113.929971,22.574334;113.930041,22.574034;113.930239,22.573385;113.930384,22.573025;113.930733,22.572419;113.931044,22.571968;113.932546,22.570284;113.932744,22.570070;113.932862,22.569892;113.933098,22.569490;113.933291,22.569088;113.933420,22.568766;113.933560,22.568310;113.933645,22.567886;113.933688,22.567537;113.933715,22.567038;113.933731,22.566540;113.933753,22.565917;113.933769,22.565531;113.933790,22.564796;113.933801,22.564346;113.933806,22.563509;113.933839,22.561738;113.933871,22.560757;113.933876,22.559813;113.933876,22.559206;113.933780,22.558906;113.933828,22.557581;113.933830,22.557173;113.933840,22.557121;113.933840,22.557121;113.933839,22.556948;113.933823,22.556626;113.933790,22.556336;113.933871,22.556154;113.933812,22.555591;113.933726,22.554931;113.933678,22.554577;113.933651,22.554255;113.933570,22.553563;113.933458,22.552748;113.933431,22.552496;113.933399,22.551391;113.933442,22.550554;113.933474,22.549636;113.933538,22.547834;113.933543,22.547255;113.933415,22.546954;113.933404,22.546906;113.933366,22.546536;113.933281,22.546128;113.933195,22.545833;113.933055,22.545468;113.932794,22.544892;113.932794,22.544892;113.932363,22.543945;113.932261,22.543720;113.932235,22.543424;113.932138,22.543124;113.932058,22.542883;113.931988,22.542636;113.931891,22.542153;113.931832,22.541590;113.931821,22.540774;113.931811,22.540410;113.931821,22.539154;113.931703,22.538891;113.931650,22.538811;113.931607,22.538763;113.931494,22.538682;113.931419,22.538650;113.931339,22.538634;113.931215,22.538623;113.931146,22.538629;113.931060,22.538655;113.930969,22.538693;113.930893,22.538752;113.930829,22.538822;113.930791,22.538891;113.930754,22.538983;113.930743,22.539052;113.930743,22.539128;113.930743,22.539181;113.930781,22.539294;113.930845,22.539396;113.930883,22.539439;113.930958,22.539498;113.931033,22.539541;113.931156,22.539589;113.931231,22.539610;113.931312,22.539621;113.932272,22.539556;113.932605,22.539535;113.932733,22.539525;113.932862,22.539514;113.933769,22.539476;113.934332,22.539465;113.935818,22.539396;113.936038,22.539299;113.936451,22.539283;113.937385,22.539261;113.939283,22.539315;113.939584,22.539326;113.940540,22.539366;113.940540,22.539366;113.940963,22.539385;113.941730,22.539423;113.942009,22.539433;113.942996,22.539476;113.943591,22.539514;113.944208,22.539546;113.944825,22.539578;113.945860,22.539637;113.947432,22.539680;113.948221,22.539734;113.948585,22.539755;113.949159,22.539787;113.949375,22.539798"
                  }
                }
              ],
              "index": 1
            }
          },
          {
            "walking": {
              "origin": "113.949371,22.539797",
              "destination": "113.950821,22.538950",
              "distanceMeter": "279",
              "cost": {
                "durationSecond": "239"
              },
              "steps": [
                {
                  "instruction": "沿深南大道辅路步行26米右转",
                  "roadName": "深南大道辅路",
                  "polyline": {
                    "polyline": "113.949371,22.539797;113.949623,22.539808"
                  }
                },
                {
                  "instruction": "步行23米右转",
                  "polyline": {
                    "polyline": "113.949623,22.539808;113.949638,22.539692;113.949738,22.539692"
                  }
                },
                {
                  "instruction": "沿科技南路步行107米左转",
                  "roadName": "科技南路",
                  "polyline": {
                    "polyline": "113.949738,22.539688;113.949738,22.539362;113.949745,22.539097;113.949783,22.539015;113.949791,22.538729"
                  }
                },
                {
                  "instruction": "沿高新南一道步行105米左转",
                  "roadName": "高新南一道",
                  "polyline": {
                    "polyline": "113.949791,22.538725;113.949875,22.538729;113.950272,22.538750;113.950821,22.538780"
                  }
                },
                {
                  "instruction": "步行18米",
                  "polyline": {
                    "polyline": "113.950821,22.538780;113.950821,22.538950"
                  }
                }
              ],
              "index": 0
            }
          }
        ]
      }
    ]
  }
}

上一篇: 步行路线规划 下一篇: SDK