Answer the question
In order to leave comments, you need to log in
Implementation options?
Hello. I came up with the idea of creating a site where you can broadcast your location.
In general, how can all this be implemented with:
-automatic translation so that geolocation is sent every 5 seconds
-using Yandex.maps services
How would you implement this task?
Answer the question
In order to leave comments, you need to log in
1. We create an application for mobile that asks the user for permission to track geolocation, including in the background.
2. The application sends data about position changes to the server.
3. The server aggregates all this and sends it to the browser client, for example, via Web sockets.
4. The browser client, using the Yandex.maps API, for example, places dots on the map.
5. Profit!
https://play.google.com/store/apps/details?id=org.... + php
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question