Searched refs:toMile (Results 1 – 3 of 3) sorted by relevance
333 return (GalleryUtils.toMile(distance) > GEOGRAPHIC_DISTANCE_CUTOFF_IN_MILES); in isGeographicallySeparated()
186 public static final double toMile(double meter) { in toMile() method in GalleryUtils
228 int distance = (int) GalleryUtils.toMile(distanceFloat[0]); in computeAddress()