# Rhumb Line Distance Calculator

Calculate the distance between two points following a rhumb line (constant bearing course)

> Canonical page: https://elysiatools.com/en/tools/rhumb-line-distance

- **Category:** Geography

- **Keywords:** rhumb line, loxodrome, distance, navigation, constant bearing, mercator

## Overview

The Rhumb Line Distance Calculator allows you to determine the precise distance between two geographic coordinates by following a loxodrome, or a path of constant bearing. Ideal for maritime and aviation navigation, this tool calculates the distance along a fixed compass heading rather than the shortest great-circle path.

## Inputs

- **Start Latitude** (number): Enter starting latitude (-90 to 90)
- **Start Longitude** (number): Enter starting longitude (-180 to 180)
- **End Latitude** (number): Enter destination latitude (-90 to 90)
- **End Longitude** (number): Enter destination longitude (-180 to 180)
- **Distance Unit** (select)
- **Decimal Precision** (number): Number of decimal places

## When to use

- When planning a voyage or flight path that requires maintaining a constant compass bearing.
- When comparing the distance of a loxodromic path against a great-circle route for navigation planning.
- When working with Mercator projection maps where rhumb lines appear as straight lines.

## How it works

- Enter the latitude and longitude coordinates for both your starting point and your destination.
- Select your preferred unit of measurement, such as kilometers, miles, or nautical miles.
- Adjust the decimal precision setting to define the level of detail required for your calculation.
- Click calculate to generate the distance based on the constant bearing between your two points.

## Use cases

- Maritime navigation planning for vessels maintaining a fixed compass heading.
- Aviation flight path analysis for long-distance travel.
- Geographic education and mapping exercises involving Mercator projections.

## Frequently asked questions

### What is a rhumb line?

A rhumb line, or loxodrome, is a path on the Earth's surface that crosses every meridian at the same angle, allowing a navigator to maintain a constant compass bearing.

### Is a rhumb line the shortest distance between two points?

No, the shortest distance between two points on a sphere is a great-circle route. A rhumb line is typically longer but easier to navigate.

### Which units are supported?

The tool supports kilometers (km), miles (mi), nautical miles (nm), and meters (m).

### What are the coordinate limits?

Latitudes must be between -90 and 90 degrees, and longitudes must be between -180 and 180 degrees.

### How does this differ from a great-circle calculation?

Great-circle calculations find the shortest path, while rhumb line calculations maintain a constant heading, which is more practical for traditional navigation.

## Related tools

- [Great Circle Distance Calculator](https://elysiatools.com/en/tools/great-circle-distance): Calculate the shortest distance between two points on Earth using the great circle formula
- [Bearing Calculator](https://elysiatools.com/en/tools/bearing-calculator): Calculate the bearing (azimuth) between two coordinates on Earth
- [Pendulum Period Calculator (T = 2π√(L/g))](https://elysiatools.com/en/tools/pendulum-calculator): Compute period, length, or gravity of a simple pendulum, plus amplitude-based peak speed and energy
- [Timezone Lookup by Coordinates](https://elysiatools.com/en/tools/timezone-lookup-by-coordinates): Find the IANA timezone for any latitude / longitude: returns the timezone name (e.g. Asia/Shanghai), the current UTC offset, whether daylight saving time is active, the local wall-clock time, and the nearest reference cities. Fully offline — uses a built-in city/timezone reference database with nearest-reference matching.
- [Critical Angle and Total Internal Reflection Calculator](https://elysiatools.com/en/tools/critical-angle-total-reflection): θ_c = arcsin(n₂/n₁) with the Brewster angle — glass 41.81°, diamond 24.44°, the physics of fibers and sparkle.
- [Debt Payoff Calculator](https://elysiatools.com/en/tools/debt-payoff-calculator): General-purpose debt payoff planner comparing avalanche, snowball, and minimum-only strategies. Enter debts as 'name, balance, APR%, minPayment $' per line plus an extra monthly payment. Shows payoff time, total interest, savings, balance decline curves, and a per-debt repayment detail table.
- [Gravitational Time Dilation Calculator](https://elysiatools.com/en/tools/gravitational-time-dilation): dτ = dt·√(1 − 2GM/(rc²)) for Earth, Sun, or custom mass: Schwarzschild radius, dilation factor, and daily/yearly clock lag outside the horizon.
- [Projectile Motion Calculator (Range, Height, Time)](https://elysiatools.com/en/tools/projectile-motion-calculator): Compute range, max height, flight time, and the full trajectory of a projectile given speed, angle, and optional initial height

## Samples

- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Duplicate Line Samples](https://elysiatools.com/en/samples/text-duplicate-line-samples): Sample files with various types of duplicate lines for testing duplicate removal tools
