Open luis901101 opened 3 years ago
A solution here PR-118
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?
Anyone here? Facing same problem, #118 solves problem
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.