Home
last modified time | relevance | path

Searched refs:point1 (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DUtils.java73 public static String formatDistanceBetween(LatLng point1, LatLng point2) { in formatDistanceBetween() argument
74 if (point1 == null || point2 == null) { in formatDistanceBetween()
79 double distance = Math.round(SphericalUtil.computeDistanceBetween(point1, point2)); in formatDistanceBetween()