Calculate Bearing
bearing_toolCalculate the compass bearing between two geographic coordinates. Returns direction in degrees where 0° is north, 90° east, 180° south, and 270° west.
Instructions
Calculate the bearing (compass direction) from one point to another. Returns bearing in degrees where 0° is North, 90° is East, 180° is South, and 270° is West. Works offline without API calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Ending coordinate | |
| from | Yes | Starting coordinate |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| from | Yes | ||
| bearing | Yes | Bearing in degrees (0-360, where 0 is North) |