Calculate Midpoint
midpoint_toolCalculate the geographic midpoint between two coordinates along the great circle path. Works offline without API calls.
Instructions
Calculate the geographic midpoint between two coordinates. Returns the point that is halfway between the two input points along the great circle path. 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 | ||
| midpoint | Yes |