我需要 api-here 地理编码方面的帮助

I need assistance for api-here geocoding

我想知道如何获取所有以 "W2" 开头的伦敦邮政编码,例如 this。我们正在使用 geocode api 但在 postalCode 参数中它要求提供确切的邮政编码。我们也尝试过使用 自动完成 api 但我也没有得到所有邮政编码的列表,它在不同的参数中进行搜索,这不是我们想要的需要。

出现这种需求是因为我们正在从 MapServer 更改为 Nokia Here 并且使用 MapServer 进行 api 地理编码,如果它 returns 所有邮政编码的列表

我们正在使用这样的东西https://autocomplete.geocoder.api.here.com/6.2/suggest.json?app_id=xxxxxx&app_code=xxxxxxx&query=W2&country=GBR

我们需要能够在查询中指明完整或部分邮政编码

this example verifies what we need

顺便问一下,我们使用的是支付许可证,我该如何申请此帮助?

您可以使用带有以下参数的地理编码自动完成 API 将搜索结果限制为最多 20 个

maxresults = { Valid range: 1 to 20 }

此约束是根据 API 设计的。有关详细信息,请阅读以下 link。 https://developer.here.com/documentation/geocoder-autocomplete/topics/resource-suggest.html