I want to calculate the shortest route from one to many places with coordinates (latitude, longitude).
The question is now how to apply the Graphhopper library for coordinates with given latitude/longitude.
For example with the coordinates of some given cities (start place is Berlin), Berlin, Hamburg, Bielefeld, Dortmund, Essen, Bonn, Frankfurt, Trier and Paderborn, one route is: Berlin -> Hamburg -> Bielefeld -> Paderborn -> Dortmund -> Essen -> Bonn -> Trier -> Frankfurt
Solution without Graphhopper
in "Main":