0
海FRNDS, 我想知道,推出使用意向衛星應用,我知道如何使用意圖啓動地圖應用,但我想顯示衛星視圖,而不是圖來看,我的代碼是如何使用意圖在android上啓動衛星應用程序?
uri = Uri.parse("geo:0,0?q=" + VALUE_baraddress1[0] + ", "
+ VALUE_baraddress2[0] + ", "
+ VALUE_baraddress3[0]);
Log.v(TAG, VALUE_baraddress1[0] + ", "
+ VALUE_baraddress2[0] + ", "
+ VALUE_baraddress3[0]);
startActivity(new Intent(Intent.ACTION_VIEW, uri));