Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse("geo:20.000,50.000"));
startActivity(intent);

这样会打开地图应用显示经纬点

最新文章

  1. json数组的序列化和反序列化json数组的序列化和反序列化
  2. 基于VirtualBox的多重载入
  3. 【POJ 1273】Drainage Ditches(网络流)
  4. 《招聘一个靠谱的iOS》面试题参考答案(上)
  5. C#中给线程传值并启动
  6. SQL SERVER2005 excel float导入
  7. IEnumerable<T>转换为IList<SelectListItem>
  8. fileupload实现控制大小进行图片上传
  9. Spring Boot 系列教程15-页面国际化
  10. linux从入门到精通学习-NFS
  11. UNIX文件I/O
  12. Cisco动态路由配置
  13. CSS学习笔记3:选择器及优先级
  14. 高数量类别特征(high-cardinality categorical attributes)的预处理方法
  15. hugo小玩
  16. Python 基础知识----数据类型
  17. java框架之SpringBoot(14)-任务
  18. Your ApplicationContext is unlikely to start due to a @ComponentScan of the default package
  19. (7)Pool进程池
  20. linux安全配置检查脚本_v0.5

热门文章

  1. Mac下编译tesseract报错 DotProductAVX can't be used on Android
  2. Spark Configuration配置
  3. Rotate Image,N*N矩阵顺时针旋转90度
  4. js 小秘密
  5. C++(二十) — 指针常量和常量指针
  6. 牛客练习赛13D
  7. C++程序设计之提高效率
  8. opencv:图像模糊处理
  9. jsp和servlet学习总结
  10. request对象和response对象,什么时候用,具体用哪一个,没有感觉