when using the Mapbox Directions API in my webapp I would love to include the function to plan my route to the entered destination-coordinates along multiple, customizable coordinates. I am thinking about something like the "via" or "add waypoint" option on Google Maps. Unfortunately, it seems to only calculate routes between a start- and destination-point.
I found that the Map Box - Navigation SDKs for Android and ios have an "add Waypoint" function included. I am a beginner in programming and web-development - i want it to work on a browser like chrome or firefox, before i feel confident enough to work on android or even ios applications. Anything i might have misssed so far? Does anyone know of such a method to add multiple waypoints when using the Mapbox Directions API for web app - projects?
I would be very glad to receive your opinions on that. Thanks Pascal