正如您在屏幕截图中看到的那样,标记位于正确的坐标位置旁边,如何将其放置在正确的位置(在圆心中)?
在我的代码中:
Drawable icon = getResources().getDrawable(R.drawable.marker);
icon.setBounds(0, 0, icon.getIntrinsicWidth(), icon.getIntrinsicHeight());
setBounds()上的值是我应该更改以移动标记的位置吗? 我已经尝试过,但没有任何改变 那么,如何确定位置?
感谢
我喜欢stackoverflow,呵呵:D
答案 0 :(得分:0)
也许这会有所帮助,因为我不知道你是如何实现它的: http://developer.android.com/guide/tutorials/views/hello-mapview.html