nchaulet / node-geocoder

nodejs geocoding library
http://nchaulet.github.io/node-geocoder/
MIT License
926 stars 213 forks source link

Different result with Query vs String input #318

Open akkishrm0825 opened 3 years ago

akkishrm0825 commented 3 years ago

Hello,

I'm using node-geocoder in my project with google as provider, I'm getting different results for Query vs String input, for a given address { address: '30 London Road,Croydon', country: 'UK', zipcode: 'CR0 2TA' }, no result whereas String input "30 London Road,Croydon, CR0 2TA, UK", returns the result with lat long.