Using Google Maps API how to determine the driving distance between two locations? Platform -Java
Using Google Maps API how to determine the driving distance between two locations? Platform
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will need to use the Google Directions Web Service. You can make an HTTP request, specifying your two locations as parameters, and get back JSON (or XML) describing the directions between the two points.
N.B. The Google Maps terms of service explicitly states that using the Google Maps Web Services without putting the results on a Google Map is prohibited.