Questions tagged [google-maps-urls]

63 questions
-1
votes
2 answers

open Get Direction with multiple stops in google map from using objective c ios

I am using google map sdk and now i want to open get direction in google map where there are multiple stops like i am at Location A and from that i want to go to locations B,C,D i am able to open google map with location A to B but not able to open…
Yuvraj Kale
  • 49
  • 1
  • 9
-2
votes
1 answer

Link to map switches to app but does nothing

Given the following TS code to open a link to Google Maps: const linkToMap = `https://google.com/maps/search/?api=1&query=${searchTerm}`; window.open(linkToMap, '_blank'); When opening from a desktop or mobile browser, it works as expected. …
Son of a Sailor
  • 915
  • 3
  • 14
  • 22
1 2 3 4
5