Driving distance between two places - android -


i have 2 latitude-longitude pairs , want calculate driving distance between them. used location.distancebetween() method this. returns not driving distance. smaller value driving distance. can distance returns?

can find actual driving distance using google maps android api v2? how?


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -