地图上的运动

时间:2012-01-04 17:20:23

标签: android maps android-mapview

如何将箭头(标记)指向用户的移动?

在模拟器上,我朝红色箭头方向(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));

1 个答案:

答案 0 :(得分:0)

您可以使用GPS跟踪Lat Long中的增量变化,并使用它来显示箭头的方向。