【问题标题】:Integrate turn by turn Voice navigation in android application在android应用程序中集成转弯语音导航
【发布时间】:2015-03-03 08:40:05
【问题描述】:

我想在我的 android 应用程序中集成轮流导航。但就像在谷歌地图和导航中一样,应该有语音输出来引导用户从 src 到目的地转向、保持直行等。这可能吗 ?如果是,请给我一个教程或一些关于如何做到这一点的想法。谢谢!

【问题讨论】:

标签: android google-maps navigation text-to-speech voice


【解决方案1】:

如果你想计算路线,你可以使用Travel Modes

或者,您可以启动带有方向的 Google 地图:

Intent intent = new Intent(android.content.Intent.ACTION_VIEW, 
Uri.parse("http://maps.google.com/maps?saddr=X1,Y1&daddr=X2,Y2"));
startActivity(intent);

【讨论】:

    猜你喜欢
    • 2014-07-25
    • 1970-01-01
    • 2015-12-08
    • 1970-01-01
    • 2015-11-28
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-09-11
    相关资源
    最近更新 更多