我有一个Android应用程序推出市场超过6个月, geocoder.getFromLocation()用于"翻译" latitude和longitude人类可读的地址:
Geocoder geocoder = new Geocoder(this, Locale.getDefault());
List<Address> addresses = geocoder.getFromLocation(latitude, longitude, 1);
Run Code Online (Sandbox Code Playgroud)
一切都很好,直到7小时前(2016-01-15 04:00 UTC).使用Google支持并根据他们的建议,在此处发布问题,看看是否有人有任何想法来解决此问题.
我已经与Maps API的工程团队进行了交谈,似乎Android Geocoder使用的是与我们支持的Geocoding API不同的后端,因此我们现在无法做多少.
此外...