[UWP]让lpsia手机的gps更准确 [英] [UWP] make gps more accurate in lumia phone

查看:54
本文介绍了[UWP]让lpsia手机的gps更准确的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我在lumia手机上有一个UWP应用程序,虽然我的gps准确度设置为高代码......它仍然不是很准确。 有没有人可以通过蓝牙设备或其他方式在lumia手机上更准确地使用gps?


NB这就是我将gps准确度设置得高的原因......我也设置了以米为单位的精度作为测试,但结果不如数据连接不良。

geolocator.DesiredAccuracy = Windows.Devices.Geolocation.PositionAccuracy.High;


我看到有gps接收器可以通过蓝牙连接,然后获得一个非常准确的GPS位置,即厘米。


但我想知道他们是否使用了UWP应用程序和有没有人以前做过这个?


或者有更好的方法吗?


感谢您的帮助......

解决方案

尝试设置  geolocator.desiredAccuracyInMeters(1或0)。
Windows.Devices.Geolocation.PositionAccuracy .High意味着您希望精度达到10米。



https://msdn.microsoft.com/en-us/library/windows/apps/windows。 devices.geolocation.geolocator.desiredaccuracyinmeters.aspx


Hi,

I have a UWP app on a lumia phone and although I have the gps accuracy set to high in the code...it is still not very accurate.  Has anyone come a cross a Bluetooth devise or some other way to make gps more accurate on a lumia phone?

NB This is how I set the gps accuracy high...I also set the accuracy in metres as a test but the results were not great over poor data connection.
geolocator.DesiredAccuracy = Windows.Devices.Geolocation.PositionAccuracy.High;

I see there are gps receivers that could connect by Bluetooth and then get a very accurate gps location i.e. to centimeters.

But I am wondering do they work with a UWP app and has anyone done this before?

Or is there a better way of doing this?

Thanks for any help...

解决方案

Try setting the geolocator.desiredAccuracyInMeters instead (1 or 0). Windows.Devices.Geolocation.PositionAccuracy.High means you want the accuracy to be 10 meters. 

https://msdn.microsoft.com/en-us/library/windows/apps/windows.devices.geolocation.geolocator.desiredaccuracyinmeters.aspx


这篇关于[UWP]让lpsia手机的gps更准确的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆