You can workaround also using bounds in geocoding request; A http request could look like this: http://maps.google.com/maps/api/geocode/json?address=Winnetka&bounds=34.172684,-118.604794|34.236144,-118.500938&sensor=false
Regards On Mar 30, 6:33 pm, Fernando Torres <[email protected]> wrote: > Hello, > > Before to post this new thread I've head > this:http://groups.google.com/group/Google-Maps-API/browse_thread/thread/6... > > I'm using geocode to resolve addresses located in Brazil using > geocode.setBaseCountryCode("BR"); > > When I type some addresses who may have correspondence in Portugal (I > suspect that also happen to other Portuguese-speaking countries) appear > mixed Protugal and Brasil addresses. > > An example, searching for "Avenida Senhora do Carmo" > > In this case, I get one address for Brasil and six for Portugal. > > If I do "Avenida Senhora do Carmo, Brazil" I get multiple addresses of > Brazil as expected and no one for Protugal (duhhhh). > > I can work around this by concatenating "Brazil" in all my searches but I > was hoping to understand why this behavior of the geocode. > > So? > > Fernando -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. 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.
