通过提供 GPS 坐标启动 Google 导航至特定位置
我想知道是否可以通过应用程序提供该位置的 GPS 坐标来将 Google 导航启动到特定位置。
I want know if it's possible to launch the Google navigation to a specific location by providing GPS coordinates of that location from an application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的意思是您想通过提供纬度和位置来从您的应用程序启动谷歌转弯导航。经度坐标,然后这里是代码:
基本上在 Uri 参数中,您可以传递街道地址或 Lat,Lng,如下所示:
我希望这可以帮助遇到相同问题的人,因为我猜您的问题很久以前就已经解决了。
If you mean you want to launch google turn by turn navigation from your application by providing latitude & longitude coordinates, then here is the code:
Basically in the Uri parameter you can pass either street address or Lat,Lng like the following:
I hope this could help someone with the same problem as I guess your problem would have been resolved long ago.