Android 谷歌地图通过 3G 在模拟器上获取用户位置?
是否可以使用3G(来自USB 3G)来实现获取位置功能?我尝试使用 Android 默认安装的地图,当我点击“显示我的位置”时,它无法通过 3G 连接获取我的位置。
从此页面: http://developer.android.com/guide /topics/location/obtaining-user-location.html。我看到了 cellID。 CellID 是在 3G 上可用还是仅在手机上可用?
预先感谢并抱歉我的英语。
Is it possible to use 3G (from USB 3G) to implement a obtain location function ? I tried with the map which is installed on Android by default, when I tap on show my location it couldn't obtain my location with 3G connection.
From this page : http://developer.android.com/guide/topics/location/obtaining-user-location.html. I see cellID. Is CellID available with 3G or only available with cell phone ?
Thank in advance and sorry for my English.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
模拟器配置中应该有一个允许通过网络进行定位的设置。如果您使用 eclipse 插件,它将位于模拟器的运行/调试设置中。另外,请检查模拟器上的位置和安全设置。因为它只是一个运行android的jvm,所以你仍然需要允许手机通过网络找到你的位置。希望这有帮助。
There should be a setting in the emulator config that will allow for location via network. If you are using the eclipse plugin, it will be in the Run/Debug settings for the emulator. Also, check your location and security settings on the emulator. Because it is just a jvm running android, you still need to allow the phone to find your location via network. Hope this helps.