Commit 209f61bbb9b69598fe16504e95a9f1c277a1f5e7

Authored by 杨帅
2 parents 6dae87fd 5bef0aa8
moudle_pedometer/src/main/java/com/cnlive/moudle/collectionTrace/model/RaceNameListInfo.java
... ... @@ -43,6 +43,7 @@ public class RaceNameListInfo implements Serializable {
43 43 }
44 44  
45 45 public static class EventShoeLinesBean implements Serializable {
  46 +
46 47 /**
47 48 * createTime : 1562308026000
48 49 * darenId : 10513196
... ... @@ -53,6 +54,7 @@ public class RaceNameListInfo implements Serializable {
53 54 * eventName : 23515
54 55 * id : 123
55 56 * isEnable : 0
  57 + * latLongitude : [{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.30934,"pointName":"在国图文化大厦附近"},{"latitude":39.933989,"longitude":116.309316,"pointName":"在国图文化大厦附近"},{"latitude":39.933989,"longitude":116.309316,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933698,"longitude":116.309341,"pointName":"在国图文化大厦附近"},{"latitude":39.933696,"longitude":116.309324,"pointName":"在国图文化大厦附近"}]
56 58 * mileage : 0.0
57 59 * roadmap : http://wjjtest.ys2.cnliveimg.com/802/img/0/2019/07/05/156230801470911621062.png
58 60 * startLocation : 在国图文化大厦附近
... ... @@ -69,12 +71,12 @@ public class RaceNameListInfo implements Serializable {
69 71 private String eventName;
70 72 private int id;
71 73 private int isEnable;
  74 + private String latLongitude;
72 75 private String mileage;
73 76 private String roadmap;
74 77 private String startLocation;
75 78 private String startTime;
76 79 private UserMsgBean userMsg;
77   - private String latLongitude;
78 80  
79 81 public long getCreateTime() {
80 82 return createTime;
... ... @@ -148,6 +150,14 @@ public class RaceNameListInfo implements Serializable {
148 150 this.isEnable = isEnable;
149 151 }
150 152  
  153 + public String getLatLongitude() {
  154 + return latLongitude;
  155 + }
  156 +
  157 + public void setLatLongitude(String latLongitude) {
  158 + this.latLongitude = latLongitude;
  159 + }
  160 +
151 161 public String getMileage() {
152 162 return mileage;
153 163 }
... ... @@ -188,14 +198,6 @@ public class RaceNameListInfo implements Serializable {
188 198 this.userMsg = userMsg;
189 199 }
190 200  
191   - public String getLatLongitude() {
192   - return latLongitude;
193   - }
194   -
195   - public void setLatLongitude(String latLongitude) {
196   - this.latLongitude = latLongitude;
197   - }
198   -
199 201 public static class UserMsgBean implements Serializable{
200 202 /**
201 203 * image : http://yweb0.cnliveimg.com/images/headImg/2019/0521/1558424757652_small.jpg
... ...