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

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

相关文章:

  • 2022-02-12
  • 2021-10-02
  • 2022-12-23
  • 2022-02-17
  • 2022-02-01
  • 2022-12-23
  • 2021-06-24
  • 2021-05-16
猜你喜欢
  • 2021-08-09
  • 2021-07-09
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案