You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I was testing this package, I noticed that the order of the arguments for osrmRoute is different from osrmTable. Is there a reason for this?
This seems like a minor design question, but I was confused that there were 3 potential inputs. Could you consider having just src and dst as inputs, with src always required and dst be optional (or, if not supplied set it to be src)
When I was testing this package, I noticed that the order of the arguments for
osrmRoute
is different fromosrmTable
. Is there a reason for this?This seems like a minor design question, but I was confused that there were 3 potential inputs. Could you consider having just
src
anddst
as inputs, withsrc
always required anddst
be optional (or, if not supplied set it to besrc
)For example:
The text was updated successfully, but these errors were encountered: