私は2つの方向のルートを取得するためにこの次のコードを使用しましたが、GetDirectionsのようなAndroidで複数の宛先オプションを実装する必要があります。
drawline()機能のメソッドも試しましたが、(左、右に曲がるなど)のようなルート指示は表示されません。
ルートパスをコーディングしたり、以下のリンクにリストされているウェイポイントの機能を埋め込んだりするのを手伝ってくれる人がいますか?
https://google-developers.appspot.com/maps/documentation/javascript/examples/directions-waypoints
コード
Intent intent = new Intent(android.content.Intent.ACTION_VIEW,
Uri.parse("http://maps.google.com/maps?saddr=st.%20louis,mo&daddr=washington,dc%20to:chicago,il%20to:new%20york,ny");
startActivity(intent);