Algolia Places API: 如何获取某个地方的街道?

Algolia Places API: How to get the street of a place?

我们正在评估 algolia 地方 API 并想用它来查找景点的地址。例如,我们想找到有效的 "Reichstagsgebäude, Berlin" 并且我们得到正确的响应:

    {
  "query": "Reichstag, Berlin",
  "suggestion": {
    "name": "Reichstagsgebäude",
    "administrative": "Berlin",
    "city": "Berlin",
    "country": "Deutschland",
    "countryCode": "de",
    "type": "address",
    "latlng": {
      "lat": 52.5186,
      "lng": 13.3761
    },
    "postcode": "10557",
    "highlight": {
      "name": "Reichstagsgebäude",
      "city": "<em>Berlin</em>",
      "administrative": "<em>Berlin</em>",
      "country": "Deutschland"
    },
    "value": "Reichstagsgebäude, Berlin, Berlin, Deutschland"
  }
}

但是如何获取包含街道名称和门牌号的建筑物的真实地址,应该是"Platz der Republik 1"

目前,Algolia Places 具有街道级精度。我们目前只有法国的房屋级精度数据(即街道名称和街道编号)。这是我们正在积极寻求改进的领域,但数据仍在处理中。