Enter the latitude and longitude of two locations, and the calculator will calculate the driving distance between them.
Related
This distance calculator helps you determine the distance between two points using their latitude and longitude. You can calculate distances in kilometers, miles, and nautical miles easily.
Follow these steps to calculate the distance accurately:
"Distance is the measure of space between two points or locations, often expressed in units such as meters, kilometers, or miles." Learn more about distance
The standard unit of distance is the meter (m). Common alternative units include:
The Haversine formula calculates the shortest distance between two points on the surface of a sphere (like Earth). It accounts for the curvature of the planet and is ideal for geographic distance calculations.
The formula steps are:
Step 1: Calculate a:
$$ a = \left(\sin\frac{\Delta \text{lat}}{2}\right)^2 + \cos(\text{lat1}) * \cos(\text{lat2}) * \left(\sin\frac{\Delta \text{lon}}{2}\right)^2 $$
Step 2: Compute c:
$$ c = 2 * \text{atan2}\left(\sqrt{a}, \sqrt{1 - a}\right) $$
Step 3: Determine the distance d:
$$ d = R * c $$
Where R is the radius of the Earth: 6,371 km or 3,960.6 miles.
To calculate the distance between two points:
You can also use our free online distance calculator for instant results.
Some commonly used units include meters (m), kilometers (km), miles (mi), feet (ft), and nautical miles (NM).
| Unit | Symbol |
| Meter | m |
| Kilometer | km |
| Mile | mi |
| Foot | ft |
| Nautical Mile | NM |
You can use GPS coordinates along with the Haversine formula or an online distance calculator to get accurate results in seconds.
Distance measurement is essential for navigation, travel planning, and geography. This distance calculator is ideal for students, travelers, and professionals who need quick and accurate distance calculations. It is widely used in applications such as route planning, flight distance estimation, and vehicle mileage calculation.
From Wikipedia: Distance (Mathematics and Geography)
From Radiopaedia: Angle of the longitudinal arch
Related
Links
Home Conversion Calculator About Calculator Online Blog Hire Us Knowledge Base Sitemap Sitemap TwoEmail us at
Contact Us© Copyrights 2026 by Calculator-Online.net