JavadocMD / simplelatlng

A simple, lightweight library for common latitude and longitude calculation needs in Java.
90 stars 20 forks source link

Fix for loss of precision issues. #15

Closed JavadocMD closed 2 years ago

JavadocMD commented 2 years ago

Enables rounding in cases where a distance in radians calc is converted to the internal degrees representation. This should fix test case failures.