curl --request GET \
--url https://api.example.com/v1/geo/bearing \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Calculate bearing (direction) between two coordinates.
curl --request GET \
--url https://api.example.com/v1/geo/bearing \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Latitude of start point
-90 <= x <= 90Longitude of start point
-180 <= x <= 180Latitude of end point
-90 <= x <= 90Longitude of end point
-180 <= x <= 180Successful Response