inbuilt google map intent
を開かずに2か所間のルートを表示したいcomplete action dialog, which asked for Browser and Map
。
これを試してみました。
Intent intent = new Intent(android.content.Intent.ACTION_VIEW,
Uri.parse("http://maps.google.com/maps?saddr="+PreferenceData.getLatitude(HotelInfomation.this)+","+PreferenceData.getLongitude(HotelInfomation.this)+"&daddr="+latitude+","+longitude));
startActivity(intent);
ただし、ブラウザまたはマップを使用して完全なアクションを要求するダイアログが開きます。そのダイアログは必要ありません。