Common - Inside Polygon
Location Inside Poly
Param
Value/Type
Description
{
.. other params
"points": [
[float, float],
[float, float],
[float, float],
[float, float],
...
],
"locations": [
{
"latitude": float,
"longitude": float
}
...
]
}Last updated