0

I want to show with google maps multiple locations

To show one i would go to https://www.maps.google.com/maps?daddr=20.5666,45.345

What if I want to go to something like this enter image description here

Something like

https://www.maps.google.com/maps?daddr=20.5666,45.345 &daddr=23.5666,45.345 &daddr=22.5666,45.345 .

Is that possible from the url?

Boldijar Paul
  • 5,405
  • 9
  • 46
  • 94

1 Answers1

0

If you can redirect user to the Google Maps app, I would recommend the solution described in this answer.

If not, you can simply parse the locations from you URL, convert them to GeoPoints and show the on a map.

Community
  • 1
  • 1
syntagma
  • 23,346
  • 16
  • 78
  • 134