既定の歩行速度を使用

この要求では歩行速度が指定されていないため、計算ではデフォルトの1メーター/秒を使用します。

curl -X GET \
  'https://router.hereapi.com/v8/routes?origin=52.547019,13.328605&transportMode=pedestrian&destination=52.495002,13.501983&return=summary&apikey={YOUR_API_KEY}
{
  "routes": [
    {
      "id": "e9f1997b-81ea-4b1c-9441-73f9b8dddcb0",
      "sections": [
        {
          "id": "1ad0c672-60bd-4be5-baa9-336959bdc411",
          "type": "pedestrian",
          "departure": {
            "place": {
              "type": "place",
              "location": {
                "lat": 52.546886,
                "lng": 13.328481
              },
              "originalLocation": {
                "lat": 52.54702,
                "lng": 13.328605
              }
            }
          },
          "arrival": {
            "place": {
              "type": "place",
              "location": {
                "lat": 52.49493,
                "lng": 13.501934
              },
              "originalLocation": {
                "lat": 52.495003,
                "lng": 13.501983
              }
            }
          },
          "summary": {
            "duration": 14984,
            "length": 14798
          },
          "transport": {
            "mode": "pedestrian"
          }
        }
      ]
    }
  ]
}

」に一致する結果は 件です

    」に一致する結果はありません