What would be the best way to draw a custom route on a QML Map with a set of given coordinates? Basically, all I need is that the map highlights the path along the road and does not go straight to each point. No animations needed either.
Edit: I need it to be in a desktop application.
One option is to display a HTML website using Leaflet or OpenLayers. Both support displaying a GPX track. The track can be obtained by using one of the various online routers for OSM.