Open Google Maps from iPhone and show route

前端 未结 1 1728
旧时难觅i
旧时难觅i 2020-12-28 22:46

I was wondering how I can open Google Maps from my iphone app so that Google Maps shows the route when you arrive at the web page?

Today I use code that only

相关标签:
1条回答
  • 2020-12-28 23:17

    Use the following format for url (you must specify both route start and endpoint):

    "http://maps.google.com/maps?daddr=%f,%f&saddr=%f,%f"
    
    0 讨论(0)
提交回复
热议问题