android location with pin on map

I'm working on an Android application which basically shows the real time location of user on map with a pin.

When the user moves the pin should also move. I want to show multiple user's with image and moving pin as location changes on map.


    myLocationOverlay = new MyLocationOverlay(this, mapView); 
    mapView.getOverlays().add(myLocationOverlay); 
    myLocationOverlay.enableMyLocation(); 
    myLocationOverlay.runOnFirstFix(addfirststandort);
链接地址: http://www.djcxy.com/p/49618.html

上一篇: 如何在MapView上创建动态编号的针脚指针?

下一篇: 安卓在地图上销的位置