I have using google api for fetching location address from lat and long.That was running good but today this message suddenly occur.. I have done
geocoder = new Geocoder(MapNavigation.this, Locale.ENGLISH);
addresses = geocoder.getFromLocation(lat, lon, 1);
HTTP request blocked due to automatic backoff: https://www.google.com/loc/m/api
Blocked by temporary_blocked2: https://www.google.com/loc/m/api
com.google.android.gms.http.a: Blocked by rule: temporary_blocked2
Happening with us too. And onLocationChanged of google service also does not work :-(.
Happening with us too. Created following bug for Geocoder team:
https://code.google.com/p/gmaps-api-issues/issues/detail?id=9153