使用 GPS 追踪手机号码

发布于 2024-12-10 11:32:55 字数 243 浏览 0 评论 0原文

我正在尝试使用 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 技术交流群。

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

发布评论

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

评论(3

别忘他 2024-12-17 11:32:55

您想要跟踪的用户需要安装并运行一个应用程序,该应用程序会定期将 GPS 坐标发布到您的服务器。

The user that you want to track needs to install and run an application, that regularly posts the GPS coordinates to your server.

娜些时光,永不杰束 2024-12-17 11:32:55

由于显而易见的原因,第 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.

最美不过初阳 2024-12-17 11:32:55
tracing the mobile number of friend if he is having the GPS connectivity 

恕我直言,最简单、最好的方法是为

  1. 每次安装生成一个唯一的 ID。
  2. 定期读取该用户的位置
  3. ,并将 GPS 坐标从客户端应用程序发布到您的服务器。
tracing the mobile number of friend if he is having the GPS connectivity 

IMHO the easiest and best way is to

  1. generate a uniqueID per install.
  2. read the location of that user at some regular interval
  3. and posting the GPS coordinates to your server from the client application.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文