internal error - short route & only walking duration
Hi,
When I call the end-point below, I get {"errorCode":"INT_ERR","errorText":"internal error"}. Could the error happen for all very short distances? The example points are less than 5min walk apart from each other. How could this be fixed?
https://api.resrobot.se/v2/trip?format=json&originCoordLat=59.3342&originCoordLong=18.0628&destCoordLat=59.3351&destCoordLong=18.0631&searchForArrival=1&date=2021-11-13&time=13:30&originWalk=1,0,8000&destWalk=1,0,8000&key=API_KEY
Additionally, is there a way of selecting walking as the only mode of transport in some of your APIs so that the end-point would return just a walking duration without any public transport options in between? What would this API and the call be?
Thank you in advance.
When I call the end-point below, I get {"errorCode":"INT_ERR","errorText":"internal error"}. Could the error happen for all very short distances? The example points are less than 5min walk apart from each other. How could this be fixed?
https://api.resrobot.se/v2/trip?format=json&originCoordLat=59.3342&originCoordLong=18.0628&destCoordLat=59.3351&destCoordLong=18.0631&searchForArrival=1&date=2021-11-13&time=13:30&originWalk=1,0,8000&destWalk=1,0,8000&key=API_KEY
Additionally, is there a way of selecting walking as the only mode of transport in some of your APIs so that the end-point would return just a walking duration without any public transport options in between? What would this API and the call be?
Thank you in advance.
Följ inlägget
0
följare
Walking-only routes are not supported, as ResRobot is a public transport API. If you need to get walking paths between points, you can use any routing API of your choice, such as OpenStreetMap Here Maps: https://developer.here.com/documentation/routing-api/migration_guide/index.html
Regards,
Bert