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