Possible Duplicate:
Distance calculation from my location to destination location in android
I am very new to android google maps i want display distance between two places .for that i write the two autocompletedtextview i get the from and to Locations .by using the
public String host = "https://maps.googleapis.com";
public String searchPath = "/maps/api/place/autocomplete/json";
public String detailsPath = "/maps/api/place/details/json";
I got the places names as string i want calculate the distance between two places using that two string places how can i achieve it Thanks in Advance.