Searched defs:LOCATION_CLUSTER_RADIUS (Results 1 - 1 of 1) sorted by relevance

/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DClusterManager.java41 private static float LOCATION_CLUSTER_RADIUS = 25; // meter field in class:ClusterManager
137 if (bestClusterDistance < LOCATION_CLUSTER_RADIUS) {
188 if (distance < LOCATION_CLUSTER_RADIUS) {

Completed in 158 milliseconds