• <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 id='KVYna'><tfoot id='KVYna'></tfoot><dl id='KVYna'><fieldset id='KVYna'></fieldset></dl></div>

        科尔多瓦地理定位精度上限为 10 米

        时间:2023-09-02
            <tbody id='xfeqK'></tbody>

          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 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 米的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  更新:这是一个 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模板网!

                  上一篇:在网络和 GPS 提供商之间切换 下一篇:onLocationChanged 不会自动调用

                  相关文章

                  最新文章

                  <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 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>

                    1. <tfoot id='y0VJC'></tfoot>