我想在我自己的应用程序中显示方向我不想这样..如何在我自己的地图中获取方向?请帮助我
Intent intent = new Intent(android.content.Intent.ACTION_VIEW, Uri.parse(" http://maps.google.com/maps?saddr=20.344,34.34&daddr=20.5666,45.345&#34)); startActivity(意向);
答案 0 :(得分:0)
您无法仅使用Google Maps V2 api获取路线。您应该使用Google Directions API方向请求调用。这将返回json中的原始方向数据,这样您就可以在地图上绘制方向的折线,或者以您想要的任何格式显示数据。
答案 1 :(得分:0)
为此目的,您应该使用google指令api。此链接提供了一个有用的教程 http://wptrafficanalyzer.in/blog/driving-distance-and-travel-time-duration-between-two-locations-in-google-map-android-api-v2/