久久久久久久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>
                            主站蜘蛛池模板: 亚洲国产精品成人无久久精品 | 天堂久久天堂综合色 | 久久99国产精品 | 国产精品一二三区 | 国产美女自拍视频 | 久久性 | 色综合久久天天综合网 | 国产日韩欧美中文字幕 | 精品欧美一区二区三区久久久 | 欧美成人精品在线 | 奇米在线 | 欧美精品一区二区三区蜜桃视频 | 91亚洲精| 免费观看一级特黄欧美大片 | 人人精品| 国产精品一区二区三区久久久 | 久久久久av | 国产在线小视频 | 在线观看av网站 | 欧美成人久久 | 日日拍夜夜 | 中文字幕日韩一区 | 国产天天操 | 一级视频黄色 | 欧美一区二区三区在线看 | 91亚洲国产成人久久精品网站 | 亚洲精品自在在线观看 | 成人午夜影院 | 在线播放中文字幕 | 神马影院一区二区三区 | 请别相信他免费喜剧电影在线观看 | 亚洲性网 | 一区二区三区免费 | 玖玖精品视频 | 在线成人av | 成年人国产在线观看 | 精品中文视频 | 一区二区三区免费观看 | 欧美成人a | 97色在线观看免费视频 | 天天精品在线 |