地理编码器功能不起作用 [英] Geocoder function is not working

查看:105
本文介绍了地理编码器功能不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用google api从lat和long取得位置地址。运行良好,但今天突然发生这个消息..
我已经完成了

  geocoder = new Geocoder(MapNavigation.this,Locale.ENGLISH); 
addresses = geocoder.getFromLocation(lat,lon,1);

由于自动退款而被阻止的HTTP请求:https://www.google.com/loc/m/api
被temporary_blocked2阻止:https://www.google.com/loc / m / api
com.google.android.gms.http.a:被规则拦截:temporary_blocked2


解决方案

我们也在一起。为Geocoder团队创建以下错误:

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


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. Created following bug for Geocoder team:

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

这篇关于地理编码器功能不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆