问题描述
就像我说的标题我的应用程序行为怪异。这一切都工作得很好,直到今天早上......我在我的应用程序改变了一些图片在上传到上市前,然后我想再次看到的一切是否正常。现在我不知道该怎么办......看图:
Like i say in title my app is behaving strangely. It all worked fine until this morning... I changed some image in my app before uploading it onto market, and then i wanted to see once again whether everything is OK...Now i dont know what to do...see the image:
下面是XML:
<com.google.android.maps.MapView
android:id="@+id/mapview"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:clickable="true"
android:enabled="false"
android:layout_alignParentTop="true"
android:layout_above="@+id/seekBar1"
android:layout_weight="5"
android:apiKey="******-********************************" >
</com.google.android.maps.MapView>
任何人都可以给一些建议???
Can anybody give some advice???
推荐答案
在我来说,我不使用mapView.setStreetView(true或false),但只使用mapView.setSatelite(真)时,我想用卫星视图在地图上,并设置mapView.setSatelite。(假)时,我想使用街景视图...我希望这能帮助别人...再次感谢人民对您的时间和帮助...:D
In my case I don't use mapView.setStreetView(true or false), but just use mapView.setSatelite (true) when i want to use Satelite view on the map, and set mapView.setSatelite.(false) when i want to use Street view...I hope that this will help somebody else...Once again thanks people for your time and help... :D
这篇关于Android的谷歌地图毛刺显示在中间的Android用X空白方块的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!