I am developing an app using Google pLaces api. i am able to get the list of cafe that are near a user who is using my app. the resultant list includes details of places such as the name of the place, its address, latitude longitude values and phone number. What i want to know is how do i request place api to return the distance between the user and each of the entry in the result list. i have gone through few links posted on stackoverflow that discuss a similar topic. i went through Googles documentation as well, but it does not mention anything about getting these distances. i want to refrain myself from using any mathematical formula like great circle algorithm because in that case the distance returned will be straight line distance and that will not be an accurate estimation of distance. so can anybody please tell me how do request places api to give me the distance between the user and every entry in the result?
few of the links that i went through are: How do i find distance between one place to another using Geolocation or Similiar API without embedding a Google Map?
find Distance in kilometers in Android using google places Api