M4rtinK / modrana

ModRana is a flexible GPS navigation system for mobile devices. This is the main upstream modRana source code repository - waiting for your pull requests & patches! :)
www.modrana.org
GNU General Public License v3.0
66 stars 21 forks source link

Qt 5\QML: make it possible to request a route with mode (or possibly other options) #281

Open M4rtinK opened 5 years ago

M4rtinK commented 5 years ago

It would be good if routeToPoint() and similar map related functions were able to take a routing mode parameter (or even a generic options dict for future flexibility) so that one-off routing runs can be done on demand without the need to always change the global routing mode (which should ideally work more like a default, not a global variable).