0

With reference to the link

I'm trying to locate given location onto the native iOS map with the following url :

window.location = "maps:Greensboro+NC"

But, It opens the map with my current location not the location specified.

Please suggest what i'm doing wrong?

Thanks.

Community
  • 1
  • 1

1 Answers1

1

Not sure if this is what you want but according to Apple documentation you need a url in the following format:

http://maps.apple.com/?q=Greensboro+NC

Moises Kirsch
  • 133
  • 1
  • 5