在 EditText 中编辑地址对象?

发布于 2024-11-15 01:53:22 字数 212 浏览 1 评论 0原文

我正在开发一个使用地理位置的应用程序。我想让用户更改地理位置地址,或者在单个 EditText 中手动输入地址。我通过地址对象中的 Geocoder.getFromLocation 获取地址。我将此地址转换为字符串,以便用户在对话框中修改它,但我不知道如何将此字符串转换回地址。我正在考虑使用一些文本预测来让用户选择他输入的地址,但我没有找到任何相关信息。 有人可以给我一些细节吗?

提前致谢。

I'm working on an application using Geo Location. I want to let the user change the geo-located address, or enter an address manually in a single EditText. I get the address with : Geocoder.getFromLocation in an Address object. I transform this address to a String to let the user modify it in a Dialog but I don't know how to transform this String back to an address. I was thinking of using some text prediction to let the user chose the address he types but I don't find any informations about that.
Could someone give me a few details ?

Thanks in advance.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

虐人心 2024-11-22 01:53:22

我认为你想要的是 Geocoder

I think what you want is a Geocoder.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文