Say I have two points: Point1 and Point2
I am currently using Google Maps, but this can be applicable to any language. So my points are defined as: google.maps.LatLng(..)
The two points form a line. Now if I travel X meters along the line from Point1, how can I get the latitude/longitude of this new point.
(The distance between Point1 and Point2 would only ever be a some km)
Any help would be greatly appreciated.