Straight-line distance
straight_line_distanceCalculate the great-circle distance between any two locations using place names, addresses, or coordinates. Provides instant 'as the crow flies' distance without relying on road networks.
Instructions
Great-circle ("as the crow flies") distance between two places. Instant and independent of any road network — use route for real travel distances.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Place name, address, or coordinates as "lat,lon" | |
| from | Yes | Place name, address, or coordinates as "lat,lon" | |
| language | No | Language used when geocoding place names, default "en" |