如何添加多个航点以显示从应用程序到谷歌地图的直接导航

时间:2017-09-01 10:31:00

标签: android google-maps

我已经使用了Intent

 Uri  IntentUri = Uri.parse("google.navigation:q=" +locationDetails.data.latitude + ","+ locationDetails.data.latitude
+"to:"+   21.190008199999998+","+72.7963623 + "to:"+   21.200008199999998+","+72.8063623);

1 个答案:

答案 0 :(得分:0)

老兄,你可以使用这个库:https://github.com/jd-alexander/Google-Directions-Android

在您的游戏中添加compile 'com.github.jd-alexander:library:1.1.0'(模块:应用) - >在dependency{}

请查看lib的示例