如何使用个人识别码或HERE API使用区域名称获取本地区域?

时间:2019-10-11 14:36:56

标签: here-api

我们如何通过HERE API在特定的密码/邮政编码下获取本地区域,我可以将密码/区域名称,城市和国家/地区传递给API。

1 个答案:

答案 0 :(得分:0)

Places Search API可根据可以在q参数中指定的区域名称来帮助按区域定位

  

https://places.api.here.com/places/v1/discover/search?app_id= {YOUR_APP_ID}&app_code = {YOUR_APP_CODE}&at = 52.531,13.3843&q = Brandenburg + Gate&pretty Copy

请参阅以下文档以获取详细参考

  

developer.here.com/documentation/places/topics/quick-start-find-text-string.html

使用邮政编码,Geocoder API会获取代码周围的区域。请参阅文档:

  

developer.here.com/api-explorer/rest/geocoder/reverse-geocode-postal-shape