
Convert an address to its Long, Lat:
First 23 lines of code will convert your address to its latitude and longitude.
Convert Long, Lat to its according Address:
Lines from 24 to 43 of below code will convert your latitude and longitude its address.
Calculate Distance /between two Long, Lat:
Lines from 87 to onward of below code will calculate the distance between two given addressess.
NOTE: In case of any error, feel free to ask in...