calculate_midpoint
Calculate geographic midpoint between two coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat1 | Yes | Latitude of point 1 | |
| lat2 | Yes | Latitude of point 2 | |
| lon1 | Yes | Longitude of point 1 | |
| lon2 | Yes | Longitude of point 2 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| point1 | Yes | ||
| point2 | Yes | ||
| midpoint | Yes |