使用 GPS 追踪手机号码
我正在尝试使用 eclipse 在 android 中开发一个应用程序。 这个应用程序就像使用 Android 手机查找朋友的位置和方向。
现在我的想法是分三步: 1. 追踪朋友的手机号码(如果他有 GPS 连接)。 2.然后将该位置(纬度,经度)与您的位置一起放入Google地图中。 3. 谷歌地图为我们提供了方向,这样我们就可以得到它(使用谷歌地图键)。
第二步和第三步已完成,但我无法弄清楚如何执行第一部分。
苏丹舒
I am trying to develop an application in android using eclipse .
This application is like finding the friend location and directions using android mobile .
Now my idea to do this is in three steps :
1. tracing the mobile number of friend if he is having the GPS connectivity .
2. then putting that location(latitude, longitude) in Google maps with your location .
3. Google maps gives us the directions and this way we get it (using Google Map key ).
2nd and 3rd steps are done but the I am not able to figure out how to do the 1st part .
Sudhanshu
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您想要跟踪的用户需要安装并运行一个应用程序,该应用程序会定期将 GPS 坐标发布到您的服务器。
The user that you want to track needs to install and run an application, that regularly posts the GPS coordinates to your server.
由于显而易见的原因,第 1 步没有直接支持。
我建议您使用更合法的方式,即使用 Google 纬度 api。< /a>
There is no direct support for Step 1, due to obvious reasons.
I would suggest that you use a more legitimate way, by using the Google Latitude api.
恕我直言,最简单、最好的方法是为
IMHO the easiest and best way is to