使用Here API的准确地址解析数据

时间:2019-03-04 07:42:23

标签: geocoding here-api here-autocomplete

Hellos,

由于费用高昂,我放弃了使用Google地方信息,因此决定选择here geocode api。我开始使用Places Search API,该方法效果很好,但没有返回latlng

所以我的解决方法如下

  1. Search API
  2. 获取位置ID
  3. 通过locationId调用地理编码api以获取latlng

此解决方案有效,但显然很慢。所以我的问题是

  1. 是否可以通过一次地理编码调用获取多个locationId?
  2. 那里是否有更好的服务,既准确又可以返回lat和lng?

欢呼

1 个答案:

答案 0 :(得分:0)

请使用Autosuggest代替Places Search API。

您可以在 Autosuggest API

中找到以下字段
  "title": "restaurant",
  "highlightedTitle": "<b>rest</b>aurant",
  "category": "restaurant",
  "href": "https://...",
  "type": "urn:nlp-types:search",
  "resultType":"category"

示例图片 enter image description here