Example
Is a Point in a Polygon?
geometric.pointInPolygon(point, polygon) returns a boolean representing whether a point is inside a polygon.
Drag the point to see it in action.
Inside
true
Code
Example
geometric.pointInPolygon(point, polygon) returns a boolean representing whether a point is inside a polygon.
Drag the point to see it in action.
true
Code