How to improve GPS location Accuracy in Android(如何在 Android 中提高 GPS 定位精度)
问题描述
您好,我正在开发一个使用 GPS 定位的应用程序.我的测试设备是 Nexus One 和 Htc Mytouch 3g Slide.
Hi im working on an app that uses GPS location. My testing devices are Nexus One and Htc Mytouch 3g Slide.
那么有人知道如何提高 GPS 定位精度吗?
So does anyone know how to improve the GPS location accuracy?
推荐答案
看到这个帖子:谷歌地图和具有地图视图的应用具有不同的当前位置
您是在谈论您自己的 MapView 还是您的应用程序或 Google 地图应用程序?在您自己的地图中,使用网络提供商和 gps 提供商来获取位置.Gps 只能在户外自由天空下工作,并且更准确,而网络提供商也可以在室内工作,但准确度较低.
Are you talking about your own MapView witin your app or the Google Maps app? In your own map, use both network provider and gps provider to get the location. Gps only works outdoors under free sky and is more accurate, while a network provider works indoors as well but less accurate.
另请阅读:http://forum.sdx-developers.com/android-2-1-development/cdma-lockup-wifi-use-wireless-networks-and-gps!/msg22834/#msg22834
这篇关于如何在 Android 中提高 GPS 定位精度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 Android 中提高 GPS 定位精度


基础教程推荐
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01