Android 的基于位置的应用程序
我想为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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会构建(并且我做到了:))自己的服务来处理用户的位置。如果您尝试使用谷歌纬度,您不仅必须向您推送用户注册,还必须向谷歌应用程序推送用户注册......
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....