0

I need to make a car route on Gmaps. I know how it works with 2 points (a link) but can I do same with 3 or more points? I will be grateful for any tips or useful links.

Yurii10
  • 93
  • 1
  • 7
  • I think this is a duplicate. Did you mean something like this? https://stackoverflow.com/questions/36523773/how-to-make-route-direction-between-multiple-markers – Philip Jun 13 '17 at 15:13
  • Oh yes exactly what I need thank you very much – Yurii10 Jun 13 '17 at 15:35

1 Answers1

0

See this link.You set selected some waypoints. https://google-developers.appspot.com/maps/documentation/javascript/examples/full/directions-waypoints

Otsuki Takaya
  • 162
  • 2
  • 11