offset_coordinates
Move a WGS84 point by a geodesic distance (metres) along a compass bearing (0=N, 90=E, 180=S, 270=W). Pure computation, no external API. Returns JSON: {ok, lon, lat, origin_lon, origin_lat, distance_m, bearing_deg, source}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | ||
| lon | Yes | ||
| distance_m | Yes | ||
| bearing_deg | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |