Android - 如何获取朋友的位置
有没有办法可以访问 Google Latitude 中的数据以返回其他 Latitude 用户的位置?
Is there a way I can access the data in Google Latitude to return the location of a fellow Latitude user?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,目前还没有特定的 Android API,但是您可以通过 HTTP API(如果您愿意自己手动编写 HTTP 请求代码)。
As far as I can see, there's no specific Android API as yet, however you can access latitude through an HTTP API if you're willing to hand code the HTTP requests yourself.