Geocoder function is not working

2019-07-07 08:08发布

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

2条回答
一纸荒年 Trace。
2楼-- · 2019-07-07 08:23

Happening with us too. And onLocationChanged of google service also does not work :-(.

查看更多
可以哭但决不认输i
3楼-- · 2019-07-07 08:39

Happening with us too. Created following bug for Geocoder team:

https://code.google.com/p/gmaps-api-issues/issues/detail?id=9153

查看更多
登录 后发表回答