Home | History | Annotate | Download | only in server

Lines Matching refs:minDistance

2065         double minDistance = record.mRequest.getSmallestDisplacement();
2066 if (minDistance > 0.0) {
2067 if (loc.distanceTo(lastLoc) <= minDistance) {