File tree Expand file tree Collapse file tree 4 files changed +273
-273
lines changed
src/main/java/de/meggsimum/w3w Expand file tree Collapse file tree 4 files changed +273
-273
lines changed Original file line number Diff line number Diff line change 44 * Class represents a position object holding its coordinates (lat/lon).
55 */
66public class Coordinates {
7-
7+
88 /** latitude of this coordinate */
99 private double latitude ;
10-
10+
1111 /** longitude of this coordinate */
1212 private double longitude ;
1313
1414 /**
1515 * Creates an empty {@linkplain Coordinates} object
16- *
16+ *
1717 * @param latitude
1818 * @param longitude
1919 */
@@ -23,7 +23,7 @@ public Coordinates() {
2323 /**
2424 * Creates a {@linkplain Coordinates} object with the given latitude and
2525 * longitude
26- *
26+ *
2727 * @param latitude
2828 * @param longitude
2929 */
Original file line number Diff line number Diff line change 55 * words.
66 */
77public class ThreeWords {
8-
8+
99 /** the first word of this "w3w-address" */
1010 private String first ;
11-
11+
1212 /** the first word of this "w3w-address" */
1313 private String second ;
14-
14+
1515 /** the first word of this "w3w-address" */
1616 private String third ;
1717
You can’t perform that action at this time.
0 commit comments