Calculate coordinates between startpoint and endpoint

Posted by MikeB123 on Stack Overflow See other posts from Stack Overflow or by MikeB123
Published on 2010-06-11T07:18:27Z Indexed on 2010/06/11 7:22 UTC
Read the original article Hit count: 193

Filed under:
|
|
|

Given..

1 - The start-point GPS coordinates,
2 - The end-point GPS coordinates,
3 - The speed at which the object is travelling,
4 - Knowing that the trip trajectory will be a straight line...

How can I calculate what my GPS coordinated will be in n minutes' time? That is to say, how can I calculate my position at a given time after the trip has started before the trip has ended?

© Stack Overflow or respective owner

Related posts about algorithm

Related posts about homework