开发者

android location with pin on map

I'm working on an Android application which basically shows the real开发者_C百科 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);
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜