aerial_distance
Calculate the straight-line distance between two geographic coordinates. Provides a faster alternative to routing for quick distance checks.
Instructions
Get the straight-line (crow-fly) distance between two geographic points. Faster than routing for simple distance checks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | End point as 'lat,lng' | |
| from | Yes | Start point as 'lat,lng' | |
| unit | No | Unit: K = kilometres, M = miles, N = nautical miles (default: K) |