I am working on android app and I am totally newbe in this. So I want to know how to display marker in map and how to change his position on specific time like defining thread or anything in background which will send the latitude and longitude value and marker was move on that
Share
If you’re going to show just a single item,
MapView.addView()and later updating position withsetLayoutParamsdoes the trick.