This PHP class can be used to calculate the distance between two points of latitude and longitude. The formulas utilized are the Great Circle method, Ellipsoid Approximation, and a more accurate Ellipsoid Calculation. A method is provided to also c...