I
I
Ilya Korablev2015-06-02 12:27:13
PHP
Ilya Korablev, 2015-06-02 12:27:13

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

2 answer(s)
D
Denis Ineshin, 2015-06-02
@IonDen

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!

A
Alexander Aksentiev, 2015-06-02
@Sanasol

https://play.google.com/store/apps/details?id=org.... + php

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question