Android 谷歌地理编码器GlsClient状态代码

Android 谷歌地理编码器GlsClient状态代码,android,geocoding,Android,Geocoding,我已经使用以下代码成功地使用了Google Geocoder: Geocoder geoCoder = new Geocoder(this, Locale.getDefault()); try { List<Address> addresses = geoCoder.getFromLocationName(search, 5); ... } catch (IOException e) { ... } 我一直在搜索任何列出可能故障状态代码的文档,但Geocoder A

我已经使用以下代码成功地使用了Google Geocoder:

Geocoder geoCoder = new Geocoder(this, Locale.getDefault());
try {
    List<Address> addresses = geoCoder.getFromLocationName(search, 5);
    ...
} catch (IOException e) {
...
}
我一直在搜索任何列出可能故障状态代码的文档,但Geocoder API文档没有列出它们,而且似乎也没有任何关于“GlsClient”的文档

谁能帮我指一下正确的方向吗

07-09 12:05:06.555: W/GlsClient(720): forwardGeocode(): GLS failed with status 5