Skip to content

GeographicCoordinate 1.2.1

Compare
Choose a tag to compare
@kloverde kloverde released this 15 Feb 16:36
  • 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