I am trying to query some public transport data from the here API.
However, I am struggeling with when the origin point is far away from a station. In the API reference there is the pedestrian[distance]
paramter. I, however, simply cant make it work.
This query for example:
https://transit.router.hereapi.com/v8/routes?apiKey=<API_KEY>origin=48.3787,16.5122&destination=48.211029313540855,16.347822689187193&modes=cityTrain&departureTime=2021-10-26T08:08:00&pedestrian[100000]
Return this:
Is there any way I can alway make sure to get a result. Even when the next station is e.g. 20 km far away?