Update GeoJsonPoint Javadoc.
Mention x -> longitude, y -> latitude relation. Closes: #3956
This commit is contained in:
committed by
Christoph Strobl
parent
cb441d5b6c
commit
b98a7063ee
@@ -36,8 +36,8 @@ public class GeoJsonPoint extends Point implements GeoJson<List<Double>> {
|
||||
/**
|
||||
* Creates {@link GeoJsonPoint} for given coordinates.
|
||||
*
|
||||
* @param x
|
||||
* @param y
|
||||
* @param x : longitude
|
||||
* @param y : latitude
|
||||
*/
|
||||
public GeoJsonPoint(double x, double y) {
|
||||
super(x, y);
|
||||
|
||||
Reference in New Issue
Block a user