Hello, I've run into an issue with the Maps API where the street number is being dropped occasionally. Here are some examples: * http://maps.google.com/maps/api/geocode/json?address=4000%20Five%20Points%20Blvd%2E%20%23119&components=locality:Arlington|administrative_area:TX|country:USA|postal_code:76018&sensor=false *<http://maps.google.com/maps/api/geocode/json?address=4000%20Five%20Points%20Blvd%2E%20%23119&components=locality:Arlington|administrative_area:TX|country:USA|postal_code:76018&sensor=false> Returns
formatted_address => "5 Points Blvd, Arlington, TX 76018, USA" * http://maps.google.com/maps/api/geocode/json?address=42%20E%2E%20Garden%20Street&components=locality:Pensacola|administrative_area:FL|country:USA|postal_code:32501&sensor=false *<http://maps.google.com/maps/api/geocode/json?address=42%20E%2E%20Garden%20Street&components=locality:Pensacola|administrative_area:FL|country:USA|postal_code:32501&sensor=false> Returns formatted_address => "E Garden St, Pensacola, FL, USA * http://maps.google.com/maps/api/geocode/json?address=1060%20Providence%20Place&components=locality:Providence|administrative_area:RI|country:USA|postal_code:02903&sensor=false *<http://maps.google.com/maps/api/geocode/json?address=1060%20Providence%20Place&components=locality:Providence|administrative_area:RI|country:USA|postal_code:02903&sensor=false> Returns formatted_address => "Providence Pl, Providence, RI 02903, USA" Has anyone seen this before and know why this is failing to find the address? -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-api/-/oaQ_wGiBFhwJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
