I want to get a list of cities that lie between cities A and B. I am using Google Maps API. On searching, I found a similar question on SO,
Is it possible to get list of City between City A and City B in Google Maps
Here, solution that was suggested is reverse geocoding. There is another similar question :
How to get places between give two city using Google Map API
Both the solutions are not clear as how they can be applied to solve the problem stated. Can anyone please explain the approach to be used in steps or any already available example on the web known to you.
Thanks a lot.