0.5.3
- changed constructors to default and private visibility
- removed
get...()
keyword out ofEarthCalc
methods EarthCalc.getDistance()
is nowEarthCalc.gcdDistance()
- renamed
BoundingArea.isContainedWithin(...)
toBoundingArea.contains(...)
get...()
keyword out of EarthCalc
methodsEarthCalc.getDistance()
is now EarthCalc.gcdDistance()
BoundingArea.isContainedWithin(...)
to BoundingArea.contains(...)