Distance Between Coordinates
Distance between two points
This finds the straight-line (great-circle) distance between two latitude/longitude points using the haversine formula, which accounts for Earth's curvature. Enter both points below to get the distance in kilometres and miles. Note: this is as-the-crow-flies, not driving distance.
—
Kilometres
—
Miles
—
Frequently asked questions
How is distance between coordinates calculated?
With the haversine formula — the great-circle distance accounting for Earth's curvature. Shown in km and miles.
Is this driving or straight-line distance?
Straight-line (as-the-crow-flies). Road distance will be longer.
What is the haversine formula?
It computes the shortest surface distance between two lat/long points, treating Earth as a sphere.