This results in a JSON string that contains street_number – http://maps.googleapis.com/maps/api/geocode/json?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&sensor=false
"long_name" : "1600",
"short_name" : "1600",
"types" : [ "street_number" ]
However, this does not result in a JSON string that contains street_number – http://maps.googleapis.com/maps/api/geocode/json?address=26th+St+2nd+Ave+New+York,+NY+10019&sensor=false. The 26th St part just seems to disappear. Any idea why?
Obviously because
26th Stpart isn’t street_number.26th Stand2nd Aveare both street names so it just discards26th Stpart of the query. While in the first query1600is really a street_number.