MapView Marker shadow

前端 未结 3 1382
傲寒
傲寒 2020-12-17 06:22

I am adding different markers to my map...

Drawable drawable = app1.getResources().getDrawable(R.drawable.test);
drawable.setBounds(0, 0, drawable.getIntrins         


        
3条回答
  •  隐瞒了意图╮
    2020-12-17 06:37

    I know this has been answered a while ago, but thought I'd point out that there is a method in the ItemizedOverlay class called: boundCenterBottom(Drawable), which does the setBounds part. There's also a boundCenter(Drawable) method.

提交回复
热议问题