已采纳回答 / weibo_慕勒2046735
这个好像你要获取到服务器的数据的话,是什么类型的,String的话就封装到List<info>中就可以了吧,老师这样写就是static的数据,这个要删掉,然后你在你服务器获取到的地方,new一个infos出来封装应该就可以了,这个问题这么久了,估计你已经搞出来了,
2015-02-26
最新回答 / peterpanzsy
百度地图只有网格 Authentication Error errorcode: -1 uid: -1 appid -1 msg: Current network is not available.
2015-02-14
最赞回答 / 让自己更好
infoWindow=new InfoWindow(tv, ll, CONTEXT_IGNORE_SECURITY) ; mBaiduMap.showInfoWindow(infoWindow);就可以了
2015-02-10
最新回答 / qq_火神26_0
mLatitude=bdLocation.getLatitude(); mLongitude=bdLocation.getLongitude(); LatLng mylatLng=new LatLng(mLatitude,mLongitude); mIconLocation= BitmapDescriptorFactory.fromResource (R.drawable.navi_map_gps_locked);OverlayOptions option = new MarkerOpti...
2015-02-05