I am working on an Android application in which players fight each on their phones in real time, depending on their location. On Google maps, you can see where you are, what direction you are, and where you are moving, all from a small blue dot. My question is: how can I integrate something like this into my application, so when the player moves, you can see it in the Google Maps fragment?
Edit: Currently, my application gives a new output every time your location is updated. I am looking for something that moves the pin and then adds a new one.
source
share