我正在使用此代码:
Intent intent = new Intent(
android.content.Intent.ACTION_VIEW,
Uri.parse("geo:0,0?q=14.56643,121.036138 (sample)"));
startActivity(intent);
是否可以在Uri.parse()
?
答案 0 :(得分:0)
不,这是不可能的。此外,geo:
计划的规范正在制定中。
您可以在此处找到包含示例的简短说明:http://developer.android.com/guide/appendix/g-app-intents.html
规范草案在此处:http://tools.ietf.org/html/draft-mayrhofer-geo-uri-00,目前不允许多个位置。