I use Geocoder.getFromLocationName to check the address inserted by the user. I check the returned ArrayList array, and if it expresses one result, everything is fine. I also use borders, so I get results only in a certain area ( Geocoder ). This worked fine for a long time before it suddenly stopped working last week. The returned results are now always the same and always have nothing to do with the string that I passed as the address name ...
When I delete borders, it works fine. Does anyone encounter similar problems? Does Google change something in the implementation of the function?
source
share