Update GeoJsonPoint Javadoc.
Mention x -> longitude, y -> latitude relation. Closes: #3956
This commit is contained in:
committed by
Christoph Strobl
parent
90b8ba7246
commit
2a3f746cb6
@@ -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