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
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.
The text was updated successfully, but these errors were encountered:
akkishrm0825
changed the title
Different result with JSON vs String input
Different result with Query vs String input
Jul 29, 2021
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.
The text was updated successfully, but these errors were encountered: