I have a pair of Latitude & Longitude coordinates, lat1, long1, lat2 & long2. I need to be able to calculate any points location (lat3, long3) between lat1, long1 and lat2 & long2. I found this answer that gives the mid point between a pair of points.
However i need a more flexible solution, e.g. I would like to be able to specify 1/3, 1/4, 8/9 etc between the pair of points.
NOTE: lat1, long1 & lat2 & long2 are less than 0.2 miles apart.