Skip to content

Commit d6261c3

Browse files
committed
Update release notes and README documentation.
1 parent 33a519c commit d6261c3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@ which leads to the following output
162162

163163
24°5915 65°1403
164164

165+
This string can then also be parsed to a _location_.
166+
167+
```java
168+
final Location location = format.parse("24°5915 65°1403");
169+
```
170+
165171
### Geodetic calculations
166172

167173
#### Distance between two points
@@ -319,3 +325,4 @@ The library is licensed under the [Apache License, Version 2.0](http://www.apach
319325
#### Improvements
320326

321327
* [#72](https://github.com/jenetics/jpx/issues/72): Parsing of [ISO 6709](https://en.wikipedia.org/wiki/ISO_6709) location strings (thanks to [bunkenburg](https://github.com/bunkenburg)). This also contains fixes in the ISO 6709 location formatter.
328+
* [#140](https://github.com/jenetics/jpx/issues/140): Add `WayPoint` factory methods taking `Instant`.

0 commit comments

Comments
 (0)