来自HERE自动建议端点的意外响应数据

时间:2019-10-03 15:38:34

标签: here-api

HERE的/ autosuggest端点的响应中包含意外元素。

向“这里”自动建议终结点发出请求时,例如:https://places.cit.api.here.com/places/v1/autosuggest?at=51.73771300000001,19.454722&q=wlokniarzy 91&maxresults=10&language=sv&additionaldata=Country2,true&cs=pds&result_types=address,place&addressFilter=countryCode=POL

在响应中,第三个元素如下:

{
        "title": "91",
        "highlightedTitle": "<b>91</b>",
        "vicinity": "92-432 Lodz",
        "highlightedVicinity": "92-432 Lodz",
        "position": [
            51.79221,
            19.42193
        ],
        "category": "900-9400-0401",
        "categoryTitle": "Street or Square",
        "bbox": [
            19.421049,
            51.791988,
            19.422041,
            51.792599
        ],
        "type": "urn:nlp-types:place",
        "resultType": "address",
    }

我认为不应以这种方式出现。 甚至很难猜测这个地方应该是什么。 这是“这里”自动提示端点中的错误吗?

1 个答案:

答案 0 :(得分:0)

我们将看看这个地方,该地方应该从Place API中删除。

感谢您的举报!