So the situation is: I have a path (which is represented as a two-dimensional array of GPS coordinates) and I have a percentage position on this path.
I.e. I know that a person has walked 80% of the path (which is for example an array like this [[1,1], [5,5], [9,9]]). What are coordinates of our stranger?