Skip to main content

Destination Point Calculator

Calculate the destination latitude and longitude from a starting coordinate, an initial bearing, and a travel distance along a great-circle route.

Destination

Latitude 0
Longitude 0
Rate this tool
0.0 / 5 · 0 ratings

How to Use the Destination Point Calculator

Enter the latitude and longitude of your starting point, the compass bearing you intend to travel, and the distance you want to cover. Choose the distance unit (kilometers, miles, nautical miles, or meters) and the calculator instantly returns the coordinates of the destination. The default example starts in New York City heading roughly northeast at 51 degrees for 5570 kilometers, which lands close to London, demonstrating how the great-circle direct formula matches real-world transatlantic routes.

The Great-Circle Direct Formula

The spherical direct formula takes a starting latitude and longitude, an angular distance (distance divided by Earth's radius), and an initial bearing, and returns the destination latitude and longitude. It is a closed-form trigonometric expression that uses the latitude and bearing at the start point, along with the distance to travel. The same formula is used in flight management systems, GIS software, and any application that needs to predict where a moving object will end up given its current position, heading, and speed.

When to Use This Calculator

Destination point calculations appear in many real-world problems. Air traffic controllers use them to predict where an aircraft will be at a given time. Radar operators use them to translate a detected range and bearing from a station into a target coordinate. Hikers and sailors use them to project a leg of a route to a waypoint. Drone operators and autonomous vehicle planners use them when building paths. Surveyors extend baselines with them. Game developers use them in world simulations that need to track characters on a real or fictional planet.

Bearing and Distance Tips

Remember that a bearing is a true compass direction measured clockwise from geographic north, not from magnetic north. If you have a magnetic bearing from a handheld compass, you must apply your local magnetic declination before using it here. Also remember that great-circle bearings change along the route: the bearing returned by this formula is the initial bearing at the starting point, not the average bearing across the entire journey. For long routes you should re-compute the bearing at intermediate waypoints.

Frequently Asked Questions

What is a destination point calculation?

It takes a starting coordinate, an initial bearing, and a distance, and returns the endpoint along a great-circle route.

What is an initial bearing?

The compass direction at the start of a great-circle route. Because the bearing changes along the route, we specify the direction only at the starting point.

How accurate is the calculation?

About 0.5 percent, using a mean Earth radius. For survey-grade work, use Vincenty or a WGS-84 solver.

What can I use this for?

Air traffic prediction, radar plotting, drone paths, sailing waypoints, surveying, simulations, and games.

Does it handle antimeridian crossings?

Yes. The formula normalizes longitude correctly even if the great-circle path crosses the international dateline or approaches the poles.

Related Calculators

Disclaimer: This calculator is for informational and educational purposes only. Results are estimates and should not be considered professional expert advice. Consult a qualified professional before making decisions based on these calculations. See our full Disclaimer.