Destination Point Calculator
Find the destination latitude/longitude you'd reach travelling a given distance and compass bearing from a start point, along a great-circle path. Accepts decimal degrees or DMS, plus km/mi/nmi/m distances, and reports the arrival (final) bearing too.
Input
Decimal degrees or DMS/DDM (e.g. 40 42 46 N) — auto-detected.
Decimal degrees or DMS/DDM — auto-detected.
Compass heading to set off on, 0–360° from true north (0 = N, 90 = E, 180 = S, 270 = W).
Output
| Metric | Value |
|---|---|
| No data yet | |
Guides
The Destination Point Calculator answers the classic navigation question: "if I leave this point heading in this direction for this distance, where do I end up?" Enter a start latitude/longitude, an initial compass bearing and a distance, and get the destination coordinate — plus the final bearing you'd be facing on arrival, since a great-circle path curves.
How to use it
- Enter the latitude and longitude of your start point.
- Enter the initial bearing (0–360°, where 0 = north, 90 = east, 180 = south, 270 = west) and the distance to travel.
- Pick a distance unit — kilometers, miles, nautical miles or meters.
- Read the destination coordinate, in both decimal degrees and DMS, plus the final bearing. Results update as you type; copy or download them as CSV.
The start coordinate box accepts either decimal degrees (40.7128, -74.0060) or degrees-minutes-seconds (40°42'46"N, 74 0 21.6 W). The format is detected automatically, and a N/S/E/W hemisphere letter or a leading minus sign sets the direction, so you can paste coordinates straight from Google Maps, a GPS device or a survey record.
Why does the calculator also give a final bearing?
The destination point sits on a great circle — the shortest path between two points on a sphere — and following one means continuously adjusting your heading. The initial bearing is the compass heading you set off on; the final bearing is the heading you'd be facing on arrival if you kept following that same great circle. The two match only when travelling due along the equator or a meridian; everywhere else they diverge, more so over longer distances. Knowing both is what makes a heading usable for real dead-reckoning or flight-planning work, not just a single "as the crow flies" line on a map.
Is my data private?
Yes. The entire calculation runs locally in your browser — coordinates are never uploaded to a server, so you can use it with sensitive location data with confidence.
Common uses
Plotting a waypoint along a great-circle flight or sailing route, dead-reckoning navigation when you know heading and speed but not a live GPS fix, surveying and land navigation, or projecting a search radius or patrol route from a known start point.
Use it from code
REST API
curl -X POST https://api.iotools.cloud/v1/tool/destination-point-calculator \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"lat": "40.7128",
"lon": "-74.0060",
"bearing": "51.21",
"distance": "500",
"distanceUnit": "km"
}'Swap in your own key from your account. The tool's fields are the body — no wrapper.
Ask an AI agent
Use the IOTools `destination-point-calculator` tool (Destination Point Calculator) on this input:
YOUR_INPUT_HEREPaste this at any agent connected to the IOTools MCP server, then add your input.
| Cost per call | From 5 credits |
|---|