Here api 来自此处的意外响应数据自动建议终结点

Here api 来自此处的意外响应数据自动建议终结点,here-api,Here Api,来自此处的/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\u types=address,place&addressFil

来自此处的/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\u 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",
    }
{
“标题”:“91”,
“highlightedTitle”:“91”,
“附近地区”:“92-432洛兹”,
“高亮度附近”:“92-432洛兹”,
“职位”:[
51.79221,
19.42193
],
“类别”:“900-9400-0401”,
“分类”:“街道或广场”,
“bbox”:[
19.421049,
51.791988,
19.422041,
51.792599
],
“类型”:“urn:nlp类型:位置”,
“结果类型”:“地址”,
}
我认为不应该像那样出现。 很难猜出这个地方会是什么样子。
这是autosuggest endpoint中的错误吗?

我们将查看该位置,该位置应该从place API中删除

谢谢你的报道