How can I make a route from coordinates of customer nodes in Numpy array?

I am doing a project where am supposed to get the shortest tour to visit 200 customers. I have already obtained the coordinates of the customers. How can i make a route from these coordinates?

You need to solve the Traveling Salesman Problem. Take a look at the documentation of the Route Optimization API: Documentation - GraphHopper Directions API

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.