create a path between two points in osmdroid
I have recently started studying android and kotlin programming, I'm trying to create an application that allows you to create one or more routes on a map, save it and then retrieve it when necessary. I chose to use osmDroid and osmBonusPack because open source but I don't find much documentation online, I'm trying to visualize a path between two Markers, I was able to visualize two markers and draw a straight line between two other points, now I'm trying to make the path but I don't...