mirror of https://github.com/apache/lucene.git
improve javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1543852 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bd2c81dbe2
commit
f005912635
|
@ -33,7 +33,8 @@ package org.apache.lucene.util;
|
|||
public class SloppyMath {
|
||||
|
||||
/**
|
||||
* Returns the distance between two points in decimal degrees.
|
||||
* Returns the distance in kilometers between two points
|
||||
* specified in decimal degrees (latitude/longitude).
|
||||
* @param lat1 Latitude of the first point.
|
||||
* @param lon1 Longitude of the first point.
|
||||
* @param lat2 Latitude of the second point.
|
||||
|
|
Loading…
Reference in New Issue