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
In google_directions(), while it is already noted that lists with elements named via will be processed as non-stopping waypoints, it took hunting through the source code to realise that they need to be named "" (explicitly empty character) to be used otherwise. You have fatal testing for this in-place, but it's not documented.
Given that you explicitly write the via: prefix anyway, I'd like to suggest adding stop to the list of valid names in your package, which can then be left out from the actual API call.
The text was updated successfully, but these errors were encountered:
In
google_directions()
, while it is already noted that lists with elements namedvia
will be processed as non-stopping waypoints, it took hunting through the source code to realise that they need to be named""
(explicitly empty character) to be used otherwise. You have fatal testing for this in-place, but it's not documented.Given that you explicitly write the
via:
prefix anyway, I'd like to suggest addingstop
to the list of valid names in your package, which can then be left out from the actual API call.The text was updated successfully, but these errors were encountered: