Please check this image first
I have an array of lat long coordinates through which I created a MKPolyline
now I want to find the intersecting point coordinates lat long of two MKPolyline
.
For this I have tried MKPolyLine Intersects or not method but it only returns the bool value, not lat long coordinates. Also I have tried http://www.movable-type.co.uk/scripts/latlong.html to find out the mid point between 2 points but it's not working.
So can we find the exact intersecting point between two MKPolyline
.