Search code examples
javaandroidwebserver

How to get location of all the app user and show it on map


I want to show the location of all the app user on a map. How to get the location of a specific app user. Do we need a webserver to communicate or do it without a server? Any idea or link to do this?


Solution

  • You have to send the location of each user to server using GPS, and get that location from API and show markers on the map