Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Google Maps v2のある位置から別の位置へのルートをプロットするにはどうすればよいですか?
api v2を使用して単純なアプリケーションを実行しましたが、マップ内の別の位置へのルートをプロットします。
出来ますか?前もって感謝します!:)
use --final Intent intent = new Intent(Intent.ACTION_VIEW、Uri.parse( "http://maps.google.com/maps?" + "saddr =" + from + "&daddr =" + to));
intent.setClassName( "com.google.android.apps.maps"、 "com.google.android.maps.MapsActivity");
startActivity(intent);