場所を使用して住所を検索

このチュートリアルでは、既知の場所を使用して住所を検索する方法について説明します。

プロシージャ

ジオポジションから "Brandenburgische Stra ß e 125, Schneiche" を検索 (52.62621,13.51700)するには、次のリクエストを送信します。

GET https://discover.search.hereapi.com/v1/
    discover
    ?at=52.62621,13.51700
    &q=Brandenburgische+Stra%C3%9Fe+125%2C+Sch%C3%B6neiche
    &apiKey={YOUR_API_KEY}

次のパラメータが使用されます。

  • at - 座標で表された検索コンテキストの中心を指定
  • Q - フリーテキストのクエリを入力します。
  • apiKey - お客様の API キー 。

この要求は API キー 認証を使用します。 HERE platform の認証オプションの詳細については、『ID およびアクセス管理ガイド』を参照してください。

結果には、関連するロケーションオブジェクトに関する詳細情報が一覧表示されます。

{
  "items": [
    {
      "title": "Brandenburgische Straße 125, 15566 Schöneiche bei Berlin, Deutschland",
      "id": "here:af:streetsection:IXpGmsnsmtABEAIboP-wiC:CgcIBCCBuI1XEAEaAzEyNShk",
      "resultType": "houseNumber",
      "houseNumberType": "PA",
      "address": {
        "label": "Brandenburgische Straße 125, 15566 Schöneiche bei Berlin, Deutschland",
        "countryCode": "DEU",
        "countryName": "Deutschland",
        "stateCode": "BB",
        "state": "Brandenburg",
        "countyCode": "LOS",
        "county": "Oder-Spree",
        "city": "Schöneiche bei Berlin",
        "district": "Schöneiche bei Berlin",
        "street": "Brandenburgische Straße",
        "postalCode": "15566",
        "houseNumber": "125"
      },
      "position": { "lat": 52.47427, "lng": 13.69919 },
      "access": [{ "lat": 52.47429, "lng": 13.69893 }],
      "distance": 20909,
      "mapView": { "west": 13.69767, "south": 52.4563, "east": 13.70003, "north": 52.47889 }
    }
  ]
}

追加情報

/discover パラメータの詳細については、次のトピックを参照してください。 API リファレンス

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

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