パラメータを使用してRoute Handleを使用

これは、avoid[features]=controlledAccessHighwayなどのさまざまなパラメータでrouteHandleを使用するためのサンプルリクエストです。このリクエストでは、次のような重大な通知が表示されます。

curl -X GET \
    'https://router.hereapi.com/v8/routes/{routeHandle}?transportMode=car&avoid[features]=controlledAccessHighway&apikey={YOUR_API_KEY}'
{
  "routes": [
    {
      "id": "e7784661-dd6f-4da9-b610-9c45e8d95d15",
      "sections": [
        {
          "id": "b5d0423f-d7df-4b43-b86b-656e0735a0c3",
          "type": "vehicle",
          "departure": {
            "time": "2021-06-29T11:45:08+02:00",
            "place": {
              "type": "place",
              "location": {
                "lat": 52.5500411,
                "lng": 13.3023036
              },
              "originalLocation": {
                "lat": 52.5500279,
                "lng": 13.302349
              }
            }
          },
          "arrival": {
            "time": "2021-06-29T11:45:32+02:00",
            "place": {
              "type": "place",
              "location": {
                "lat": 52.5532843,
                "lng": 13.3051593
              },
              "originalLocation": {
                "lat": 52.553272,
                "lng": 13.305195
              }
            }
          },
          "notices": [
            {
              "title": "Violated avoid controlled-access highway.",
              "code": "violatedAvoidControlledAccessHighway",
              "severity": "critical"
            }
          ],
          "transport": {
            "mode": "car"
          }
        }
      ]
    }
  ]
}

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

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