Google geocode API returning wrong/empty values for Luxembourg zipcodes -


i making api calls zips l-4321, l-8287 etc.

here urls.

https://maps.googleapis.com/maps/api/geocode/json?address=4321%2clu https://maps.googleapis.com/maps/api/geocode/json?address=postal_code%3a4321%7ccountry%3alu https://maps.googleapis.com/maps/api/geocode/json?address=8287%2clu 

they returning results places in usa. please help!

the "return empty string" response not expected behavior. seems error lies in how handle response. if using request directly on browser should @ least return error if not return place.


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -