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

/frameworks/base/location/java/android/location/
H A DLocation.java401 * @param endLatitude the ending latitude
408 double endLatitude, double endLongitude, float[] results) {
413 endLatitude, endLongitude, results);
407 distanceBetween(double startLatitude, double startLongitude, double endLatitude, double endLongitude, float[] results) argument

Completed in 51 milliseconds