increase the static dis limit to 0.3
This commit is contained in:
@@ -193,8 +193,8 @@ public class TrackObj {
|
||||
return false;
|
||||
}
|
||||
double dis = CoordinateUtils.calculateLineDistance(center[0], center[1], cacheData.getLongitude(), cacheData.getLatitude());
|
||||
Log.d("emArrow-Track", "uuid : " + cacheData.getUuid() + " , list size : " + objQueueList.size() + " , dis : " + dis);
|
||||
return dis < 0.2;
|
||||
// Log.d("emArrow-Track", "uuid : " + cacheData.getUuid() + " , list size : " + objQueueList.size() + " , dis : " + dis);
|
||||
return dis < 0.3;
|
||||
}
|
||||
|
||||
public boolean isFourWheelType() {
|
||||
|
||||
Reference in New Issue
Block a user