Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/v1/geo/point-in-polygon \ --header 'X-API-Key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Check if a point is inside a polygon (ray casting algorithm).
Point latitude
-90 <= x <= 90
Point longitude
-180 <= x <= 180
Polygon vertices as lat1,lon1;lat2,lon2;lat3,lon3...
Successful Response