A polygon feature
A feature (can be not a polygon)
const polygonFeature = ...
const otherFeature = ...
// The method will return true if otherFeature intersect the polygonFeature
const areIntersecting = JMap.Geometry.polygonIntersect(polygonFeature, otherFeature)
JMap.Geometry.polygonIntersect
Returns true if the polygon feature geometry intersects the other feature geometry.