如何将箭头(标记)指向用户的移动?
在模拟器上,我朝红色箭头方向(skrinshot)移动,标记侧向移动。
我的代码,在地图上添加了箭头:
LinearLayout vGoing = (LinearLayout) View.inflate(getApplicationContext(), R.layout.mylocationidentificationgoing, null);
mapView.addView(vGoing, new MapView.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT,ViewGroup.LayoutParams.WRAP_CONTENT,point,MapView.LayoutParams.BOTTOM_CENTER));
答案 0 :(得分:0)
您可以使用GPS跟踪Lat Long中的增量变化,并使用它来显示箭头的方向。