GeographicCoordinate 1.2.1
- Renamed the new method from today's earlier release: DistanceCalculator.totalTravelDistance( Unit, Point ... ) is now DistanceCalculator.distance( Unit, Point ... ).
- Deprecated DistanceCalculator.distance( Point, Point, Unit ), as it has been rendered redundant by the vararg method above. This deprecated method will be removed in the near future - possibly in the next release.
- Updated README and javadoc