I would like to ask to confirm if the Google maps URL:
Can be parameterized via POST. I tried use it via GET in explorer, like that:
And works fine, but if I try to use it via POST in my Android app, sending this query through OutputStream:
origin=19.369707,-99.266696&destination=19.022489,-98.615814&sensor=false&units=metric&language=es
I get this error:
{ "routes" : [], "status" : "REQUEST_DENIED"}
Thanks in advance.