Advertisement
Guest User

Untitled

a guest
Dec 15th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.88 KB | None | 0 0
  1. {
  2.   "route": {
  3.     "hasTollRoad": false,
  4.     "hasBridge": false,
  5.     "computedWaypoints": [],
  6.     "fuelUsed": 0,
  7.     "hasTunnel": false,
  8.     "hasUnpaved": false,
  9.     "hasHighway": false,
  10.     "realTime": -1,
  11.     "distance": 0,
  12.     "time": 0,
  13.     "locationSequence": [
  14.       0,
  15.       1,
  16.       2
  17.     ],
  18.     "hasSeasonalClosure": false,
  19.     "sessionId": "",
  20.     "locations": [
  21.       {
  22.         "latLng": {
  23.           "lng": -1.250959,
  24.           "lat": 53.068523
  25.         },
  26.         "adminArea4": "",
  27.         "adminArea5Type": "City",
  28.         "adminArea4Type": "County",
  29.         "adminArea5": "",
  30.         "street": "",
  31.         "adminArea1": "",
  32.         "adminArea3": "",
  33.         "type": "s",
  34.         "displayLatLng": {
  35.           "lng": -1.250959,
  36.           "lat": 53.068523
  37.         },
  38.         "linkId": 62321064,
  39.         "postalCode": "",
  40.         "sideOfStreet": "N",
  41.         "dragPoint": false,
  42.         "adminArea1Type": "Country",
  43.         "geocodeQuality": "LATLNG",
  44.         "geocodeQualityCode": "XXXXX",
  45.         "adminArea3Type": "State"
  46.       },
  47.       {
  48.         "latLng": {
  49.           "lng": -1.810146,
  50.           "lat": 51.571314
  51.         },
  52.         "adminArea4": "",
  53.         "adminArea5Type": "City",
  54.         "adminArea4Type": "County",
  55.         "adminArea5": "",
  56.         "street": "",
  57.         "adminArea1": "",
  58.         "adminArea3": "",
  59.         "type": "s",
  60.         "displayLatLng": {
  61.           "lng": -1.810146,
  62.           "lat": 51.571314
  63.         },
  64.         "linkId": 39436559,
  65.         "postalCode": "",
  66.         "sideOfStreet": "N",
  67.         "dragPoint": false,
  68.         "adminArea1Type": "Country",
  69.         "geocodeQuality": "LATLNG",
  70.         "geocodeQualityCode": "XXXXX",
  71.         "adminArea3Type": "State"
  72.       },
  73.       {
  74.         "latLng": {
  75.           "lng": -1.250959,
  76.           "lat": 53.068523
  77.         },
  78.         "adminArea4": "",
  79.         "adminArea5Type": "City",
  80.         "adminArea4Type": "County",
  81.         "adminArea5": "",
  82.         "street": "",
  83.         "adminArea1": "",
  84.         "adminArea3": "",
  85.         "type": "s",
  86.         "displayLatLng": {
  87.           "lng": -1.250959,
  88.           "lat": 53.068523
  89.         },
  90.         "linkId": 62321064,
  91.         "postalCode": "",
  92.         "sideOfStreet": "N",
  93.         "dragPoint": false,
  94.         "adminArea1Type": "Country",
  95.         "geocodeQuality": "LATLNG",
  96.         "geocodeQualityCode": "XXXXX",
  97.         "adminArea3Type": "State"
  98.       }
  99.     ],
  100.     "hasCountryCross": false,
  101.     "legs": [],
  102.     "formattedTime": "00:00:00",
  103.     "routeError": {
  104.       "message": "",
  105.       "errorCode": 202
  106.     },
  107.     "options": {
  108.       "mustAvoidLinkIds": [],
  109.       "drivingStyle": 2,
  110.       "countryBoundaryDisplay": true,
  111.       "generalize": 0.10000000149011612,
  112.       "narrativeType": "text",
  113.       "locale": "en_US",
  114.       "avoidTimedConditions": false,
  115.       "destinationManeuverDisplay": true,
  116.       "enhancedNarrative": false,
  117.       "filterZoneFactor": -1,
  118.       "timeType": 0,
  119.       "maxWalkingDistance": -1,
  120.       "routeType": "FASTEST",
  121.       "transferPenalty": -1,
  122.       "walkingSpeed": -1,
  123.       "stateBoundaryDisplay": true,
  124.       "maxLinkId": 0,
  125.       "arteryWeights": [],
  126.       "tryAvoidLinkIds": [],
  127.       "unit": "M",
  128.       "routeNumber": 0,
  129.       "doReverseGeocode": false,
  130.       "shapeFormat": "raw",
  131.       "maneuverPenalty": -1,
  132.       "useTraffic": false,
  133.       "returnLinkDirections": false,
  134.       "avoidTripIds": [],
  135.       "manmaps": "true",
  136.       "highwayEfficiency": 22,
  137.       "sideOfStreetDisplay": true,
  138.       "cyclingRoadFactor": 1,
  139.       "urbanAvoidFactor": -1
  140.     },
  141.     "hasFerry": false
  142.   },
  143.   "info": {
  144.     "copyright": {
  145.       "text": "© 2016 MapQuest, Inc.",
  146.       "imageUrl": "https://api-s.mqcdn.com/res/mqlogo.gif",
  147.       "imageAltText": "© 2016 MapQuest, Inc."
  148.     },
  149.     "statuscode": 602,
  150.     "messages": [
  151.       "Unable to calculate route."
  152.     ]
  153.   }
  154. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement