gpt4 book ai didi

android eclipse 使用地址而不是纬度和经度来启动 map 的 Intent

转载 作者:太空宇宙 更新时间:2023-11-03 12:00:53 25 4
gpt4 key购买 nike

我知道您可以开始使用经纬度打开 google map 的 Intent ,但是如果您只有一个地址(例如 555 south green street St.Louis Missouri)并且想以这种方式显示 map 怎么办?

最佳答案

不太确定,也许是这样的?

String uri = "geo:0,0?q=my+street+address";
startActivity(new Intent(android.content.Intent.ACTION_VIEW, Uri.parse(uri)));

关于android eclipse 使用地址而不是纬度和经度来启动 map 的 Intent ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8747263/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com