-1

My app needs to open Google Maps directions from A to B eventually more markers like A,B, C, D for driver. Is this possible? If yes, how, can you give some reference, tutorials examples?

Henry
  • 537
  • 1
  • 9
  • 22

1 Answers1

0

Use Map URL, something like this: https://www.google.com/maps/dir/?api=1&parameters will do the trick.

Depending on your case, refer to the documentation for details.

Jack
  • 5,354
  • 2
  • 29
  • 54