调用其他地图应用

Uri uri = Uri.parse("geo:38.899533,-77.036476");
Intent it = new Intent(Intent.Action_VIEW,uri);
startActivity(it);

这样就可以了,这个坐标是华盛顿的。

参考1:http://blog.csdn.net/JavaTiger427/article/details/5837616

参考2:http://www.eoeandroid.com/thread-23437-1-1.html

百度拾取坐标系统:http://dev.baidu.com/wiki/static/map/API/tool/getPoint/

用Google Earth获取坐标比较准确

还是用Google Map给力,百度有飘:http://ditu.google.cn/maps?client=pub&hl=zh-CN&tab=wl

你可能感兴趣的:(调用其他地图应用)