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! :)
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).
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).