We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb441d5 commit b98a706Copy full SHA for b98a706
spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/geo/GeoJsonPoint.java
@@ -36,8 +36,8 @@ public class GeoJsonPoint extends Point implements GeoJson<List<Double>> {
36
/**
37
* Creates {@link GeoJsonPoint} for given coordinates.
38
*
39
- * @param x
40
- * @param y
+ * @param x : longitude
+ * @param y : latitude
41
*/
42
public GeoJsonPoint(double x, double y) {
43
super(x, y);
0 commit comments