Commit 91bd63f4348b57b46e14736ec1a94dc11492fbb6
1 parent
f7daa80f
1 修改用户到达起点精度
Showing
2 changed files
with
3 additions
and
3 deletions
config.gradle
moudle_pedometer/src/main/java/com/cnlive/moudle/pedometer/model/Constant.java
| ... | ... | @@ -38,8 +38,8 @@ public class Constant { |
| 38 | 38 | public static final double PASS_RATE = 0.7;//通过率70% |
| 39 | 39 | public static final int CHECK_ACCURACY = 50;//判断用户是否完成的精度范围 |
| 40 | 40 | public static final int LOCA_ACCURACY = 20;//定位过滤精度 |
| 41 | - public static final int LOCA_END_POINT_ACCURACY = 30;//终点位置比较精度 | |
| 42 | - public static final int LOCA_START_POINT_ACCURACY = 30;//起点位置比较精度 | |
| 41 | + public static final int LOCA_END_POINT_ACCURACY = 20;//终点位置比较精度 | |
| 42 | + public static final int LOCA_START_POINT_ACCURACY = 20;//起点位置比较精度 | |
| 43 | 43 | public static final int FENCE_OFFSET = 50;//围栏偏离距离 |
| 44 | 44 | public static final int FENCE_DENOISE = 20;//围栏去噪精度 |
| 45 | 45 | public static final int TAKE_POINT_MAX_SIZE = 100;//最大打点数量 | ... | ... |