I have a requirement to calculate and print the distance from current location to given destination. As per my understanding, i can achieve this by google Map api.
So, I will have to pass only destination location and api will the map as well as distance.
For that I have configured on google and got the below link, I am not able to understand how to use this, but in below url I am passing the source and destination, but I don't want to pass the source, it should be taken current location as source.
Is it possible to print the distance on web page?