0.5.4
- added
EarthCalc.midPoint(p1, p2)
- renamed
EarthCalc.pointRadialDistance()
toEarthCalc.pointAt(...)
- renamed
BoundingArea.boundingArea()
toBoundingArea.around(...)
- removed
get...()
out ofPoint
andBoundingArea
- added maven javadoc plugin
EarthCalc.midPoint(p1, p2)
EarthCalc.pointRadialDistance()
to EarthCalc.pointAt(...)
BoundingArea.boundingArea()
to BoundingArea.around(...)
get...()
out of Point
and BoundingArea