Android:从手机检索邮政编码
我有一个非常基本的问题。我想从手机中自动检索邮政编码。我一直在做研究,并且多次看到地理编码器被提及。但对于我想要做的事情来说,它似乎过于复杂,而且它返回一个长/纬度坐标而不是基本的邮政编码。
我的最终游戏基本上是让用户按下按钮,该位置将自动填充编辑文本字段或将值分配给我可以使用的变量。
请帮忙!
I have a very basic question. I want to retrieve a zip code automatically from the phone. I have been doing research and I've seen geocoder mentioned several times. But it seems overly complex for what I am trying to do and also that it returns a long/lat coordinate not a basic zip code.
My end game is basically to have a user press a button and the location will auto populate an edit text field or assign the value to a variable that I can use.
Please help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Android 或我所知道的任何其他移动操作系统中没有任何东西支持此功能。首先,没有人需要提供其 Android 设备的物理地址。
如果您引用
Geocoder
,它会返回给定纬度和经度的物理地址。There is nothing in Android -- or any other mobile OS that I am aware of -- that supports this. For starters, nobody has to provide a physical address to their Android devices.
If you referring to
Geocoder
, it returns a physical address given a latitude and longitude.