地理编码器在 Android 中不起作用

发布于 2024-10-13 21:44:04 字数 365 浏览 1 评论 0原文

我正在开发一个程序,该程序将地址作为用户的输入并将谷歌地图导航到该特定位置,我使用了地理编码器的 getFromLocationName() 方法但没有获得输出,我有点害怕,因为我无法理解android 网站中给出的以下短语的含义

“Geocoder 类需要未包含的后端服务 在android核心框架中。 Geocoder 查询方法将返回 如果平台中没有后端服务,则为空列表。使用 isPresent()方法判断”

如果后端服务不存在,那么如何获取它..

但即使当我尝试使用 isPresent() 方法时,它也会给我编译错误,

请建议我,非常感谢您的回复

I am working on a program that takes address as an input from user and navigates the google map to that particular location,i have used getFromLocationName() method of geocoder but not getting the output, I am little afraid because i am not able to understand the meaning of the below phrase given in the android site

"The Geocoder class requires a backend service that is not included
in the core android framework. The Geocoder query methods will return
an empty list if there no backend service in the platform. Use the
isPresent() method to determine"

if that back end service is not present then how to get it..

but even when i try to use isPresent() method it is giving me compilation error,

plz suggest me, response will be very much appreciated

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文