Commit 91bd63f4348b57b46e14736ec1a94dc11492fbb6

Authored by 杨帅
1 parent f7daa80f

1 修改用户到达起点精度

config.gradle
@@ -21,7 +21,7 @@ ext { @@ -21,7 +21,7 @@ ext {
21 //编译方式 21 //编译方式
22 debug : false, 22 debug : false,
23 //版本号 23 //版本号
24 - version: "0.7.18", 24 + version: "0.7.19",
25 //Lib库前缀 25 //Lib库前缀
26 packeg : "com.cnlive.module", 26 packeg : "com.cnlive.module",
27 //Lib库名称 27 //Lib库名称
moudle_pedometer/src/main/java/com/cnlive/moudle/pedometer/model/Constant.java
@@ -38,8 +38,8 @@ public class Constant { @@ -38,8 +38,8 @@ public class Constant {
38 public static final double PASS_RATE = 0.7;//通过率70% 38 public static final double PASS_RATE = 0.7;//通过率70%
39 public static final int CHECK_ACCURACY = 50;//判断用户是否完成的精度范围 39 public static final int CHECK_ACCURACY = 50;//判断用户是否完成的精度范围
40 public static final int LOCA_ACCURACY = 20;//定位过滤精度 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 public static final int FENCE_OFFSET = 50;//围栏偏离距离 43 public static final int FENCE_OFFSET = 50;//围栏偏离距离
44 public static final int FENCE_DENOISE = 20;//围栏去噪精度 44 public static final int FENCE_DENOISE = 20;//围栏去噪精度
45 public static final int TAKE_POINT_MAX_SIZE = 100;//最大打点数量 45 public static final int TAKE_POINT_MAX_SIZE = 100;//最大打点数量