android调用百度地图,怎么添加备注
2个回答
2016-04-12 · 百度知道合伙人官方认证企业
育知同创教育
1【专注:Python+人工智能|Java大数据|HTML5培训】 2【免费提供名师直播课堂、公开课及视频教程】 3【地址:北京市昌平区三旗百汇物美大卖场2层,微信公众号:yuzhitc】
向TA提问
关注
展开全部
你说的备注就是 覆盖物,API里面有的,附带 传送门
Drawable marker = this.mContext.getResources().getDrawable(R.drawable.pop);
BitmapDrawable bd = (BitmapDrawable) marker;
Bitmap popbitmap = bd.getBitmap();
pop.showPopup(popbitmap, mGeoList.get(index).getPoint(), 32);
你说的是这个吧,但是怎么添加文字呢,文字是动态生成的。
//这是在点击了标记之后,弹出的浮动窗口
mPopView=super.getLayoutInflater().inflate(R.layout.popview, null);
mMapView.addView( mPopView,
new MapView.LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT,
null, MapView.LayoutParams.TOP_LEFT));
mPopView.setVisibility(View.GONE);
mPopView.setVisibility(View.GONE); 把他改成visible他就是不在mapview中显示
还有用的baidumapsdk2.0 根本就没有draw()这个核心方法给你重写
Drawable marker = this.mContext.getResources().getDrawable(R.drawable.pop);
BitmapDrawable bd = (BitmapDrawable) marker;
Bitmap popbitmap = bd.getBitmap();
pop.showPopup(popbitmap, mGeoList.get(index).getPoint(), 32);
你说的是这个吧,但是怎么添加文字呢,文字是动态生成的。
//这是在点击了标记之后,弹出的浮动窗口
mPopView=super.getLayoutInflater().inflate(R.layout.popview, null);
mMapView.addView( mPopView,
new MapView.LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT,
null, MapView.LayoutParams.TOP_LEFT));
mPopView.setVisibility(View.GONE);
mPopView.setVisibility(View.GONE); 把他改成visible他就是不在mapview中显示
还有用的baidumapsdk2.0 根本就没有draw()这个核心方法给你重写
展开全部
你说的备注就是 覆盖物,API里面有的,附带 传送门
Drawable marker = this.mContext.getResources().getDrawable(R.drawable.pop);
BitmapDrawable bd = (BitmapDrawable) marker;
Bitmap popbitmap = bd.getBitmap();
pop.showPopup(popbitmap, mGeoList.get(index).getPoint(), 32);
你说的是这个吧,但是怎么添加文字呢,文字是动态生成的。
//这是在点击了标记之后,弹出的浮动窗口
mPopView=super.getLayoutInflater().inflate(R.layout.popview, null);
mMapView.addView( mPopView,
new MapView.LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT,
null, MapView.LayoutParams.TOP_LEFT));
mPopView.setVisibility(View.GONE);
mPopView.setVisibility(View.GONE); 我把他改成visible他就是不在mapview中显示
还有我用的baidumapsdk2.0 根本就没有draw()这个核心方法给你重写
Drawable marker = this.mContext.getResources().getDrawable(R.drawable.pop);
BitmapDrawable bd = (BitmapDrawable) marker;
Bitmap popbitmap = bd.getBitmap();
pop.showPopup(popbitmap, mGeoList.get(index).getPoint(), 32);
你说的是这个吧,但是怎么添加文字呢,文字是动态生成的。
//这是在点击了标记之后,弹出的浮动窗口
mPopView=super.getLayoutInflater().inflate(R.layout.popview, null);
mMapView.addView( mPopView,
new MapView.LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT,
null, MapView.LayoutParams.TOP_LEFT));
mPopView.setVisibility(View.GONE);
mPopView.setVisibility(View.GONE); 我把他改成visible他就是不在mapview中显示
还有我用的baidumapsdk2.0 根本就没有draw()这个核心方法给你重写
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询