标签: android google-maps-api-3 geocoding
我正在创建一个Android应用程序,它接受经度和纬度作为输入,并使用Reverse Geocoding返回地址名称。 当我检查Geocoder.isPresent()时,它返回false,这意味着对地理编码类禁用了后端服务。
Reverse Geocoding
Geocoder.isPresent()
如何启用此服务?
答案 0 :(得分:0)
请查看以下2篇帖子以寻找可能的解决方案:
1,why-is-android-geocoder-throwing-a-service-not-available-exception
2,service-not-available-geocoder-android