I have a polygon and polyline created dynamically. Now I need to check whether they both intersect each other or not.
How do I achieve this? Googling hasn\'t provided an
Look at Turf.js it provides you very simple lineIntersect method you pass it coordinates1, coordinates2 and it gives you the array of exact intersections. Turf.js lineIntersect documentation
lineIntersect