How to use
Enter two or more WGS84 points, or click the map to add points, then read the geodesic distance. Reset when you start a new measurement.
CoordMapThis tool uses the Haversine formula for great-circle distance on a sphere:
a = sin²(Δφ/2) + cos φ1 ⋅ cos φ2 ⋅ sin²(Δλ/2)
c = 2 ⋅ atan2( √a, √(1−a) )
d = R ⋅ c
Enter two or more WGS84 points, or click the map to add points, then read the geodesic distance. Reset when you start a new measurement.
Computes great-circle style distances for trip planning, radio/line-of-sight estimates and simple GIS checks without desktop GIS software.
Distance is calculated client-side on the WGS84 ellipsoid/sphere model used by the tool. Map clicks use the MapLibre basemap (MapFirst).
No. It is geodesic (as-the-crow-flies) distance between coordinates, not road routing.
Results are typically kilometres and metres (and may include miles depending on the UI). Convert as needed for your workflow.
Add multiple points to sum segment distances when the tool supports a point list or click path.
Not for pure distance. Geocode addresses first if you only have place names.