Hey all,
I’m integrating the PTV (Map&Guide) API for calculation of freight costs. The way this API works is by giving several so called ‘waypoints’. Now it seems bubble API connector does not support multiple parameters of the same name, which would be very unfortunate.
A request would look like this:
https://api.myptv.com/routing/v1/routes?waypoints=49.0133618,8.4277972&waypoints=48.8950289,8.6715602&results=TOLL_COSTS
When I initialize the API call I get the error response that only one waypoint was submitted, which is not enough, to calculate a distance, of course.
Does anyone know how to solve this problem?