发送从Android应用GPS定位外部导航地图语音导航有 [英] Send GPS position from Android App to external Navigation Map and navigate there by voice

查看:94
本文介绍了发送从Android应用GPS定位外部导航地图语音导航有的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有谁知道是否有从Android应用程序的GPS位置发送到外部导航系统,以导航到该位置的可能性?

Does anyone know if there is a possibility to send from Android App GPS position to external navigation system in order to navigate to this position?

例:

我有一个加油站在我国的应用程序。在我的应用存储有加油站的GPS位置。点击一些按钮,我想去一些导航地图应用程序,我想为用户通过语音和地图进行导航到该气体stasion。

我知道谷歌地图导航,但它是在测试和工作在美国,如果我知道正确的。

I know about Google Maps navigation, but it is in beta and works in US, if I know correctly.

你知道吗,支持位置外部输入任意导航地图导航到?

Do you know any Navigation Maps that support external input of position to navigate to?

推荐答案

这将调用谷歌导航(测试版):

This will call Google Navigation (Beta):

 Intent intent = new Intent(android.content.Intent.ACTION_VIEW,
 Uri.parse("google.navigation:q=40.7143528,-74.0059731"));
 startActivity(intent);

只是通过在存储纬度/经度值的变量。

Just pass in your stored Lat/Long values as variables.

祝您好运!

这篇关于发送从Android应用GPS定位外部导航地图语音导航有的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆