在 EditText 中编辑地址对象?
我正在开发一个使用地理位置的应用程序。我想让用户更改地理位置地址,或者在单个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你想要的是 Geocoder。
I think what you want is a Geocoder.