Android 的基于位置的应用程序

发布于 2024-11-13 01:59:10 字数 208 浏览 3 评论 0原文

我想为Android开发一个基于位置的应用程序。我一直在编写一些代码并成功检索我当前的位置。

问题是,我也希望能够处理其他人的位置(当然,一旦注册了我的服务并接受了服务条款)。

我不确定这是否合法,但是,哪一种是开发基于位置的应用程序的最佳方式?

在我的服务中注册人员并自己处理纬度和经度,或者我应该使用谷歌纬度 API?我想知道在这些情况下最好的方法。

I would like to develop a location based application for android. I have been writing some code and succesfully retrieve my current location.

The thing is that i would like to be able to handle another people locations too (of course once registered in my service and accepted the terms of service).

I am not sure wether is legal or not, but, which would be the best way to develop location based applications?

Registering people in my service and handle latitude and longitud myself or maybe should i use the google latitude API? I would like to know the best approach in these cases.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

不…忘初心 2024-11-20 01:59:10

我会构建(并且我做到了:))自己的服务来处理用户的位置。如果您尝试使用谷歌纬度,您不仅必须向您推送用户注册,还必须向谷歌应用程序推送用户注册......

I would build (and I did :)) own service for handling users' location. In case you will try to use google latitude you have to push your users register not only with you, but also with google application....

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