Google地图无法加载网址

时间:2012-09-28 14:01:53

标签: android google-maps

我尝试向地图发送网址,但应用程序显示“无法加载网址”。有建议可行吗?

按照代码:

EditText edit = (EditText) findViewById(R.id.enter);
String map = edit.getText().toString();
Uri location = Uri.parse("geo:" + map);
Intent mapIntent = new Intent(Intent.ACTION_VIEW, location);
startActivity(mapIntent);

1 个答案:

答案 0 :(得分:0)

菲利普的解决方案。只使用EditText中的地理参考,例如12,48。