是否可以更改 HERE 地图中附近公交覆盖范围中的 'radius' 参数?

Is it possible to change 'radius' parameter in Transit Coverage Nearby in HERE maps?

我想获取某个位置附近的公交运营商和车站覆盖范围的列表。 GET 请求看起来是这样的:

https://transit.api.here.com/v3/coverage/nearby.json?details=0&center=51.383574%2C12.381183&app_id=devportal-demo-20180625&app_code=9v2BkviRwi9Ot26kp2IysQ

回复:

'''{"Res": {
"serviceUrl": "https://transit.api.here.com/transit/v3/coverage/nearby.json",
"LocalCoverage": {
  "georef": "u30u",
  "NearbyCoverage": {
    "lines": 96,
    "stops": 43,
    "radius": 1965,
    "covered": 1,
    "type": "TT"
  }
}}}'''

当我尝试在 URL 中添加参数 "radius" 时,它不起作用。我不擅长 REST API, 任何人都可以请建议,有没有机会?非常感谢

请参考可通过中转API的必选参数和可选参数以获取来自API

的响应

developer.here.com/documentation/transit/dev_guide/topics/resource-routing.html