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
The TravelMode enum parses its values to upper case to be able to parse from json response, but the thing is that the 'mode' query param to be used in the url request must be lower case.
Currently all requests whether GoogleMapsDirections or GoogleDistanceMatrix with a travel mode different than DRIVING is returning a response based in DRIVING travel mode which is Googles default.
The text was updated successfully, but these errors were encountered:
I have seen several pull requests are opened several months before to solve this serious issue but not yet merged.
May I know when would them be merged?
The TravelMode enum parses its values to upper case to be able to parse from json response, but the thing is that the 'mode' query param to be used in the url request must be lower case.
Currently all requests whether GoogleMapsDirections or GoogleDistanceMatrix with a travel mode different than DRIVING is returning a response based in DRIVING travel mode which is Googles default.
The text was updated successfully, but these errors were encountered: