cn402_geo_distance
Calculate the haversine (great-circle) distance between two latitude/longitude coordinates. Returns the distance in kilometers between any two points on Earth.
Instructions
Geo distance calculator / haversine distance / great circle distance / lat long distance / GPS coordinate distance / 经纬度距离 / kilometer between two coordinates / point-to-point distance Earth / geographic distance API. Compute great-circle (haversine) distance between two latitude/longitude coordinates.
Price: unknown on Base (auto-paid in USDC).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat1 | Yes | First point latitude (required) | |
| lat2 | Yes | Second point latitude (required) | |
| lng1 | Yes | First point longitude (required) | |
| lng2 | Yes | Second point longitude (required) |