顯示地圖

Uri uri = Uri.parse("geo:38.899533,-77.036476");

Intent it = new Intent(Intent.ACTION_VIEW, uri);

startActivity(it);