Re: [討論] 離線地圖?

看板WindowsPhone作者 (runabout)時間11年前 (2013/02/17 22:00), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串3/3 (看更多)
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)
文章代碼(AID): #1H8EAOKZ (WindowsPhone)
討論串 (同標題文章)
文章代碼(AID): #1H8EAOKZ (WindowsPhone)