我的地理位置未在标记的顶部键入

时间:2014-09-27 13:00:12

标签: android eclipse location

每当我想在标记上方输入位置名称时,它就不会

Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("geo:0,0?q=37.423156,-122,084917(Label+Name)"));
startActivity(intent);

如图所示http://oi58.tinypic.com/2dgq6a0.jpg

我在标记上写文字的代码是什么?

0 个答案:

没有答案