I have latitude and longitude of two cities. Is there any free option to calculate the travel distance between these cities using cartography?
At the moment, I implemented the Haversine formula for computing the great-circle distance. Then I multiply the distance by the correction factor (e.g. 0.7 - measured empirically).
This approach gives a quick approximation. But how can I do the same thing using a real cartography?