I am developing an Android app and want to get the road distance between 2 locations. If I understand correctly, the options are :-
- Using the distanceTo() or distanceBetween() methods of the Location class - but this only provides the direct line istance.
- Using the Google Directions API - but this only seems to be available to javscript, and I am developing in java.
Are there any other options available, and if so, an example would be very much appreciated.