React Native; How we can Monitor The google map Tracking So Actually User drive on line or not, E.g.
if i got the direction from Location A to Location B , So how we can check that User Drive on Line or not.
Basically i can't Monitor it,
E.g
Actually i want it in react native, So anyOne Help me How we can achieve it or any 3rd party Library, Thanks in Advance.
This Method isPointNearLine is Solve my problem.
Code Snippet.
it will return true and false.
There is another approach is we can user @turf/boolean-point-on-line
Code Snippet
it will also return True and false if Points lies on line.