开发者

android location with pin on map

开发者 https://www.devze.com 2023-03-06 17:38 出处:网络
I\'m working on an Android application which basically shows the real开发者_C百科 time location of user on map with a pin.

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

精彩评论

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