today i had a problem using the Geocoding-API: When i searched for a Administrative area in germany (Sachsen) i only found Sachsen in Baden-Württemberg, which is a small city. After some testing i found that the problem was the "region"-Parameter, if i left that out the geocoding api also found the administrative area Sachsen. Here is an example request:
http://maps.googleapis.com/maps/api/geocode/json?address=sachsen&sensor=false&language=de®ion=de
Here without region: http://maps.googleapis.com/maps/api/geocode/json?address=sachsen&sensor=false&language=de
Both results are located in Germany (de). So it seems like a bug, that the geocoding-api does not find any adminsitrative areas if a region is used in the request.
Can anyone confirm that problem?
Many greetings, Sebastian