Google Map V3, how to get list of best driving route for multiple destinations?

前端 未结 3 1056
情书的邮戳
情书的邮戳 2021-01-30 03:14

i would like to use Gmap API to calculate the best driving route for many destinations. I have read this page:

http://googlegeodevelopers.blogspot.de/2010/03/good-day-f

3条回答
  •  余生分开走
    2021-01-30 03:57

    You might want to look at the Distance Matrix service: https://developers.google.com/maps/documentation/javascript/distancematrix

    It gives you distances between a set of origins and destinations, and might help you with narrowing down options.

提交回复
热议问题