{
  "origin": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        -77.032394,
        38.912607
      ]
    },
    "properties": {
      "name": "R Street Northwest"
    }
  },
  "destination": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        -77.032673,
        38.913355
      ]
    },
    "properties": {
      "name": ""
    }
  },
  "waypoints": [],
  "routes": [
    {
      "distance": 107,
      "duration": 28,
      "steps": [
        {
          "distance": 24,
          "duration": 19,
          "way_name": "R Street Northwest",
          "mode": "driving",
          "direction": "W",
          "heading": 270,
          "maneuver": {
            "instruction": "Proceed to R Street Northwest, then go west",
            "type": "depart",
            "location": {
              "type": "Point",
              "coordinates": [
                -77.032394,
                38.912607
              ]
            }
          }
        },
        {
          "distance": 83,
          "duration": 10,
          "way_name": "",
          "mode": "driving",
          "direction": "N",
          "heading": 0,
          "maneuver": {
            "instruction": "Turn right",
            "type": "turn right",
            "location": {
              "type": "Point",
              "coordinates": [
                -77.03267,
                38.912608
              ]
            }
          }
        },
        {
          "distance": 0,
          "duration": 0,
          "way_name": "",
          "mode": "driving",
          "direction": "N",
          "heading": 0,
          "maneuver": {
            "instruction": "You have arrived at your destination",
            "type": "arrive",
            "location": {
              "type": "Point",
              "coordinates": [
                -77.032673,
                38.913355
              ]
            }
          }
        }
      ],
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -77.03239,
            38.91261
          ],
          [
            -77.0326,
            38.91261
          ],
          [
            -77.03267,
            38.91261
          ],
          [
            -77.03267,
            38.91263
          ],
          [
            -77.03267,
            38.91315
          ],
          [
            -77.03267,
            38.91336
          ]
        ]
      },
      "summary": ""
    }
  ]
}
