amolbabu / geocoder-java

Automatically exported from code.google.com/p/geocoder-java
0 stars 0 forks source link

Impossible to get the "postcode_localities" when a postal code search matches many cities #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use the following uri 
http://maps.googleapis.com/maps/api/geocode/json?address=57100+FR&sensor=false 
2. the line "  "postcode_localities" : [ "Manom", "Thionville" ]," is not found 
in the java result

What is the expected output? What do you see instead?

Add a field to get this information

What version of the product are you using? On what operating system?

the last one

Please provide any additional information below.

Original issue reported on code.google.com by salimbou...@gmail.com on 8 Jan 2014 at 4:52

GoogleCodeExporter commented 9 years ago
I've created a patch for this issue at 
https://github.com/micw/geocoder-java/commit/dabbcf3b059196895ba3d5240380e2dee26
06af6

Original comment by michael.wyraz on 5 Mar 2015 at 12:07