【发布时间】:2012-09-11 10:28:45
【问题描述】:
在我的应用程序中,我有一个 Intent,它必须打开 Google 导航,并设置从我当前位置到给定经度和纬度的路线。 这与以下代码完美搭配:
new Intent(Intent.ACTION_VIEW, Uri.parse("google.navigation:q=" + item.getNavigateTo() + "&mode=w")
但是当谷歌导航应用打开时,它是卫星视图。是否可以在不打开应用设置的情况下禁用 Google 导航中的卫星视图?
感谢您的帮助!
【问题讨论】:
标签: android google-maps android-intent navigation routes