I have a google map directions list of lat/lon coordinates that form a path, of say 500km.
How can a calculate the point on the line that is the middle point by distance? (In this case 250km)
I can do it iterating all the points but there must be a better way, right?