Android:从手机检索邮政编码

发布于 2024-11-11 17:25:48 字数 171 浏览 3 评论 0原文

我有一个非常基本的问题。我想从手机中自动检索邮政编码。我一直在做研究,并且多次看到地理编码器被提及。但对于我想要做的事情来说,它似乎过于复杂,而且它返回一个长/纬度坐标而不是基本的邮政编码。

我的最终游戏基本上是让用户按下按钮,该位置将自动填充编辑文本字段或将值分配给我可以使用的变量。

请帮忙!

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 技术交流群。

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

发布评论

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

评论(1

在风中等你 2024-11-18 17:25:48

我想从手机自动检索邮政编码。

Android 或我所知道的任何其他移动操作系统中没有任何东西支持此功能。首先,没有人需要提供其 Android 设备的物理地址。

我已经多次看到地理编码器被提及。但对于我想要做的事情来说,它似乎过于复杂,而且它返回一个长/纬度坐标而不是基本的邮政编码。

如果您引用 Geocoder,它会返回给定纬度和经度的物理地址。

I want to retrieve a zip code automatically from the phone.

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.

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.

If you referring to Geocoder, it returns a physical address given a latitude and longitude.

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