如何检查该人正在使用 GPS 的位置。安卓
我想做一个应用程序,当你在“纽约机场,纽约,纽约,美国”时 声音开始播放。 所以我有两个问题:
- 我怎样才能获得这个人的准确位置?
- 我如何检查此人是否位于“美国纽约州纽约机场”?
我希望你能帮助我,如果你不明白我请问我。
高威
PS.我刚刚开始开发 Android 应用程序,所以你能给我一个例子或一个有用的网站吗?
I want to make an app, that when you are at "NEW YORK airport, New York, NY, United States"
A sound start playing.
So i have a 2 questions:
- How can i get an exactly location of the person?
- How can i check if the person is at "NEW YORK airport, New York, NY, United States"?
I hope you could help me, and if you don't understand me please ask me.
Gaauwe
ps. I'm just started with developing android apps, so could you give me an example or a helpful website?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以获取坐标:
http://developer.android.com/guide/topics/location /obtaining-user-location.html
查找纽约机场的坐标并与获取的位置进行核对
You can get the coordinates:
http://developer.android.com/guide/topics/location/obtaining-user-location.html
Find the coordinates of New York airport and check these with the obtained location