android调用Google Maps导航2010-11-30programming约 24 字 预计阅读 1 分钟文章目录【注意】最后更新于 November 30, 2010,文中内容可能已过时,请谨慎使用。直接代码:1 2 3 4 String s = String.format("http://maps.google.com/maps?f=d&saddr=jiangbei,chongqing&daddr=shapingba,chongqing&hl=en"); Uri uri = Uri.parse(s); Intent intent = new Intent(Intent.ACTION_VIEW, uri); startActivity(intent); 文章作者 Chen, Zai-Chun上次更新 2010-11-30许可协议 CC BY-NC-ND 4.0