Skip to content

GeographicCoordinate 1.0.1

Compare
Choose a tag to compare
@kloverde kloverde released this 11 Jun 01:38
· 196 commits to master since this release
  • IllegalArgumentException is no longer declared to be thrown from Latitude.setDirection(), Longitude.setDirection() or GeographicCoordinate.equals(), as it's a RuntimeException. It can still be thrown from the setDirections on null input; it was never possible to be thrown from GeographicCoordinate.equals().