On Jul 23, 10:16 pm, Daryl Woodward <[email protected]> wrote: > Hi I would like to remove biasing from my geocoding requests. I > would somehow like to get international results, such as Cambridge, UK > as well. By default, the region is set to "US", is there a way to > remove this region biasing all together so I get all results, from all > countries, perhaps in order of likelihood they are correct?
No; the geocoder does what it does. You can specify "Cambridge" and get Cambridge MA, or "Cambridge, UK" or "Cambridge, NY" and get relevant results. If you want to get *every* Cambridge, you need to use something else: http://ws.geonames.org/search?q=cambridge (defaults to 100 results; maximum specified with maxrows= is 1000) http://www.geonames.org/export/ws-overview.html -- 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.
