使用 HERE 公共交通 API V3 搜索具有名称和半径的车站,我通过以下查询获得多达 25 个车站:
https://transit.ls.hereapi.com/v3/stations/by_name.json?
center=50.7374,7.0982&name=berlin&max=25&radius=90000000&apiKey={YOUR_API_KEY}
将相同的查询转换为 HERE 公共交通 API V8(下一行)不会提供任何站点。
https://transit.hereapi.com/v8/stations?
in=50.7374,7.0982&name=berlin&r=90000000&maxPlaces=25&apiKey={YOUR_API_KEY}
在迁移文档中,没有关于此问题的信息。只是提到了一些结果的参数被删除,而不是结果本身。