Calculating bounding box a certain distance away from a lat/long coordinate in Java

I wrote an article about finding the bounding coordinates:

http://JanMatuschek.de/LatitudeLongitudeBoundingCoordinates

The article explains the formulae and also provides a Java implementation. (It also shows why IronMan’s formula for the min/max longitude is inaccurate.)

Leave a Comment