久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

      1. <legend id='xfeqK'><style id='xfeqK'><dir id='xfeqK'><q id='xfeqK'></q></dir></style></legend>
      2. <i id='xfeqK'><tr id='xfeqK'><dt id='xfeqK'><q id='xfeqK'><span id='xfeqK'><b id='xfeqK'><form id='xfeqK'><ins id='xfeqK'></ins><ul id='xfeqK'></ul><sub id='xfeqK'></sub></form><legend id='xfeqK'></legend><bdo id='xfeqK'><pre id='xfeqK'><center id='xfeqK'></center></pre></bdo></b><th id='xfeqK'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='xfeqK'><tfoot id='xfeqK'></tfoot><dl id='xfeqK'><fieldset id='xfeqK'></fieldset></dl></div>
      3. <small id='xfeqK'></small><noframes id='xfeqK'>

        <tfoot id='xfeqK'></tfoot>

          <bdo id='xfeqK'></bdo><ul id='xfeqK'></ul>

        科爾多瓦地理定位精度上限為 10 米

        Cordova geolocation accuracy gets capped at 10 meters(科爾多瓦地理定位精度上限為 10 米)
        • <bdo id='KVYna'></bdo><ul id='KVYna'></ul>

          <small id='KVYna'></small><noframes id='KVYna'>

          <legend id='KVYna'><style id='KVYna'><dir id='KVYna'><q id='KVYna'></q></dir></style></legend>
        • <tfoot id='KVYna'></tfoot>

          1. <i id='KVYna'><tr id='KVYna'><dt id='KVYna'><q id='KVYna'><span id='KVYna'><b id='KVYna'><form id='KVYna'><ins id='KVYna'></ins><ul id='KVYna'></ul><sub id='KVYna'></sub></form><legend id='KVYna'></legend><bdo id='KVYna'><pre id='KVYna'><center id='KVYna'></center></pre></bdo></b><th id='KVYna'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='KVYna'><tfoot id='KVYna'></tfoot><dl id='KVYna'><fieldset id='KVYna'></fieldset></dl></div>

                <tbody id='KVYna'></tbody>
                  本文介紹了科爾多瓦地理定位精度上限為 10 米的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  更新:這是一個 Google Play 服務問題,內部報告這里將從版本 13.4.0 開始修復

                  Update: it is a Google Play Service issue, reported internally here and it will be fixed from version 13.4.0

                  我們使用 cordova 地理定位插件 和方法 navigator.geolocation.watchPosition() 帶有選項 enableHighAccuracy: true 以跟蹤用戶位置并獲得最準確的結果.

                  We use the cordova gelocation plugin and the method navigator.geolocation.watchPosition() with the option enableHighAccuracy: true to track the user location and get the most accurate results.

                  我們的應用程序已經存在 1 年多了,過去我們可以毫無問題地使用任何設備來獲得非常好的定位精度,戶外時 4/6 米,天空晴朗.

                  Our app has been around for more than 1 year and we used to have no problems with any device getting a very good location accuracy, 4/6 meters when outside and the sky is clear.

                  最近,我們的許多用戶報告說,無論他們做什么,都無法獲得低于 10m 的精度.

                  Lately, many of our users are reporting not being able to get anything less than 10m accuracy no matter what they do.

                  我們決定自己測試它,我們發現有同樣的問題.最初,我們認為我們在最新版本中引入了一些錯誤,我們對所有內容進行了三次檢查,但我們沒有對涉及地理位置的代碼/依賴項進行任何更改.

                  We decided to test it ourselves and we found to have the same issue. Initially, we thought we introduced some bug in our latest release, we triple checked everything but we made no changes to code/dependencies involving geolocation.

                  我們還測試了我們應用的舊版本,我們確信可以達到 4m 的精度,但令人驚訝的是它們也不起作用,精度上限為 10m.

                  We tested older versions of our app as well, where we are sure it was possible to get like 4m accuracy, but surprisingly they do not work either, accuracy is capped at 10m.

                  我們嘗試了不同版本的 Android,我們可以在從 5(棒棒糖)到 8(奧利奧)的任何平臺上重現該問題.我們在 iOS 10/11 上也有同樣的問題.同樣,我們已經有幾個月沒有更新該應用了.

                  We tried different version of Android and we can reproduce the issue on any platform from 5 (Lollipop) to 8 (Oreo). We also have the same problem on iOS 10/11. Again, we have not updated the app in months.

                  最近有一個關于同一問題的問題 這里:

                  There is a recent question about the same issue here:

                  其他人在使用 Android 本機代碼時遇到同樣的問題 這里

                  Someone else is having the same problem using Android native code here

                  有人知道發生了什么嗎?是權限問題嗎?定位服務也設置為高精度.

                  Does anyone know what is going on? Is it a permission issue? Location Services are set to High Accuracy as well.

                  為了完整起見,我們可以使用這個 插件

                  For the sake of completeness, we are able to get 3/4 meters accuracy using the old version (2.x) of this plugin

                  這是唯一的出路嗎?

                  我們寧愿不為開箱即用的運行良好的東西引入額外的依賴項.

                  We would rather not introduce an extra dependency for something that was working so well out of the box.

                  非常感謝

                  推薦答案

                  它可能會擔心,這是一個 Google Play 服務問題,內部報告 here 將從版本 13.4.0 開始修復

                  To whom it might concern, it is a Google Play Services issue, reported internally here and it will be fixed from version 13.4.0

                  更新:更新至 Play Services 14.3.66 后解決,精度再次降至 4m!

                  Update: solved after updating to Play Services 14.3.66, accuracy down to 4m again!

                  這篇關于科爾多瓦地理定位精度上限為 10 米的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  Help calculating X and Y from Latitude and Longitude in iPhone(幫助從 iPhone 中的緯度和經度計算 X 和 Y)
                  Get user#39;s current location using GPS(使用 GPS 獲取用戶的當前位置)
                  IllegalArgumentException thrown by requestLocationUpdate()(requestLocationUpdate() 拋出的 IllegalArgumentException)
                  How reliable is LocationManager#39;s getLastKnownLocation and how often is it updated?(LocationManager 的 getLastKnownLocation 有多可靠,多久更新一次?)
                  CLLocation returning negative speed(CLLocation 返回負速度)
                  How to detect Location Provider ? GPS or Network Provider(如何檢測位置提供者?GPS 或網絡提供商)
                  <legend id='y0VJC'><style id='y0VJC'><dir id='y0VJC'><q id='y0VJC'></q></dir></style></legend>
                • <i id='y0VJC'><tr id='y0VJC'><dt id='y0VJC'><q id='y0VJC'><span id='y0VJC'><b id='y0VJC'><form id='y0VJC'><ins id='y0VJC'></ins><ul id='y0VJC'></ul><sub id='y0VJC'></sub></form><legend id='y0VJC'></legend><bdo id='y0VJC'><pre id='y0VJC'><center id='y0VJC'></center></pre></bdo></b><th id='y0VJC'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='y0VJC'><tfoot id='y0VJC'></tfoot><dl id='y0VJC'><fieldset id='y0VJC'></fieldset></dl></div>

                  <small id='y0VJC'></small><noframes id='y0VJC'>

                  • <bdo id='y0VJC'></bdo><ul id='y0VJC'></ul>

                            <tbody id='y0VJC'></tbody>
                          • <tfoot id='y0VJC'></tfoot>
                            主站蜘蛛池模板: 日韩免费福利视频 | 国产精品久久久久久妇女 | 精品美女在线观看视频在线观看 | 男人天堂国产 | 香蕉一区二区 | 日韩一区二区av | 国产精品美女一区二区 | 国产精品日韩在线观看 | 黄免费观看视频 | 中文字幕一区二区三区不卡 | 亚洲免费成人av | 国产亚洲一区精品 | 日韩性生活网 | 欧美aaa| 久久久国产精品视频 | 国产一区二区三区欧美 | 欧美天堂 | www.国产| 日韩精品一区二区三区视频播放 | 色综合色综合 | 天天色图 | 日本91av视频 | 免费黄色录像片 | 久久一区二区三区四区 | 亚洲一av| 亚洲成人精品 | 我要看黄色录像一级片 | 日韩精品在线一区 | 91久久综合| 亚洲一二三区精品 | 中文字幕加勒比 | 亚洲综合无码一区二区 | 免费一区| 日韩中文字幕在线观看 | 久久伦理电影 | 日本高清视频在线播放 | 狠狠爱免费视频 | 国产精品天堂 | 久久成人国产 | 亚洲精品久久久一区二区三区 | 在线观看成年视频 |