作者runabout (runabout)
看板WindowsPhone
标题Re: [讨论] 离线地图?
时间Sun Feb 17 22:00:53 2013
I believe you are talking about the PositionAccuracy.
If you don't set the PositionAccuracy, the system will use the default one.
So, the value reported by the Geolocator is optimize for power, performance,
and other cost considerations.
For the Apps need high accuracy, please set the PositionAccuracy to high,
it will deliver the most accurate report possible.
Please refer to the PositionAccuracy enumeration
http://msdn.microsoft.com/en-us/library/windows/apps/windows.devices.geolocation.positionaccuracy
http://blogs.windows.com/windows_phone/b/wpdev/archive/2012/11/30/acquiring-a-single-geoposition-in-windows-phone-8.aspx
The feature is supported in both Windows 8 and Windows Phone 8.
※ 引述《pelicanper (派立肯)》之铭言:
: 我在纽西兰刚好有机会参与MS和Nokia一起举办的Windows Phone
: 手机软体开发的Workshop,其中就有讨论到map的部分
: WP手机定位会靠3G讯号发射台,Wifi热点,和GPS三个来源,
: 也就是说只要有任何一个讯号以上就可以让手机定位,
: 但是前两者都会有某种程度以上的误差,除非你人就在基地台下面
: 要不然就是在无线网路旁边,所以要准确一定要仰赖GPS讯号
: 但是问题是站在程式设计的立场,要让定位准确就必须要一直去搜寻GPS
: 这样其实让手机很耗电,所以MS提供给程式开发者的参数可以去设定
: 定位的精确度和搜寻GPS的频率,为了就是希望app不要变成吃电怪兽
: 因为鱼与熊者不可兼得,其实这些导航或是一直track的程式就是耗电的象徵
: 它们不断要一直搜寻讯号而且会不断的在记忆体里面执行
: 离线地图是WP的一大特色,但是如果有用过汽车卫星导航的就知道电源要一直插着
: 就是因为萤幕和GPS不断在消耗电,手机在这上面要考虑的就不太一样,
: 所以很有可能GPS不会像汽车的更新那麽快,一旦GPS讯号不稳定又没有Wifi
: 这时候唯一能够看得到手机位置的就剩基地台,所以map起笑真的也不是它故意的
: 大概是这样
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 111.243.89.56
※ 编辑: runabout 来自: 111.243.122.6 (02/28 00:40)