WalkingDirectionNova - Walking route planning

更新时间:
复制 MD 格式

This topic describes how to call the WalkingDirectionNova operation to plan a walking route using an Alibaba Cloud OpenAPI software development kit (SDK). It also describes the request and response parameters.

Walking route planning

This operation retrieves walking route plans based on the origin and destination coordinates.

Important

This API is available by invitation only.

API definition

Operation name

WalkingDirectionNova

Request parameters

Parameter

Definitions and rules

Required

Default value

Parameter examples

originLongitude

The longitude of the origin.

Required

None

117.466485

originLatitude

The latitude of the origin.

Required

None

39.995197

destinationLongitude

The longitude of the destination.

Required

None

116.46424

destinationLatitude

The latitude of the destination.

Required

None

40.020642

showPolyline

Displaying coordinate point information

Optional

false

false

Response parameters

Parameter

Type

Description

requestId

string

The request ID.

data

object

Driving Route Object

originLongitude

string

The longitude of the origin coordinate.

originLatitude

string

The latitude of the origin coordinate.

destinationLongitude

string

The longitude of the destination coordinate.

destinationLatitude

string

The latitude of the destination coordinate.

taxiCost

string

The estimated taxi fare. Unit: CNY.

count

string

The total number of route plans.

paths

list

A list of route plans.

distanceMeter

string

The distance of the route, in meters.

restriction

integer

Indicates whether any restrictions apply.

durationSecond

integer

The duration of the route, in seconds.

cost

object

The time and cost of the route.

durationSecond

string

The duration of the route, in seconds.

steps

list

The details of the route steps.

instruction

string

Routing Guide

orientation

string

The direction of travel for the segment.

roadName

string

The name of the road segment.

stepDistanceMeter

string

Segment distance information

polyline

string

The polyline for the segment, which is a string of coordinate points.

cost

object

The time and cost of the road segment.

durationSecond

string

The duration of the segment, in seconds.

Examples

Sample response

{
  "requestId": "2FCBD99B-3E17-1660-9672-82BF24B05C26",
  "data": {
    "originLatitude": "39.995197",
    "originLongitude": "116.466485",
    "paths": [
      {
        "cost": {
          "durationSecond": "39237"
        },
        "distanceMeter": "49046",
        "steps": [
          {
            "orientation": "North",
            "cost": {
              "durationSecond": "13"
            },
            "stepDistanceMeter": "16",
            "instruction": "Walk 16 meters north and turn right",
            "polyline": "116.466567,39.995551;116.46658,39.995694"
          },
          {
            "orientation": "East",
            "cost": {
              "durationSecond": "94"
            },
            "stepDistanceMeter": "117",
            "instruction": "Walk 117 meters east and turn left",
            "polyline": "116.46658,39.995686;116.46694,39.995686;116.46694,39.995686;116.467665,39.995686;116.467665,39.995686;116.467969,39.995686"
          },
          {
            "cost": {
              "durationSecond": "1783"
            },
            "stepDistanceMeter": "2229",
            "instruction": "Walk 2229 meters and turn left",
            "polyline": "116.467969,39.995686;116.467969,39.995725;116.467969,39.995725;116.467921,39.995838;116.467921,39.995838;116.467839,39.996046;116.467812,39.996979;116.467812,39.996979;116.467791,39.997192;116.467791,39.997192;116.467773,39.997266;116.467773,39.997266;116.467773,39.997313;116.467773,39.997313;116.46776,39.997439;116.467752,39.99763;116.467752,39.99763;116.467739,39.997878;116.467739,39.997878;116.467691,39.998555;116.467691,39.998555;116.467682,39.998698;116.467682,39.998698;116.467682,39.998893;116.467682,39.998893;116.467678,39.999076;116.467678,39.999076;116.467669,39.999366;116.467669,39.999366;116.467669,39.999492;116.467591,40.000881;116.467591,40.000881;116.467578,40.001272;116.467578,40.001272;116.467561,40.001593;116.467561,40.001593;116.467552,40.00168;116.467552,40.00168;116.467539,40.00184;116.467539,40.00184;116.467478,40.002795;116.467478,40.002795;116.46747,40.002865;116.46747,40.002865;116.467448,40.003477;116.467448,40.003477;116.467431,40.003967;116.467431,40.003967;116.467431,40.004123;116.467431,40.004123;116.467418,40.00434;116.467418,40.00434;116.467409,40.004609;116.467409,40.004609;116.4674,40.004926;116.4674,40.004926;116.467396,40.005004;116.467396,40.005004;116.467365,40.005799;116.467365,40.005799;116.467357,40.006024;116.467357,40.006024;116.467357,40.006089;116.467357,40.006089;116.4673,40.006814;116.4673,40.006814;116.46727,40.007396;116.46727,40.007565;116.46727,40.007565;116.467266,40.007656;116.467266,40.007656;116.467257,40.007865;116.467257,40.007865;116.467248,40.00806;116.467248,40.00806;116.467248,40.008207;116.467248,40.008207;116.46724,40.008286;116.46724,40.008576;116.46724,40.008576;116.46724,40.008689;116.46724,40.008689;116.467227,40.009136;116.467227,40.009136;116.467218,40.009275;116.467218,40.009275;116.467209,40.009735;116.467209,40.009735;116.467205,40.009818;116.467205,40.009818;116.467196,40.009961;116.467166,40.010135;116.467166,40.010135;116.467157,40.010174;116.467157,40.010265;116.467157,40.010265;116.467148,40.01033;116.467148,40.01033;116.467144,40.010616;116.467144,40.010616;116.467144,40.01082;116.467144,40.01082;116.467144,40.011463;116.467144,40.011463;116.467127,40.011602;116.467127,40.011602;116.467105,40.012283;116.467105,40.012283;116.467088,40.012526;116.467088,40.012526;116.467066,40.01293;116.467066,40.01293;116.467036,40.013733;116.467036,40.013733;116.467014,40.014262;116.467014,40.014262;116.466905,40.01589;116.466905,40.01589;116.466905,40.015968"
          },
          {
            "orientation": "West",
            "cost": {
              "durationSecond": "306"
            },
            "stepDistanceMeter": "382",
            "instruction": "Walk 382 meters west along Rongchuang West Road and turn right",
            "roadName": "Rongchuang West Road",
            "polyline": "116.466901,40.015968;116.465647,40.016011;116.465647,40.016011;116.463572,40.016115;116.463572,40.016115;116.462747,40.01615;116.462747,40.01615;116.462548,40.016159;116.462548,40.016159;116.462405,40.016146"
          },
          {
            "orientation": "North",
            "cost": {
              "durationSecond": "397"
            },
            "stepDistanceMeter": "496",
            "instruction": "Walk 496 meters north along Rongrui Road and go straight",
            "roadName": "Rongrui Road",
            "polyline": "116.4624,40.016141;116.462387,40.016276;116.462387,40.016276;116.462352,40.016953;116.462335,40.01737;116.462313,40.018121;116.462313,40.018121;116.462305,40.018307;116.462305,40.018307;116.462261,40.018615;116.462244,40.019757;116.462244,40.019757;116.462235,40.02033;116.46237,40.020551;116.46237,40.020551;116.46237,40.020603"
          },
          {
            "orientation": "North",
            "cost": {
              "durationSecond": "273"
            },
            "stepDistanceMeter": "341",
            "instruction": "Walk 341 meters north along Laiguangying North Road and bear left",
            "roadName": "Laiguangying North Road",
            "polyline": "116.46237,40.020603;116.462383,40.020786;116.462352,40.021007;116.462235,40.021319;116.462235,40.021319;116.462092,40.021632;116.462092,40.021632;116.46178,40.02224;116.46178,40.02224;116.461719,40.02237;116.461719,40.02237;116.46148,40.022834;116.46148,40.022834;116.461124,40.023524"
          },
          {
            "orientation": "North",
            "cost": {
              "durationSecond": "276"
            },
            "stepDistanceMeter": "345",
            "instruction": "Walk 345 meters north along the auxiliary road of Laiguangying North Road and go straight",
            "roadName": "Laiguangying North Road Auxiliary Road",
            "polyline": "116.46112,40.023524;116.460977,40.023598;116.460903,40.023689;116.460812,40.023828;116.460812,40.023828;116.460781,40.02388;116.460655,40.024167;116.460421,40.024549;116.46026,40.024852;116.459627,40.026224;116.459674,40.026372"
          },
          {
            "orientation": "North",
            "cost": {
              "durationSecond": "136"
            },
            "stepDistanceMeter": "170",
            "instruction": "Walk 170 meters north along Laiguangying North Road and bear left",
            "roadName": "Laiguangying North Road",
            "polyline": "116.459674,40.026372;116.459644,40.026493;116.459583,40.026853;116.459583,40.027218;116.459631,40.027569;116.459631,40.027569;116.459683,40.027895"
          },
          {
            "orientation": "North",
            "cost": {
              "durationSecond": "36"
            },
            "stepDistanceMeter": "45",
            "instruction": "Walk 45 meters north along the auxiliary road of Laiguangying North Road",
            "roadName": "Laiguangying North Road Auxiliary Road",
            "polyline": "116.459683,40.027895;116.459514,40.028064;116.459518,40.028238"
          },
          {
            "orientation": "North",
            "cost": {
              "durationSecond": "277"
            },
            "stepDistanceMeter": "346",
            "instruction": "Walk 346 meters north and go straight",
            "polyline": "116.45951,40.028238;116.459614,40.02842;116.459661,40.029349;116.459661,40.029349;116.459761,40.03135"
          },
          {
            "orientation": "North",
            "cost": {
              "durationSecond": "95"
            },
            "stepDistanceMeter": "119",
            "instruction": "Walk 119 meters north and go straight",
            "polyline": "116.459761,40.03135;116.459813,40.032431"
          },
          {
            "orientation": "North",
            "cost": {
              "durationSecond": "3195"
            },
            "stepDistanceMeter": "3994",
            "instruction": "Walk 3994 meters north and bear left",
            "polyline": "116.459813,40.032431;116.460035,40.036793;116.460195,40.03747;116.460195,40.03747;116.460204,40.038216;116.460217,40.038963;116.460217,40.038963;116.460256,40.040013;116.460243,40.040243;116.460243,40.040243;116.460243,40.040352;116.460243,40.040352;116.460243,40.040634;116.460243,40.040634;116.460243,40.041688;116.460243,40.041688;116.460247,40.043073;116.460247,40.043073;116.460247,40.043659;116.460247,40.043659;116.460243,40.043872;116.460243,40.043872;116.460243,40.043941;116.460243,40.043941;116.460247,40.044175;116.460247,40.044175;116.460256,40.045109;116.460256,40.045109;116.460252,40.046276;116.460252,40.046276;116.460239,40.047578;116.460239,40.047578;116.460243,40.047786;116.460243,40.047786;116.460239,40.048016;116.460239,40.048016;116.460239,40.0501;116.460326,40.051437;116.460326,40.051437;116.460347,40.051632;116.460347,40.051632;116.460477,40.052374;116.460547,40.052669;116.460547,40.052669;116.46056,40.052721;116.46056,40.052721;116.460959,40.053915;116.46105,40.05424;116.46115,40.054518;116.46115,40.054518;116.461315,40.054918;116.461562,40.055464;116.461562,40.055464;116.462452,40.057235;116.462452,40.057235;116.462543,40.057431;116.462543,40.057431;116.462713,40.0577;116.462713,40.0577;116.462743,40.05776;116.463125,40.058312;116.463125,40.058312;116.463416,40.058646;116.463798,40.059149;116.464171,40.059674;116.464171,40.059674;116.464614,40.060365;116.464857,40.060781;116.465178,40.061406;116.465178,40.061406;116.46533,40.061771;116.465482,40.062214;116.46559,40.062578;116.46566,40.062895;116.465751,40.063403;116.465781,40.063672;116.465803,40.06398;116.465803,40.06398;116.465816,40.064544;116.465807,40.064774;116.465786,40.06549;116.465786,40.06549;116.465768,40.066515;116.465768,40.066515;116.465768,40.066619;116.465781,40.066797;116.465781,40.066797;116.465786,40.067179;116.465786,40.067179;116.465777,40.067721"
          },
          {
            "orientation": "North",
            "cost": {
              "durationSecond": "1194"
            },
            "stepDistanceMeter": "1493",
            "instruction": "Walk 1493 meters north along the auxiliary road of Laiguangying North Road and go straight",
            "roadName": "Laiguangying North Road Auxiliary Road",
            "polyline": "116.465773,40.067721;116.465655,40.067917;116.465599,40.068216;116.465595,40.06839;116.465595,40.06839;116.465603,40.068945;116.465664,40.069319;116.465703,40.069488;116.465855,40.069935;116.466345,40.07099;116.466541,40.071589;116.466541,40.071589;116.466923,40.073038;116.467153,40.073837;116.467153,40.073837;116.467487,40.075009;116.467574,40.075286;116.467574,40.075286;116.467582,40.075317;116.467582,40.075317;116.467734,40.075868;116.467734,40.075868;116.468008,40.076944;116.468008,40.076944;116.468086,40.077539;116.468086,40.077539;116.468129,40.077882;116.468238,40.078967;116.468277,40.079379;116.468277,40.079379;116.468299,40.079592;116.468281,40.079835;116.468281,40.079835;116.468264,40.080369;116.468264,40.080369;116.468225,40.080703;116.468277,40.080951"
          },
          {
            "orientation": "North",
            "cost": {
              "durationSecond": "254"
            },
            "stepDistanceMeter": "317",
            "instruction": "Walk 317 meters north along Laiguangying North Road and turn right",
            "roadName": "Laiguangying North Road",
            "polyline": "116.468277,40.080951;116.468242,40.081176;116.468242,40.081176;116.468173,40.081463;116.468173,40.081463;116.468155,40.081671;116.468155,40.081671;116.468073,40.082253;116.468012,40.082743;116.468012,40.082743;116.467873,40.083615;116.467873,40.083615;116.467843,40.083811"
          },
          {
            "cost": {
              "durationSecond": "143"
            },
            "stepDistanceMeter": "179",
            "instruction": "Walk 179 meters along Huinan Road and go straight",
            "roadName": "Huinan Road",
            "polyline": "116.467839,40.083811;116.467986,40.083828;116.467986,40.083828;116.468937,40.083997;116.469054,40.084028;116.469123,40.084049;116.469123,40.084049;116.469236,40.084128;116.469692,40.08447"
          },
          {
            "orientation": "Northeast",
            "cost": {
              "durationSecond": "865"
            },
            "stepDistanceMeter": "1081",
            "instruction": "Walk 1081 meters northeast along Huosha Road and bear right",
            "roadName": "Huosha Road",
            "polyline": "116.469692,40.08447;116.469891,40.084609;116.469891,40.084609;116.470356,40.084939;116.470356,40.084939;116.470859,40.085308;116.471081,40.085482;116.472617,40.086602;116.472652,40.086641;116.472652,40.086641;116.472843,40.086784;116.47299,40.086879;116.47299,40.086879;116.473242,40.087066;116.473242,40.087066;116.473624,40.087352;116.473624,40.087352;116.473819,40.0875;116.473819,40.0875;116.474058,40.087678;116.474058,40.087678;116.474293,40.087856;116.474293,40.087856;116.474774,40.088229;116.474774,40.088229;116.475486,40.08878;116.476684,40.089727;116.476684,40.089727;116.477361,40.090269;116.477361,40.090269;116.478641,40.091259;116.478741,40.091345"
          },
          {
            "orientation": "East",
            "cost": {
              "durationSecond": "17"
            },
            "stepDistanceMeter": "21",
            "instruction": "Walk 21 meters east and bear left",
            "polyline": "116.478741,40.091345;116.478919,40.091372;116.478971,40.091411"
          },
          {
            "orientation": "Northeast",
            "cost": {
              "durationSecond": "152"
            },
            "stepDistanceMeter": "190",
            "instruction": "Walk 190 meters northeast and go straight",
            "polyline": "116.478971,40.091411;116.479931,40.092188;116.480048,40.092331;116.480048,40.092331;116.480182,40.092426;116.480182,40.092426;116.480291,40.092517;116.480291,40.092517;116.480382,40.092582;116.480382,40.092582;116.480503,40.092674"
          },
          {
            "orientation": "Northeast",
            "cost": {
              "durationSecond": "138"
            },
            "stepDistanceMeter": "173",
            "instruction": "Walk 173 meters northeast along the auxiliary road of Huosha Road and go straight",
            "roadName": "Huosha Road Auxiliary Road",
            "polyline": "116.480503,40.092674;116.480673,40.092743;116.481823,40.093637;116.481944,40.093767"
          },
          {
            "cost": {
              "durationSecond": "702"
            },
            "stepDistanceMeter": "877",
            "instruction": "Walk 877 meters along Huosha Road and turn left",
            "roadName": "Huosha Road",
            "polyline": "116.481944,40.093767;116.482114,40.093859;116.482114,40.093859;116.482313,40.093971;116.482496,40.094062;116.482587,40.094119;116.482587,40.094119;116.482717,40.094167;116.482717,40.094167;116.48296,40.094219;116.48296,40.094219;116.48342,40.094323;116.483863,40.094379;116.483863,40.094379;116.48451,40.094436;116.485447,40.094479;116.486389,40.094518;116.48934,40.094618;116.48934,40.094618;116.490109,40.094653;116.490109,40.094653;116.490299,40.094657;116.490299,40.094657;116.491836,40.094735;116.491836,40.094735;116.49207,40.094748"
          },
          {
            "cost": {
              "durationSecond": "1736"
            },
            "stepDistanceMeter": "2170",
            "instruction": "Walk 2170 meters along Gaobai Road and bear right",
            "roadName": "Gaobai Road",
            "polyline": "116.49207,40.094748;116.492062,40.094822;116.492062,40.094822;116.492014,40.095009;116.491992,40.095347;116.491992,40.095512;116.492001,40.095634;116.492001,40.095634;116.49207,40.096319;116.492109,40.096871;116.492109,40.096871;116.49227,40.098325;116.49227,40.098325;116.492374,40.099288;116.492413,40.099583;116.492543,40.100152;116.492543,40.100152;116.492582,40.100295;116.492674,40.100547;116.492969,40.101441;116.493138,40.101962;116.493138,40.101962;116.493377,40.102695;116.493377,40.102695;116.49339,40.102726;116.493411,40.102791;116.49362,40.103433;116.493911,40.104301;116.493911,40.104301;116.494045,40.104687;116.494045,40.104687;116.494102,40.104874;116.494102,40.104874;116.494171,40.105126;116.494366,40.105655;116.494366,40.105655;116.494505,40.106098;116.494557,40.106254;116.494557,40.106254;116.494657,40.106576;116.494657,40.106576;116.494709,40.106714;116.4948,40.107005;116.4948,40.107005;116.494857,40.107174;116.494961,40.107574;116.494978,40.107652;116.494978,40.107652;116.494991,40.107869;116.495,40.108242;116.495,40.108494;116.495,40.108494;116.495009,40.109089;116.495009,40.109089;116.495017,40.10934;116.495013,40.109527;116.495013,40.109527;116.495004,40.11;116.495004,40.11;116.495017,40.110582;116.495017,40.110582;116.495017,40.11076;116.495017,40.11076;116.495017,40.111224;116.495017,40.111224;116.495017,40.111345;116.495017,40.111345;116.495017,40.111402;116.495017,40.111402;116.495039,40.113364;116.495039,40.113364;116.495061,40.113563;116.495143,40.114128"
          },
          {
            "cost": {
              "durationSecond": "2118"
            },
            "stepDistanceMeter": "2648",
            "instruction": "Walk 2648 meters along Gaobai Road and turn left",
            "roadName": "Gaobai Road",
            "polyline": "116.495143,40.114128;116.495221,40.114275;116.495221,40.114275;116.495252,40.114449;116.495269,40.114631;116.495269,40.114805;116.495243,40.115026;116.495213,40.115187;116.495004,40.115859;116.494931,40.116207;116.494891,40.116454;116.494865,40.116719;116.494865,40.11701;116.494887,40.117274;116.494957,40.117721;116.494978,40.117765;116.494978,40.117765;116.495,40.117921;116.495213,40.119071;116.495421,40.120122;116.495421,40.120122;116.495482,40.120373;116.495573,40.120616;116.495816,40.12112;116.495816,40.12112;116.496306,40.122122;116.496306,40.122122;116.496892,40.123325;116.496892,40.123325;116.497365,40.124388;116.497365,40.124388;116.497387,40.124427;116.497387,40.124427;116.498676,40.127088;116.498806,40.127361;116.498937,40.127739;116.498937,40.127739;116.499019,40.128134;116.499045,40.128303;116.499084,40.128672;116.499106,40.129015;116.499106,40.129015;116.499106,40.129128;116.499106,40.129128;116.499058,40.131263;116.499058,40.131263;116.498971,40.134323;116.498971,40.134323;116.498963,40.134774;116.498963,40.134774;116.49895,40.135295;116.49895,40.135295;116.498941,40.135747;116.498941,40.135747;116.498911,40.136411;116.498828,40.137422;116.498828,40.137422;116.498819,40.137504"
          },
          {
            "orientation": "North",
            "cost": {
              "durationSecond": "4"
            },
            "stepDistanceMeter": "5",
            "instruction": "Walk 5 meters north and turn left",
            "polyline": "116.498815,40.137504;116.498811,40.137548"
          },
          {
            "orientation": "Northwest",
            "cost": {
              "durationSecond": "14"
            },
            "stepDistanceMeter": "18",
            "instruction": "Walk 18 meters northwest and turn right",
            "polyline": "116.498815,40.137556;116.49862,40.137626"
          },
          {
            "orientation": "North",
            "cost": {
              "durationSecond": "2890"
            },
            "stepDistanceMeter": "3612",
            "instruction": "Walk 3612 meters north along Gaobai Road and go straight",
            "roadName": "Gaobai Road",
            "polyline": "116.498615,40.137626;116.498646,40.138945;116.498646,40.138945;116.498646,40.13911;116.498646,40.13911;116.49862,40.139553;116.49862,40.139553;116.498598,40.140291;116.498589,40.140369;116.498589,40.140369;116.498576,40.140464;116.498576,40.140464;116.498537,40.14072;116.498537,40.14072;116.498498,40.140859;116.498437,40.141042;116.498437,40.141042;116.498368,40.141198;116.498368,40.141198;116.498277,40.141359;116.498043,40.141701;116.498043,40.141701;116.497891,40.141944;116.497752,40.142201;116.497752,40.142201;116.497674,40.142405;116.497639,40.142548;116.497639,40.142548;116.497561,40.142795;116.497461,40.143342;116.497461,40.143342;116.49737,40.143841;116.49737,40.143841;116.497331,40.144067;116.497331,40.144067;116.497231,40.144557;116.497231,40.144557;116.496905,40.146432;116.496884,40.146558;116.496875,40.146701;116.496875,40.146701;116.496931,40.147235;116.497014,40.147582;116.497014,40.147582;116.497396,40.148472;116.497396,40.148472;116.497526,40.14875;116.497526,40.14875;116.497535,40.14878;116.497578,40.148876;116.497578,40.148876;116.497817,40.149388;116.497817,40.149388;116.498073,40.149891;116.498073,40.149891;116.49829,40.150326;116.49829,40.150326;116.498524,40.150838;116.498524,40.150838;116.498585,40.151029;116.498633,40.151246;116.498633,40.151246;116.498672,40.151428;116.498672,40.151428;116.498763,40.151823;116.498763,40.151823;116.499036,40.153255;116.499036,40.153255;116.499219,40.154227;116.499219,40.154227;116.49944,40.155226;116.49944,40.155226;116.49957,40.155864;116.49957,40.155864;116.49977,40.15691;116.49977,40.15691;116.499935,40.157895;116.499935,40.157895;116.500035,40.158511;116.500035,40.158511;116.500091,40.158819;116.500091,40.158819;116.500434,40.160942;116.500434,40.160942;116.500655,40.1623;116.500655,40.1623;116.500729,40.162804;116.500729,40.162804;116.500877,40.163746;116.500877,40.163746;116.500951,40.164253;116.500951,40.164253;116.501011,40.164635;116.501011,40.164635;116.501111,40.165278;116.501111,40.165278;116.50115,40.165538;116.50115,40.165538;116.50122,40.165946;116.50122,40.165946;116.50125,40.166128;116.50125,40.166128;116.501289,40.166345;116.501289,40.166345;116.501254,40.166502;116.501289,40.166697;116.501289,40.166697;116.501411,40.167465;116.501411,40.167465;116.501476,40.167904;116.501476,40.167904;116.501484,40.167969;116.501484,40.167969;116.501541,40.168273;116.501602,40.168368;116.501602,40.168368;116.501723,40.168984;116.501723,40.168984;116.501762,40.169193;116.501762,40.169193;116.501793,40.169709;116.501793,40.169709;116.501793,40.169792"
          },
          {
            "orientation": "North",
            "cost": {
              "durationSecond": "486"
            },
            "stepDistanceMeter": "608",
            "instruction": "Walk 608 meters north along Xingfu Street and turn right",
            "roadName": "Xingfu Street",
            "polyline": "116.501793,40.169792;116.501884,40.170451;116.501897,40.170516;116.501897,40.170516;116.501957,40.170864;116.501984,40.170959;116.502066,40.171285;116.502179,40.171675;116.502279,40.171966;116.502279,40.171966;116.502339,40.172135;116.502431,40.172552;116.50247,40.172826;116.50247,40.172826;116.502483,40.172891;116.502522,40.173273;116.502561,40.173872;116.502561,40.173872;116.502578,40.17477;116.502578,40.17477;116.502591,40.175252"
          },
          {
            "orientation": "East",
            "cost": {
              "durationSecond": "43"
            },
            "stepDistanceMeter": "54",
            "instruction": "Walk 54 meters east along Xinhua Avenue and turn left",
            "roadName": "Xinhua Avenue",
            "polyline": "116.502591,40.175252;116.503225,40.175278"
          },
          {
            "orientation": "North",
            "cost": {
              "durationSecond": "135"
            },
            "stepDistanceMeter": "169",
            "instruction": "Walk 169 meters north along Xinhua Road and turn right",
            "roadName": "Xinhua Road",
            "polyline": "116.503225,40.175278;116.503225,40.17553;116.503207,40.175911;116.503168,40.176189;116.503116,40.176376;116.503056,40.176523;116.502969,40.176645;116.502869,40.176753"
          },
          {
            "orientation": "Northeast",
            "cost": {
              "durationSecond": "206"
            },
            "stepDistanceMeter": "258",
            "instruction": "Walk 258 meters northeast along Qicun Back Street and bear right",
            "roadName": "Qicun Back Street",
            "polyline": "116.502865,40.176753;116.502956,40.177157;116.502956,40.177157;116.503103,40.177756;116.503142,40.177791;116.503142,40.177791;116.503494,40.178077;116.503798,40.178316;116.503941,40.17839;116.504002,40.178416;116.504293,40.17852;116.504414,40.178585"
          },
          {
            "orientation": "East",
            "cost": {
              "durationSecond": "121"
            },
            "stepDistanceMeter": "151",
            "instruction": "Walk 151 meters east along Qicun Back Street and turn left",
            "roadName": "Qicun Back Street",
            "polyline": "116.504414,40.178585;116.504692,40.178602;116.505668,40.178602;116.505668,40.178602;116.50579,40.178602;116.506042,40.178633;116.506042,40.178633;116.506202,40.178641"
          },
          {
            "orientation": "Northeast",
            "cost": {
              "durationSecond": "420"
            },
            "stepDistanceMeter": "525",
            "instruction": "Walk 525 meters northeast and bear right",
            "polyline": "116.506202,40.178641;116.506233,40.178806;116.506293,40.179049;116.506337,40.17921;116.506406,40.179388;116.506484,40.179557;116.506484,40.179557;116.506619,40.179757;116.506766,40.179905;116.506927,40.180052;116.507856,40.180872;116.507856,40.180872;116.508025,40.181029;116.508025,40.181029;116.508581,40.181441;116.508581,40.181441;116.509831,40.182122;116.509978,40.182214"
          },
          {
            "orientation": "East",
            "cost": {
              "durationSecond": "185"
            },
            "stepDistanceMeter": "231",
            "instruction": "Walk 231 meters east along Qicun Road and turn left",
            "roadName": "Qicun Road",
            "polyline": "116.509978,40.182214;116.5127,40.182266"
          },
          {
            "orientation": "North",
            "cost": {
              "durationSecond": "4667"
            },
            "stepDistanceMeter": "5834",
            "instruction": "Walk 5834 meters north along Beigao Road and turn right",
            "roadName": "Beigao Road",
            "polyline": "116.5127,40.182266;116.512708,40.182839;116.512708,40.182839;116.512708,40.183498;116.512708,40.183498;116.512708,40.184831;116.512708,40.184831;116.512717,40.184978;116.512717,40.184978;116.512713,40.186168;116.512713,40.186168;116.512717,40.18816;116.512717,40.18816;116.51273,40.192648;116.51273,40.192648;116.512747,40.19306;116.512747,40.19306;116.512769,40.195456;116.512769,40.195456;116.512786,40.197114;116.512786,40.198589;116.512782,40.199262;116.512786,40.200161;116.512786,40.200161;116.512791,40.203225;116.512799,40.203424;116.512799,40.203424;116.512791,40.206337;116.512791,40.206337;116.512799,40.208016;116.512799,40.208016;116.512821,40.2101;116.512821,40.2101;116.51283,40.2102;116.51283,40.2102;116.512826,40.210833;116.512826,40.210833;116.512821,40.212257;116.512821,40.212257;116.512821,40.212773;116.512821,40.212773;116.51283,40.213125;116.51283,40.213125;116.512839,40.213516;116.512839,40.213516;116.512839,40.21375;116.512839,40.21375;116.512834,40.213815;116.512834,40.213815;116.512821,40.214753;116.51283,40.215187;116.512852,40.21556;116.512852,40.21556;116.512843,40.215677;116.512843,40.215677;116.512852,40.217587;116.512852,40.218989;116.512843,40.219253;116.512843,40.219253;116.51286,40.220573;116.512856,40.22138;116.512856,40.22138;116.51286,40.221706;116.512869,40.222904;116.512869,40.222904;116.512869,40.225156;116.512869,40.225156;116.512878,40.228047;116.512878,40.228047;116.512882,40.230859;116.512882,40.230859;116.512908,40.234931"
          },
          {
            "orientation": "Northeast",
            "cost": {
              "durationSecond": "1386"
            },
            "stepDistanceMeter": "1733",
            "instruction": "Walk 1733 meters northeast and bear left",
            "polyline": "116.512908,40.234931;116.51428,40.235;116.514562,40.235035;116.515095,40.235117;116.51556,40.235208;116.516445,40.235408;116.517964,40.235703;116.517964,40.235703;116.518811,40.235864;116.519566,40.236011;116.520569,40.236181;116.520569,40.236181;116.52178,40.236359;116.523329,40.236671;116.524475,40.236949;116.525503,40.23727;116.525998,40.237461;116.527374,40.238186;116.528819,40.239154;116.530751,40.240582;116.531011,40.240742;116.531155,40.240859"
          },
          {
            "orientation": "North",
            "cost": {
              "durationSecond": "655"
            },
            "stepDistanceMeter": "819",
            "instruction": "Walk 819 meters north along Tianbei Road and bear right",
            "roadName": "Tianbei Road",
            "polyline": "116.531155,40.240859;116.531155,40.241649;116.531155,40.241649;116.531172,40.241823;116.531172,40.241823;116.531181,40.24197;116.53125,40.242778;116.531272,40.243155;116.531272,40.243155;116.531276,40.243576;116.531276,40.243576;116.531293,40.244071;116.531293,40.244071;116.531341,40.24467;116.531341,40.24467;116.531376,40.245308;116.531376,40.245308;116.531484,40.246176;116.531497,40.246428;116.531497,40.246428;116.531536,40.246888;116.531567,40.247352;116.531567,40.247352;116.531593,40.248025;116.531606,40.248216;116.531606,40.248216;116.531645,40.248251"
          },
          {
            "orientation": "North",
            "cost": {
              "durationSecond": "730"
            },
            "stepDistanceMeter": "913",
            "instruction": "Walk 913 meters north along Tianbei Road and bear right",
            "roadName": "Tianbei Road",
            "polyline": "116.531645,40.248251;116.531667,40.24898;116.531667,40.24898;116.531719,40.249735;116.531814,40.250647;116.531814,40.250647;116.531858,40.251215;116.531858,40.251215;116.531905,40.251788;116.531905,40.251788;116.53227,40.256046;116.53227,40.256046;116.532287,40.256389;116.532287,40.256389;116.532331,40.256454"
          },
          {
            "orientation": "Northeast",
            "cost": {
              "durationSecond": "3878"
            },
            "stepDistanceMeter": "4847",
            "instruction": "Walk 4847 meters northeast along Tianbei Road and turn left",
            "roadName": "Tianbei Road",
            "polyline": "116.532331,40.256454;116.5324,40.257513;116.532665,40.261341;116.532665,40.261341;116.532804,40.263134;116.533064,40.266693;116.533064,40.266693;116.533073,40.266727;116.533338,40.270477;116.533338,40.270477;116.533398,40.271332;116.533398,40.271332;116.53342,40.271762;116.53342,40.271871;116.533403,40.272487;116.533364,40.272791;116.533303,40.273064;116.53322,40.273355;116.533099,40.273685;116.532969,40.273984;116.532808,40.274284;116.532587,40.274648;116.531207,40.276766;116.530734,40.2775;116.530582,40.277769;116.530404,40.278121;116.530273,40.278429;116.530191,40.278694;116.530191,40.278694;116.530091,40.279058;116.530022,40.279366;116.529978,40.279718;116.529957,40.280013;116.529957,40.280013;116.529957,40.280378;116.529983,40.280768;116.530026,40.281042;116.530126,40.281484;116.530208,40.281753;116.530308,40.282018;116.530469,40.282374;116.530638,40.282687;116.53082,40.282977;116.531024,40.283273;116.53125,40.283559;116.531784,40.284141;116.531784,40.284141;116.532096,40.284392;116.532461,40.284674;116.532773,40.284896;116.533138,40.285122;116.533516,40.285334;116.533919,40.28553;116.534293,40.28569;116.534744,40.285855;116.535148,40.285981;116.535625,40.286111;116.536115,40.28622;116.536541,40.286289;116.53697,40.286345;116.537726,40.286402;116.539557,40.286532;116.539596,40.286532;116.539596,40.286532;116.540859,40.286615;116.540859,40.286615;116.541723,40.28668;116.542196,40.286732;116.542509,40.286788;116.542882,40.286875;116.543181,40.286957;116.543181,40.286957;116.543494,40.287066;116.543737,40.287174;116.543989,40.287296;116.543989,40.287296;116.544883,40.28783;116.545234,40.288051;116.545751,40.288329;116.545751,40.288329;116.546024,40.288459;116.546306,40.288555;116.546306,40.288555;116.546645,40.288659;116.547001,40.288741;116.547322,40.288793;116.547322,40.288793;116.547804,40.288854;116.54898,40.288932;116.54898,40.288932;116.5499,40.289019"
          },
          {
            "cost": {
              "durationSecond": "6462"
            },
            "stepDistanceMeter": "8077",
            "instruction": "Walk 8077 meters along Huaichang Road and turn left",
            "roadName": "Huaichang Road",
            "polyline": "116.5499,40.289019;116.549891,40.289106;116.549891,40.289106;116.549883,40.289245;116.549844,40.289427;116.549844,40.289427;116.54967,40.2902;116.549679,40.290291;116.549679,40.290291;116.549449,40.291224;116.549067,40.29303;116.549067,40.29303;116.548989,40.29339;116.548989,40.29339;116.548828,40.294201;116.548594,40.295469;116.548494,40.295855;116.548403,40.296102;116.548264,40.296332;116.548181,40.296445;116.548129,40.296502;116.548129,40.296502;116.548008,40.296636;116.547891,40.296727;116.54776,40.296823;116.547635,40.296901;116.547504,40.296975;116.547227,40.297105;116.547066,40.297161;116.546914,40.297214;116.546306,40.297361;116.545512,40.297565;116.5452,40.297656;116.544878,40.297765;116.544588,40.297882;116.544306,40.298008;116.543724,40.298294;116.543724,40.298294;116.542504,40.298902;116.541788,40.299253;116.540508,40.299896;116.540508,40.299896;116.540026,40.300139;116.540026,40.300139;116.53931,40.300499;116.539162,40.300586;116.539058,40.300651;116.539058,40.300651;116.538798,40.300846;116.538698,40.300938;116.538598,40.301055;116.538516,40.301155;116.538438,40.301267;116.538025,40.301984;116.537378,40.303168;116.536814,40.304214;116.53648,40.304796;116.536332,40.305022;116.536163,40.305256;116.53566,40.305894;116.535586,40.306007;116.535464,40.306224;116.535447,40.306237;116.535282,40.306606;116.535226,40.306749;116.53503,40.307222;116.534935,40.307465;116.534883,40.307582;116.534839,40.307665;116.534839,40.307665;116.534822,40.307704;116.534792,40.307747;116.534792,40.307747;116.534761,40.307817;116.534449,40.308255;116.534236,40.308598;116.534175,40.30872;116.534119,40.308845;116.534058,40.309097;116.534054,40.309258;116.534054,40.309258;116.534045,40.309353;116.534049,40.309479;116.534201,40.310239;116.53424,40.310486;116.534262,40.310998;116.534236,40.311623;116.534236,40.31201;116.534271,40.312266;116.534527,40.313529;116.534575,40.313776;116.534627,40.314119;116.534627,40.314119;116.534644,40.31428;116.534648,40.314549;116.534648,40.314792;116.534631,40.314922;116.534557,40.315299;116.534249,40.316428;116.533997,40.317287;116.533542,40.318898;116.533542,40.318898;116.53342,40.319258;116.533299,40.319501;116.53322,40.319622;116.53322,40.319622;116.53306,40.319826;116.53296,40.319935;116.53273,40.320135;116.532609,40.320208;116.532487,40.320286;116.532357,40.32036;116.53194,40.320577;116.529323,40.32194;116.528772,40.322231;116.528507,40.322387;116.528268,40.322556;116.528155,40.322648;116.527947,40.322843;116.527752,40.323047;116.527752,40.323047;116.527218,40.323655;116.527218,40.323655;116.527027,40.323876;116.527027,40.323876;116.525056,40.326141;116.524635,40.326545;116.524492,40.326658;116.524492,40.326658;116.52441,40.326732;116.524158,40.326914;116.523919,40.327083;116.523407,40.327413;116.523407,40.327413;116.523003,40.327678;116.523003,40.327678;116.522179,40.328238;116.521944,40.328433;116.521745,40.328615;116.521541,40.328815;116.521332,40.329028;116.520885,40.32954;116.520226,40.330256;116.520226,40.330256;116.520135,40.330373;116.520135,40.330373;116.520043,40.330482;116.519457,40.331246;116.518763,40.33224;116.518763,40.33224;116.518746,40.332248;116.518368,40.332817;116.518207,40.333038;116.517947,40.333359;116.517947,40.333359;116.517839,40.333472;116.517626,40.33365;116.517504,40.333741;116.517253,40.333911;116.516107,40.334588;116.516107,40.334588;116.515933,40.334701;116.514774,40.335378;116.514253,40.33569;116.51375,40.335985;116.513485,40.336133;116.512912,40.336367;116.512752,40.336415;116.512591,40.336458;116.51247,40.336489;116.512383,40.336502;116.512279,40.336523;116.511936,40.336562;116.511936,40.336562;116.511628,40.336562;116.511628,40.336562;116.511341,40.336519;116.511194,40.336502;116.510859,40.336424;116.51069,40.336372;116.510516,40.336311;116.509983,40.336107;116.509983,40.336107;116.509692,40.335994;116.509692,40.335994;116.509232,40.335812;116.508915,40.335686;116.508915,40.335686;116.508433,40.335495;116.508342,40.335477;116.508342,40.335477;116.507227,40.335039;116.50668,40.334831;116.506363,40.334722;116.506059,40.33464;116.506059,40.33464;116.505924,40.334605;116.505924,40.334605;116.505573,40.334557;116.505404,40.334553;116.505152,40.334553;116.505152,40.334553;116.505074,40.334553;116.504609,40.334609;116.504609,40.334609;116.504258,40.334705;116.503954,40.334813;116.503815,40.334878;116.503681,40.334957;116.503429,40.335122;116.503342,40.335187;116.503342,40.335187;116.50319,40.335308;116.503086,40.335404;116.502765,40.335712;116.501628,40.336819;116.501428,40.337031;116.501237,40.33724;116.501055,40.337465;116.500378,40.338338;116.500191,40.338555;116.499996,40.338754;116.499757,40.338941;116.499635,40.339023;116.499384,40.339188;116.499253,40.339262;116.498963,40.339405;116.498437,40.339644"
          },
          {
            "orientation": "Southwest",
            "cost": {
              "durationSecond": "917"
            },
            "stepDistanceMeter": "1146",
            "instruction": "Walk 1146 meters southwest and turn right",
            "polyline": "116.498433,40.339644;116.497079,40.339036;116.496584,40.338746;116.496445,40.338646;116.495981,40.33822;116.495981,40.33822;116.49576,40.338021;116.495043,40.337313;116.493754,40.336102;116.493082,40.335451;116.492878,40.335278;116.492708,40.335182;116.492595,40.335122;116.492474,40.335074;116.492266,40.335026;116.491823,40.334957;116.491337,40.334896;116.49099,40.334878;116.490747,40.334878;116.490616,40.334896;116.490616,40.334896;116.490582,40.3349;116.490412,40.334944;116.490252,40.334991;116.490122,40.335056;116.489557,40.335412;116.489405,40.335499;116.489245,40.335586;116.489132,40.335616;116.488971,40.335642;116.488832,40.335642;116.488559,40.335634;116.488559,40.335634;116.487834,40.335582"
          },
          {
            "orientation": "North",
            "cost": {
              "durationSecond": "1078"
            },
            "stepDistanceMeter": "1347",
            "instruction": "Walk 1347 meters north along Siduhe Road and turn left",
            "roadName": "Siduhe Road",
            "polyline": "116.48783,40.335577;116.487604,40.337591;116.487604,40.337591;116.487465,40.339102;116.487435,40.339223;116.48737,40.339349;116.487292,40.339431;116.48714,40.339549;116.486645,40.339874;116.486519,40.33997;116.486519,40.33997;116.486415,40.340078;116.486324,40.3402;116.486237,40.340352;116.486146,40.340556;116.485972,40.341094;116.485642,40.341992;116.485642,40.341992;116.48559,40.342148;116.48559,40.342148;116.484453,40.345347;116.484301,40.345794;116.483919,40.346836;116.483859,40.346988;116.48385,40.34704;116.48385,40.347066;116.483867,40.347118"
          },
          {
            "orientation": "Northwest",
            "cost": {
              "durationSecond": "530"
            },
            "stepDistanceMeter": "662",
            "instruction": "Walk 662 meters northwest and turn left",
            "polyline": "116.483867,40.347118;116.482279,40.347582;116.482049,40.347635;116.481714,40.347695;116.481263,40.347747;116.480838,40.347778;116.480295,40.347843;116.480013,40.347869;116.47977,40.347917;116.479592,40.347969;116.479418,40.348038;116.47928,40.348116;116.479119,40.348225;116.478885,40.348407;116.477856,40.349418;116.477856,40.349418;116.477383,40.349887"
          },
          {
            "orientation": "Southwest",
            "cost": {
              "durationSecond": "230"
            },
            "stepDistanceMeter": "288",
            "instruction": "Walk 288 meters southwest to your destination",
            "polyline": "116.477378,40.349887;116.474618,40.348377"
          }
        ]
      }
    ],
    "count": "1",
    "destinationLatitude": "40.345456",
    "destinationLongitude": "116.46424"
  }
}