google_maps_webservice icon indicating copy to clipboard operation
google_maps_webservice copied to clipboard

Wrong TravelMode parsing when building url.

Open luis901101 opened this issue 4 years ago • 3 comments

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.

luis901101 avatar May 10 '21 22:05 luis901101

A solution here PR-118

luis901101 avatar May 10 '21 22:05 luis901101

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?

2013612 avatar Aug 24 '21 05:08 2013612

Anyone here? Facing same problem, #118 solves problem

scorpionate avatar Nov 10 '21 12:11 scorpionate