Android - How to get estimated drive time from one place to another?

后端 未结 5 1063
悲哀的现实
悲哀的现实 2020-12-04 18:25

I need to find the estimate drive time from one place to another. I\'ve got latitudes and longitudes for both places but I have no idea how to do that. Is there is any API f

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-04 19:13

    You can also use http://maps.google.com/maps?saddr={start_address}&daddr={destination_address}

    it will give in direction detail along with distance and time in between two locations

    http://maps.google.com/maps?saddr=79.7189,72.3414&daddr=66.45,74.6333&ie=UTF8&0&om=0&output=kml

提交回复
热议问题