Open GoogleCodeExporter opened 8 years ago
Original comment by tfmorris
on 24 Nov 2010 at 10:21
For postal code, looking at this example
http://maps.google.com/maps/api/geocode/json?sensor=false&address=77+Massachuset
ts+Ave,+Cambridge,+MA
I'd suggest
with(value.parseJson().results[0], r, filter(r.address_components, c,
c.types[0] == "postal_code")[0].long_name)
Then for street name, change "postal_code" to "route".
Original comment by dfhu...@gmail.com
on 25 Nov 2010 at 5:47
Original issue reported on code.google.com by
jesu.lu...@gmail.com
on 23 Nov 2010 at 9:37