1
I am using the search tool of the Post Office Post Office. As an example: I am looking for the zip code: 04291-020 the return is: Rua Muller Carioba. Note that there are 2 letters L in the name. Putting this same address in the Google URL to search for the coordinates:
http://maps.googleapis.com/maps/api/geocode/json?address=Rua Muller Carioba, 100, Jardim da Saude Sao Paulo SP
We have the following result:
{
"results" : [],
"status" : "ZERO_RESULTS"
}
Now, if we simply remove one of the two L’s from the name, the result comes correctly. So my question is: How to make this LAT/LNG search work the same way as Google Maps? Because in Google Maps it finds either 1 L or 2 L.
what type of application is being used? as your report tested in the browser link street Muller Carioba and I got the result normally, maybe your application should not be passing correctly the search parameter, with the information you posted is not clear enough, I ask you to edit the question and put more information and sections of the code.
– WMomesso
Okay, edited question.
– VMCO