バウンディング ボックスの機能を利用できます

GET /<Base path for the interactive API from the API Lookup Service>/layers/<Layer ID>/bbox?west={westLongitude}&north={northLatitude}&east={eastLongitude}&south={southLatitude}
Host: <Hostname for the interactive API from the API Lookup Service>
Authorization: Bearer <Authorization Token>
Cache-Control: no-cache

サンプルリクエスト

GET /layer/<Layer ID>/bbox?west=-110&north=53&east=-130&south=50&tags=

代わりに、認可ヘッダーで OAuth ベアラトークン の代わりに API キー を使用することもできます。

応答のサンプル

{
  "type": "FeatureCollection",
  "features": [
    {
      "id": "{featureId}",
      "bbox": [
        -116.055555555,
        51.170833333,
        -116.055555555,
        51.170833333
      ],
      "type": "Feature",
      "properties": {
        "name": "Stanley Peak",
        "@ns:com:here:xyz": {
          "createdAt": 1529855977981,
          "updatedAt": 1529855977981
        }
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -116.055555555,
          51.170833333
        ]
      }
    },
    {
      "id": "{featureId}",
      "bbox": [
        -123.291,
        50.1203,
        -123.291,
        50.1203
      ],
      "type": "Feature",
      "properties": {
        "name": "Mount Cayley",
        "@ns:com:here:xyz": {
          "createdAt": 1529855978027,
          "updatedAt": 1529855978027
        }
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -123.291,
          50.1203
        ]
      }
    }
  ]
 }

インタラクティブマップ レイヤー を使用する場合、「 version 」クエリ パラメーター を使用して、特定のバージョンのレイヤーでバウンディング ボックス を要求することもできます。

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

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