是否可以使用 HERE API 获取城市的所有地区

Is it possible get all districts of city using HERE API

你好,如果我有一个城市(或 bbox),我可以检索它的所有地区吗?

例如,如果我 new york 我想发送一个 REST 请求并获得:

{
"discrict" :[
     {
       "name": "two briges",
       "geojson" : "geojson code" // all bounding box is perfect
     },
     {
       "name": "seaport",
       "geojson" : "geojson code" // all bounding box is perfect
     }
]
} 

或类似的东西

您可以通过模块 HERE Geocoding & Search API v7 来完成您的解决方案。(您可以检查地址中的响应) 请阅读以下文档以获取更多信息。

https://developer.here.com/documentation/geocoding-search-api/dev_guide/topics-api/code-geocode-examples.html