-1

I've create an Android App to show some locations by GPS on a google map in the android application. Now i add an share button that should send an URL (google Maps) to someone by a plattform like WhatsApp, Telegram or so. I read some posts and blogs, but I can not find a solution.

Is it possible to create a goggle Maps Url by Android?

michael-mammut
  • 2,595
  • 5
  • 28
  • 46

1 Answers1

1

As far as my knowledge is concerned I don't think there is any straight forward way to query multiple locations using google maps url. Either you can use this workaround or you can use Google Static Maps API to get your desired map as an static image and then share it on other apps like WhatsApp, Telegram etc. Static Maps API support multiple markers, polylines and much more.

Community
  • 1
  • 1
Qandeel Abbassi
  • 999
  • 7
  • 31
  • Thank you for your answert, i've also seen both methodes, and I am quite unhappy about this fact. I'm asthonished, that there is no other was. – michael-mammut May 11 '17 at 17:43