使用小区 ID 进行地理定位
我的 Android 应用程序应该使用手机 ID 确定手机的大致位置。使用 Gears Geolocation API 可以实现这一点,但我不知道如何组织对 Gears 服务器的请求和数据交换。有人有关于这个问题的信息吗?
My android app should determine approximate phone location using cell id. This is possible using Gears Geolocation API, but I've no idea how to organize the request to Gears server and data exchange. Does anybody have the information about the issue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Android 应用程序使用
LocationManager
查找其位置。 Gears,就其存在而言(Google 最近没有摆脱它吗?),是一个网站,而不是一个 Android 应用程序。Android applications find out their location using
LocationManager
. Gears, to the extent it exists anymore (didn't Google get rid of it recently?), is for a Web site, not an Android app.