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?
Asked
Active
Viewed 76 times
-1
-
@jackz314 I;ve read it but no one mention how to add more points to the map – Henry Apr 03 '19 at 08:56
-
@Henry Well that you handle via the logic of course – FreakyAli Apr 03 '19 at 08:58
1 Answers
0
Use Map URL, something like this: https://www.google.com/maps/dir/?api=1¶meters will do the trick.
Depending on your case, refer to the documentation for details.

Jack
- 5,354
- 2
- 29
- 54
-
What about if more points are required, how to add more than two points of route? – Henry Apr 03 '19 at 08:57
-