Hi,
I’m working on a use case for a client where much of the functionality relies on seeing other users’ locations in real time on a map.
The goal is for users to open the app and view a map displaying the current location of others, even if those users don’t have the app open. Is it possible to build functionality into a web app that retrieves device locations as a background job when users aren’t actively using the app?
An example: similar to Uber, I want users to see the live and updated location of all available cars and their booked car, but we cant assume that all the users I want to show on the map in real time are actively inside the web app.
(Assuming users have agreed to share their location, of course.)
Best regards,
Sigurd