How can we find distance duration(time) & distance between any of the world's two cities with google geocode api?
If I want to find the distance duration(driving time) between 2 geocode then how can I find through the geocode api?
Thanks,
The Geocoding API doesn't do that, it finds the geographic coordinates for an address. The Directions API or the Distance Matrix API will give you driving duration and distance between two (or more in the case of the distance matrix) locations.