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
When google API sends a response with a 400 status code (or any non 200 codes), It is not possible to see the details of the error on the callback of the geocode function.
example :
geocode('',function(err,result){// err does not contain error details from google like error_message 'INVALID_request'// it is not contained into result neither})
When google API sends a response with a 400 status code (or any non 200 codes), It is not possible to see the details of the error on the callback of the geocode function.
example :
Test endpoint :
http://maps.googleapis.com/maps/api/geocode/json?address=
P.S. : I can send a pull request to solve it
The text was updated successfully, but these errors were encountered: