如何在 HERE Maps Geocoding and Search API v7 中指定反向地理编码端点的搜索半径?

How to specify a search radius for Reverse Geocode endpoint in HERE Maps Geocoding and Search API v7?

我想在地理编码和搜索 API v7 中限制反向地理编码请求的搜索半径,但是 official documentation 只描述了三个参数:at、limit 和 lang,none 其中的目的。我的直觉是我可以像这样使用 'in' 而不是 'at' : in=circle:55.1,45.7;r=15 其中 15 是半径(以米为单位),但它会导致错误提示 'at' 参数是必需的。事实上,文档也是如此。那么如何指定搜索半径呢?

"in maintenance" 以前版本的 Reverse Geocode 仍然可以正常工作,我建议现在使用它:https://developer.here.com/documentation/geocoder/dev_guide/topics/resource-reverse-geocode.html