google_maps_webservice
google_maps_webservice copied to clipboard
TravelMode must be lowercase in request.
Although response is uppercase, request must be lowercase in directions api. Use uppercase in request would cause server always response 'DRIVING' mode.
Don't test other api that also use TravelMode enum. But I guess it has same problem.