【发布时间】:2012-06-27 10:50:04
【问题描述】:
我正在使用以下代码在默认谷歌地图上定位位置。
Uri uri = Uri.parse("geo:"+ Global.detail_lat+","+Global.detail_long+"?z=15");
Intent in = new Intent(Intent.ACTION_VIEW, uri);
startActivity(in);
但是使用此代码,当地图打开时,该位置上没有显示任何点或标记或图钉。它只是看起来像简单的地图。我怎样才能在上面推销?或者如何使用此代码在此默认谷歌地图上突出显示该位置?
谢谢, 杰伊帕特尔
【问题讨论】:
标签: android google-maps